Complete remaining changes for ChronoSync dependency issue
refs: #2400
Change-Id: If0cf9d3140f3ef65d86394fad3b6a6c7c58064f9
diff --git a/tests/test-sync-logic-handler.cpp b/tests/test-sync-logic-handler.cpp
index f41412b..a6b054a 100644
--- a/tests/test-sync-logic-handler.cpp
+++ b/tests/test-sync-logic-handler.cpp
@@ -59,7 +59,7 @@
face->processEvents(ndn::time::milliseconds(1));
face->sentInterests.clear();
- p_sync.onNsyncUpdate(updates);
+ p_sync.onChronoSyncUpdate(updates);
face->processEvents(ndn::time::milliseconds(1));
}
diff --git a/tests/wscript b/tests/wscript
index d01a821..b7b1933 100644
--- a/tests/wscript
+++ b/tests/wscript
@@ -28,7 +28,7 @@
target='unit-tests-main',
name='unit-tests-main',
features='cxx',
- source=bld.path.ant_glob(['**/*.cpp'], excl=['nsync/**/*']),
+ source=bld.path.ant_glob(['**/*.cpp']),
use='nlsr-objects',
)