gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5832 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r5832 - GNUnet/src/applications/fs/ecrs
Date: Sun, 9 Dec 2007 14:31:23 -0700 (MST)

Author: grothoff
Date: 2007-12-09 14:31:23 -0700 (Sun, 09 Dec 2007)
New Revision: 5832

Modified:
   GNUnet/src/applications/fs/ecrs/searchtest.c
Log:
fix

Modified: GNUnet/src/applications/fs/ecrs/searchtest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/searchtest.c        2007-12-09 21:23:10 UTC 
(rev 5831)
+++ GNUnet/src/applications/fs/ecrs/searchtest.c        2007-12-09 21:31:23 UTC 
(rev 5832)
@@ -130,7 +130,7 @@
                                    
"gnunet://ecrs/sks/C282GG70GKK41O4551011DO413KFBVTVMQG1OG30I0K4045N0G41HAPB82G680A02JRVVFO8URVRU2F159011DO41000000022RG820/test-different");
   keywords[1] = "binary";
   keywords[2] = NULL;
-  key = GNUNET_ECRS_keyword_string_to_uri (keywords);
+  key = GNUNET_ECRS_keyword_strings_to_uri (keywords);
   CHECK (GNUNET_OK == GNUNET_ECRS_publish_under_keyword (NULL, cfg, key, 0, 0, 
GNUNET_get_time () + 10 * GNUNET_CRON_MINUTES,   /* expire */
                                                          uri, meta));
   CHECK (GNUNET_OK == searchFile (key, 2));
@@ -143,7 +143,7 @@
   printf ("Testing search for 'XXtest' with two results.\n");
 #endif
   keywords[1] = NULL;
-  key = GNUNET_ECRS_keyword_string_to_uri (keywords);
+  key = GNUNET_ECRS_keyword_strings_to_uri (keywords);
   CHECK (GNUNET_OK == searchFile (key, 2));
   GNUNET_ECRS_uri_destroy (key);
 





reply via email to

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