// client_app_smtp_test.cc author Steve Chew <stechew@cisco.com>
// unit test for client_app_smtp
+#include "network_inspectors/appid/client_plugins/client_app_smtp.cc"
+
#include <CppUTest/CommandLineTestRunner.h>
#include <CppUTest/TestHarness.h>
#include <CppUTestExt/MockSupport.h>
-#include "network_inspectors/appid/client_plugins/client_app_smtp.cc"
-
#include <string>
void Debug::print(const char*, int, uint64_t, const char*, ...) { }
// service_rsync_test.cc author Steve Chew <stechew@cisco.com>
// unit test for service_rsync
+#include "network_inspectors/appid/service_plugins/service_rsync.cc"
+
#include <CppUTest/CommandLineTestRunner.h>
#include <CppUTest/TestHarness.h>
#include <CppUTestExt/MockSupport.h>
-#include "network_inspectors/appid/service_plugins/service_rsync.cc"
-
void Debug::print(const char*, int, uint64_t, const char*, ...) { }
extern int rsync_validate(ServiceValidationArgs*);