gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30248 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r30248 - gnunet/src/namestore
Date: Thu, 17 Oct 2013 11:22:21 +0200

Author: grothoff
Date: 2013-10-17 11:22:20 +0200 (Thu, 17 Oct 2013)
New Revision: 30248

Modified:
   gnunet/src/namestore/test_namestore_api_remove_not_existing_record.c
Log:
-start namecache as well

Modified: gnunet/src/namestore/test_namestore_api_remove_not_existing_record.c
===================================================================
--- gnunet/src/namestore/test_namestore_api_remove_not_existing_record.c        
2013-10-17 09:22:01 UTC (rev 30247)
+++ gnunet/src/namestore/test_namestore_api_remove_not_existing_record.c        
2013-10-17 09:22:20 UTC (rev 30248)
@@ -170,11 +170,10 @@
 {
   res = 1;
   if (0 !=
-      GNUNET_TESTING_service_run ("test-namestore-api",
-                                 "namestore",
-                                 "test_namestore_api.conf",
-                                 &run,
-                                 NULL))
+      GNUNET_TESTING_peer_run ("test-namestore-api",
+                               "test_namestore_api.conf",
+                               &run,
+                               NULL))
     return 1;
   return res;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]