commit | 640aa629220caeae57a6a5796244a002491630b3 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Oct 07 10:32:50 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Oct 07 10:32:50 2013 -0700 |
tree | b80be2603b707334a6fcb7f0640466ab19ded683 | |
parent | 18404aba09a66ee87fe9b1c5234236b0f1f3f45e [diff] |
tests: Change test-get-async to use A.hub.ndn.ucla.edu.
diff --git a/tests/test-get-async.cpp b/tests/test-get-async.cpp index 765188d..931b1af 100644 --- a/tests/test-get-async.cpp +++ b/tests/test-get-async.cpp
@@ -47,7 +47,7 @@ { try { // Connect to port 9695 until the testbed hubs use NDNx. - Face face("E.hub.ndn.ucla.edu", 9695); + Face face("A.hub.ndn.ucla.edu", 9695); // Counter holds data used by the callbacks. Counter counter;