aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_operations.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_api_operations.c')
-rw-r--r--src/testbed/test_testbed_api_operations.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testbed/test_testbed_api_operations.c b/src/testbed/test_testbed_api_operations.c
index feca147b7..ceae76cd4 100644
--- a/src/testbed/test_testbed_api_operations.c
+++ b/src/testbed/test_testbed_api_operations.c
@@ -296,8 +296,8 @@ step (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
296 case TEST_OP4_STARTED: 296 case TEST_OP4_STARTED:
297 GNUNET_TESTBED_operation_release_ (op4); 297 GNUNET_TESTBED_operation_release_ (op4);
298 break; 298 break;
299 case TEST_OP6_RELEASED: 299 case TEST_OP6_RELEASED:
300 op8 = GNUNET_TESTBED_operation_create_ (&op8, &start_cb, &release_cb); 300 op8 = GNUNET_TESTBED_operation_create_ (&op8, &start_cb, &release_cb);
301 GNUNET_TESTBED_operation_queue_insert2_ (q1, op8, 2); 301 GNUNET_TESTBED_operation_queue_insert2_ (q1, op8, 2);
302 GNUNET_TESTBED_operation_queue_insert2_ (q2, op8, 2); 302 GNUNET_TESTBED_operation_queue_insert2_ (q2, op8, 2);
303 result = TEST_OP8_WAITING; 303 result = TEST_OP8_WAITING;
@@ -311,13 +311,13 @@ step (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
311 case TEST_OP8_INACTIVE_1: 311 case TEST_OP8_INACTIVE_1:
312 GNUNET_TESTBED_operation_activate_ (op8); 312 GNUNET_TESTBED_operation_activate_ (op8);
313 result = TEST_OP8_ACTIVE; 313 result = TEST_OP8_ACTIVE;
314 op9 = GNUNET_TESTBED_operation_create_ (&op9, &start_cb, &release_cb); 314 op9 = GNUNET_TESTBED_operation_create_ (&op9, &start_cb, &release_cb);
315 GNUNET_TESTBED_operation_queue_insert2_ (q1, op9, 1); 315 GNUNET_TESTBED_operation_queue_insert2_ (q1, op9, 1);
316 GNUNET_TESTBED_operation_queue_insert2_ (q2, op9, 1); 316 GNUNET_TESTBED_operation_queue_insert2_ (q2, op9, 1);
317 GNUNET_TESTBED_operation_begin_wait_ (op9); 317 GNUNET_TESTBED_operation_begin_wait_ (op9);
318 step_task = GNUNET_SCHEDULER_add_delayed (STEP_DELAY, &step, NULL); 318 step_task = GNUNET_SCHEDULER_add_delayed (STEP_DELAY, &step, NULL);
319 break; 319 break;
320 case TEST_OP8_ACTIVE: 320 case TEST_OP8_ACTIVE:
321 GNUNET_TESTBED_operation_inactivate_ (op8); 321 GNUNET_TESTBED_operation_inactivate_ (op8);
322 /* op8 should be released by now due to above call */ 322 /* op8 should be released by now due to above call */
323 GNUNET_assert (TEST_OP8_RELEASED == result); 323 GNUNET_assert (TEST_OP8_RELEASED == result);