diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-20 08:18:33 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-20 08:18:33 +0000 |
commit | 1c204c744da3d3cb9a8c48e8611f3398caf6eaab (patch) | |
tree | dcbec8f92bf8c570d3ca227c6a328f260a6e51a9 /src/fs/test_fs_directory.c | |
parent | d2cededf53412876cf4ef2dedf3feee5e949d17f (diff) |
final fixes, adding testcase to official suite
git-svn-id: https://gnunet.org/svn/gnunet@9219 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/fs/test_fs_directory.c')
-rw-r--r-- | src/fs/test_fs_directory.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fs/test_fs_directory.c b/src/fs/test_fs_directory.c index 1f77dcf149..9783e59038 100644 --- a/src/fs/test_fs_directory.c +++ b/src/fs/test_fs_directory.c @@ -134,7 +134,7 @@ testDirectory (unsigned int i) (unsigned long long) dlen, s); GNUNET_free (s); - if (i < 1000) + if (i < 100) { cls.pos = 0; cls.uri = uris; @@ -169,10 +169,8 @@ main (int argc, char *argv[]) "WARNING", #endif NULL); - for (i = 17; i < 4000; i *= 2) + for (i = 17; i < 1000; i *= 2) failureCount += testDirectory (i); - fprintf (stderr, "\n"); - if (failureCount != 0) return 1; return 0; |