gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21163 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r21163 - gnunet/src/testing
Date: Thu, 26 Apr 2012 10:14:54 +0200

Author: grothoff
Date: 2012-04-26 10:14:54 +0200 (Thu, 26 Apr 2012)
New Revision: 21163

Modified:
   gnunet/src/testing/testing.c
Log:
-convert assert to break for now

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2012-04-26 08:00:03 UTC (rev 21162)
+++ gnunet/src/testing/testing.c        2012-04-26 08:14:54 UTC (rev 21163)
@@ -1542,7 +1542,10 @@
     GNUNET_free_non_null (d->username);
     if (NULL != d->dead_cb)
       d->dead_cb (d->dead_cb_cls, NULL);
-    GNUNET_assert (NULL == d->proc_arm_stop);
+    /* FIXME: this should be an assert and the test below
+       should not be required, but testing is broken... */
+    GNUNET_break (NULL == d->proc_arm_stop);
+    if (NULL == d->proc_arm_stop) 
     GNUNET_free (d);
     return;
   }




reply via email to

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