correct parameter in calling m_onUpdate in sync-logic.cc
add -O0 -g3 in CXXFLAGS for debugging
diff --git a/test/test_ccnx_wrapper.cc b/test/test_ccnx_wrapper.cc
index ad69262..f88ee5b 100644
--- a/test/test_ccnx_wrapper.cc
+++ b/test/test_ccnx_wrapper.cc
@@ -65,7 +65,7 @@
   hb.sendInterest(interest, memberFunc);
 
   // give time for ccnd to react
-  // sleep(1);
+  sleep(1);
   this_thread::sleep (posix_time::milliseconds (5));
   BOOST_CHECK_EQUAL(echoStr, interest);