use load, not parse
authorChristian Grothoff <christian@grothoff.org>
Tue, 4 Oct 2011 21:14:36 +0000 (21:14 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 4 Oct 2011 21:14:36 +0000 (21:14 +0000)
src/fs/test_fs_uri.c

index d226147f963a4a9578d629d52b38f536dab5d103..693bff1d644454fb18945bca8ae924da2c774f01 100644 (file)
@@ -92,7 +92,7 @@ testLocation ()
   GNUNET_assert (baseURI != NULL);
   GNUNET_assert (emsg == NULL);
   cfg = GNUNET_CONFIGURATION_create ();
-  if (GNUNET_OK != GNUNET_CONFIGURATION_parse (cfg, "test_fs_uri_data.conf"))
+  if (GNUNET_OK != GNUNET_CONFIGURATION_load (cfg, "test_fs_uri_data.conf"))
   {
     fprintf (stderr, "Failed to parse configuration file\n");
     GNUNET_FS_uri_destroy (baseURI);