aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_list_indexed.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-03 21:16:26 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-03 21:16:26 +0000
commit4272d487348ef1a75b8f55151ccacbdeea606031 (patch)
tree9733fdbcc7081c48449bd16a9bf96d79706d2778 /src/fs/test_fs_list_indexed.c
parentf456623ec58197ba986681effcd46dbd4f4a2d18 (diff)
downloadgnunet-4272d487348ef1a75b8f55151ccacbdeea606031.tar.gz
gnunet-4272d487348ef1a75b8f55151ccacbdeea606031.zip
nitpicks
Diffstat (limited to 'src/fs/test_fs_list_indexed.c')
-rw-r--r--src/fs/test_fs_list_indexed.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/test_fs_list_indexed.c b/src/fs/test_fs_list_indexed.c
index 7523543bb..eb5fdf505 100644
--- a/src/fs/test_fs_list_indexed.c
+++ b/src/fs/test_fs_list_indexed.c
@@ -287,6 +287,7 @@ run (void *cls,
287 1, 287 1,
288 42, 288 42,
289 GNUNET_TIME_relative_to_absolute (LIFETIME)); 289 GNUNET_TIME_relative_to_absolute (LIFETIME));
290 GNUNET_assert (NULL != fi1);
290 fi2 = GNUNET_FS_file_information_create_from_file (fs, 291 fi2 = GNUNET_FS_file_information_create_from_file (fs,
291 "list_indexed-context2", 292 "list_indexed-context2",
292 fn2, 293 fn2,
@@ -296,6 +297,7 @@ run (void *cls,
296 2, 297 2,
297 42, 298 42,
298 GNUNET_TIME_relative_to_absolute (LIFETIME)); 299 GNUNET_TIME_relative_to_absolute (LIFETIME));
300 GNUNET_assert (NULL != fi2);
299 fidir = GNUNET_FS_file_information_create_empty_directory (fs, 301 fidir = GNUNET_FS_file_information_create_empty_directory (fs,
300 "list_indexed-context-dir", 302 "list_indexed-context-dir",
301 kuri, 303 kuri,