set syncPrefix to be the same.. forgot to do so
diff --git a/test/test_app_socket.cc b/test/test_app_socket.cc
index 17cbee1..4ef86c9 100644
--- a/test/test_app_socket.cc
+++ b/test/test_app_socket.cc
@@ -69,9 +69,10 @@
boost::function<void(string, string)> f3 = bind(&TestSocketApp::set, &a3, _1,
_2);
+ string syncPrefix("/let/us/sync");
string p1("/irl.cs.ucla.edu"), p2("/yakshi.org"), p3("/google.com");
- SyncAppSocket s1(p1, f1), s2(p2, f2), s3(p3, f3);
+ SyncAppSocket s1(syncPrefix, f1), s2(syncPrefix, f2), s3(syncPrefix, f3);
// single source