gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18009 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r18009 - gnunet/src/mesh
Date: Sat, 5 Nov 2011 02:52:20 +0100

Author: bartpolot
Date: 2011-11-05 02:52:19 +0100 (Sat, 05 Nov 2011)
New Revision: 18009

Modified:
   gnunet/src/mesh/Makefile.am
   gnunet/src/mesh/test_mesh_tree_api.c
Log:
Added testcase, fixed naming

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2011-11-05 01:47:30 UTC (rev 18008)
+++ gnunet/src/mesh/Makefile.am 2011-11-05 01:52:19 UTC (rev 18009)
@@ -121,10 +121,10 @@
 
 
 if ENABLE_TEST_RUN
-TESTS = test_mesh_api test_mesh_tree_api test_mesh_local_1 test_mesh_local_2 
test_mesh_small_unicast test_mesh_small_multicast
+TESTS = test_mesh_api test_mesh_tree_api test_mesh_local_1 test_mesh_local_2 
test_mesh_2dtorus test_mesh_small_unicast test_mesh_small_multicast
 endif
 
 EXTRA_DIST = \
   test_mesh.conf \
-  test_mesh_path.conf \
+  test_mesh_2dtorus.conf \
   test_mesh_small.conf
\ No newline at end of file

Modified: gnunet/src/mesh/test_mesh_tree_api.c
===================================================================
--- gnunet/src/mesh/test_mesh_tree_api.c        2011-11-05 01:47:30 UTC (rev 
18008)
+++ gnunet/src/mesh/test_mesh_tree_api.c        2011-11-05 01:52:19 UTC (rev 
18009)
@@ -19,8 +19,8 @@
 */
 
 /**
- * @file mesh/test_mesh_path.c
- * @brief test mesh path: test of path management api
+ * @file mesh/test_mesh_tree_api.c
+ * @brief test mesh tree api: test of tree & path management api
  * @author Bartlomiej Polot
  */
 
@@ -152,7 +152,7 @@
 
   failed = 0;
   cb_call = 0;
-  GNUNET_log_setup ("test_mesh_api_path",
+  GNUNET_log_setup ("test_mesh_api_tree",
 #if VERBOSE
                     "DEBUG",
 #else




reply via email to

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