aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-03 21:32:03 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-03 21:32:03 +0000
commit5552a575df9f10b6d9cbeb8e523f05a9248956e7 (patch)
treea41c1462279f051d22028809038587db8e1a970b /src/fs/test_fs_uri.c
parentefb3110524052367a4f9adfb3d21ef0f382149e1 (diff)
downloadgnunet-5552a575df9f10b6d9cbeb8e523f05a9248956e7.tar.gz
gnunet-5552a575df9f10b6d9cbeb8e523f05a9248956e7.zip
nitpicks
Diffstat (limited to 'src/fs/test_fs_uri.c')
-rw-r--r--src/fs/test_fs_uri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/test_fs_uri.c b/src/fs/test_fs_uri.c
index 0199ad2a9..ba694db6d 100644
--- a/src/fs/test_fs_uri.c
+++ b/src/fs/test_fs_uri.c
@@ -88,6 +88,7 @@ testLocation ()
88 baseURI = 88 baseURI =
89 GNUNET_FS_uri_parse ("gnunet://fs/chk/C282GG70GKK41O4551011DO413KFBVTVMQG1OG30I0K4045N0G41HAPB82G680A02JRVVFO8URVRU2F159011DO41000000022RG820.RNVVVVOOLCLK065B5D04HTNVNSIB2AI022RG8200HSLK1CO1000ATQ98824DMA2032LIMG50CG0K057NVUVG200000H000004400000.42", &emsg); 89 GNUNET_FS_uri_parse ("gnunet://fs/chk/C282GG70GKK41O4551011DO413KFBVTVMQG1OG30I0K4045N0G41HAPB82G680A02JRVVFO8URVRU2F159011DO41000000022RG820.RNVVVVOOLCLK065B5D04HTNVNSIB2AI022RG8200HSLK1CO1000ATQ98824DMA2032LIMG50CG0K057NVUVG200000H000004400000.42", &emsg);
90 GNUNET_assert (baseURI != NULL); 90 GNUNET_assert (baseURI != NULL);
91 GNUNET_assert (emsg == NULL);
91 cfg = GNUNET_CONFIGURATION_create (); 92 cfg = GNUNET_CONFIGURATION_create ();
92 if (GNUNET_OK != 93 if (GNUNET_OK !=
93 GNUNET_CONFIGURATION_parse (cfg, "test_fs_uri_data.conf")) 94 GNUNET_CONFIGURATION_parse (cfg, "test_fs_uri_data.conf"))