aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index 047c314e4..068095269 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -193,6 +193,9 @@ progress_cb (void *cls,
193 &abort_download_task, 193 &abort_download_task,
194 NULL); 194 NULL);
195 break; 195 break;
196 case GNUNET_FS_STATUS_DOWNLOAD_ACTIVE:
197 case GNUNET_FS_STATUS_DOWNLOAD_INACTIVE:
198 break;
196 case GNUNET_FS_STATUS_PUBLISH_START: 199 case GNUNET_FS_STATUS_PUBLISH_START:
197 GNUNET_assert (0 == strcmp ("publish-context", event->value.publish.cctx)); 200 GNUNET_assert (0 == strcmp ("publish-context", event->value.publish.cctx));
198 GNUNET_assert (NULL == event->value.publish.pctx); 201 GNUNET_assert (NULL == event->value.publish.pctx);