[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r304 - in GNUnet: . src/applications/fs/ecrs
From: |
grothoff |
Subject: |
[GNUnet-SVN] r304 - in GNUnet: . src/applications/fs/ecrs |
Date: |
Thu, 24 Feb 2005 22:56:12 -0800 (PST) |
Author: grothoff
Date: 2005-02-24 22:56:12 -0800 (Thu, 24 Feb 2005)
New Revision: 304
Modified:
GNUnet/src/applications/fs/ecrs/ecrstest.c
GNUnet/todo
Log:
ecrstest (incomplete) works
Modified: GNUnet/src/applications/fs/ecrs/ecrstest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/ecrstest.c 2005-02-25 06:53:52 UTC (rev
303)
+++ GNUnet/src/applications/fs/ecrs/ecrstest.c 2005-02-25 06:56:12 UTC (rev
304)
@@ -226,13 +226,16 @@
/* ACTUAL TEST CODE */
i = 0;
while (filesizes[i] != 0) {
- printf("Testing filesize %u\n",
- filesizes[i]);
+ fprintf(stderr,
+ "Testing filesize %u",
+ filesizes[i]);
uri = uploadFile(filesizes[i]);
CHECK(NULL != uri);
CHECK(OK == searchFile(&uri));
CHECK(OK == downloadFile(filesizes[i], uri));
CHECK(OK == unindexFile(filesizes[i]));
+ fprintf(stderr,
+ " Ok.\n");
i++;
}
Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2005-02-25 06:53:52 UTC (rev 303)
+++ GNUnet/todo 2005-02-25 06:56:12 UTC (rev 304)
@@ -14,7 +14,7 @@
generated public keys are fishy
(far to many 0-values in N!)
- Need testing:
- * ECRS upload/download: automated tests!
+ * ECRS upload/download: automated test: complete ecrstest.c testcode!
* ECRS-directories (build, iterate)
* gnunet-directory
* gnunet-pseudonym
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r304 - in GNUnet: . src/applications/fs/ecrs,
grothoff <=