gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9696 - GNUnet/src/applications/dv_dht/tools


From: gnunet
Subject: [GNUnet-SVN] r9696 - GNUnet/src/applications/dv_dht/tools
Date: Fri, 4 Dec 2009 21:56:32 +0100

Author: nevans
Date: 2009-12-04 21:56:32 +0100 (Fri, 04 Dec 2009)
New Revision: 9696

Modified:
   GNUnet/src/applications/dv_dht/tools/Makefile.am
   GNUnet/src/applications/dv_dht/tools/dv_dht_twopeer_test.c
Log:
makefile and make check fix

Modified: GNUnet/src/applications/dv_dht/tools/Makefile.am
===================================================================
--- GNUnet/src/applications/dv_dht/tools/Makefile.am    2009-12-04 19:35:49 UTC 
(rev 9695)
+++ GNUnet/src/applications/dv_dht/tools/Makefile.am    2009-12-04 20:56:32 UTC 
(rev 9696)
@@ -8,7 +8,8 @@
   libgnunetdvdhtapi.la 
 
 noinst_PROGRAMS = \
-  gnunet-dvdht-query 
+  gnunet-dvdht-query \
+  dv_dht_multi_topology_test
 
 libgnunetdvdhtapi_la_SOURCES = \
   dv_dht_api.c

Modified: GNUnet/src/applications/dv_dht/tools/dv_dht_twopeer_test.c
===================================================================
--- GNUnet/src/applications/dv_dht/tools/dv_dht_twopeer_test.c  2009-12-04 
19:35:49 UTC (rev 9695)
+++ GNUnet/src/applications/dv_dht/tools/dv_dht_twopeer_test.c  2009-12-04 
20:56:32 UTC (rev 9696)
@@ -212,8 +212,8 @@
   printf ("DV_DHT get (1->1)");
   CHECK (0 == get_at_peer (&p1, "key 1", 'A'));
   printf ("DV_DHT get (2->2");
+  CHECK (0 == get_at_peer (&p2, "key 2", 'B'));
 */
-  CHECK (0 == get_at_peer (&p2, "key 2", 'B'));
   printf ("DV_DHT get (1->2)");
   CHECK (0 == get_at_peer (&p1, "key 2", 'B'));
   printf ("DV_DHT get (2->1)");





reply via email to

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