gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2407 - GNUnet/src/applications/fs/fsui


From: grothoff
Subject: [GNUnet-SVN] r2407 - GNUnet/src/applications/fs/fsui
Date: Fri, 23 Dec 2005 16:42:00 -0800 (PST)

Author: grothoff
Date: 2005-12-23 16:42:00 -0800 (Fri, 23 Dec 2005)
New Revision: 2407

Modified:
   GNUnet/src/applications/fs/fsui/namespace_infotest.c
Log:
fix

Modified: GNUnet/src/applications/fs/fsui/namespace_infotest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/namespace_infotest.c        2005-12-24 
00:37:14 UTC (rev 2406)
+++ GNUnet/src/applications/fs/fsui/namespace_infotest.c        2005-12-24 
00:42:00 UTC (rev 2407)
@@ -95,7 +95,7 @@
   ECRS_addToMetaData(meta,
                     0,
                     "test");
-  hash("root", 4, &root);
+  makeRandomId(&root);
   uri = FSUI_createNamespace(ctx,
                             1,
                             "test",
@@ -111,7 +111,6 @@
                                  "test",
                                  NULL,
                                  NULL);
-  printf("%d\n", old);
   euri = FSUI_addToNamespace(ctx,
                             1,
                             "test",
@@ -126,7 +125,6 @@
                                     "test",
                                     NULL,
                                     NULL);
-  printf("%d\n", newVal);
   CHECK(old + 1 == newVal);
   CHECK(OK == ECRS_deleteNamespace("test"));
   /* END OF TEST CODE */





reply via email to

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