gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r18316 - gnunet/src/mesh
Date: Fri, 25 Nov 2011 11:52:19 +0100

Author: bartpolot
Date: 2011-11-25 11:52:19 +0100 (Fri, 25 Nov 2011)
New Revision: 18316

Modified:
   gnunet/src/mesh/test_mesh_small.c
Log:
- Fixed testcase evaluation condition

Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2011-11-25 10:30:55 UTC (rev 18315)
+++ gnunet/src/mesh/test_mesh_small.c   2011-11-25 10:52:19 UTC (rev 18316)
@@ -900,7 +900,7 @@
 #if REMOVE_DIR
   GNUNET_DISK_directory_remove ("/tmp/test_mesh_small");
 #endif
-  if (ok_goal < ok)
+  if (ok_goal > ok)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
                 "***************** test: FAILED! (%d/%d)\n", ok, ok_goal);




reply via email to

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