commit | 98135199065eb26d05eede0f8d36b4805b5bdb9a | [log] [tgz] |
---|---|---|
author | Chaoyi Bian <tlyzbcy@gmail.com> | Tue Mar 27 18:34:11 2012 -0700 |
committer | Chaoyi Bian <tlyzbcy@gmail.com> | Tue Mar 27 18:34:11 2012 -0700 |
tree | 71e109369ce504f873048210cb5d82c331bc3af0 | |
parent | 235c6d7df51bdf22ad3942bfc1db0c56676bedd3 [diff] [blame] |
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);