aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_arm_api.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-05-22 06:06:22 +0000
committerLRN <lrn1986@gmail.com>2013-05-22 06:06:22 +0000
commit33f9ca5d9f9910030865a8ba6aeaedfd824db793 (patch)
treed4cfd4831bc966119f6a2cca26c26df287aa119e /src/arm/test_arm_api.c
parent90c920f87b118ebd3d1dfe706bb438365bc591c6 (diff)
downloadgnunet-33f9ca5d9f9910030865a8ba6aeaedfd824db793.tar.gz
gnunet-33f9ca5d9f9910030865a8ba6aeaedfd824db793.zip
Adjust test_arm_api after API changes in r27231
Diffstat (limited to 'src/arm/test_arm_api.c')
-rw-r--r--src/arm/test_arm_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/test_arm_api.c b/src/arm/test_arm_api.c
index eb769e2ac..fbe703242 100644
--- a/src/arm/test_arm_api.c
+++ b/src/arm/test_arm_api.c
@@ -55,7 +55,7 @@ arm_stop_cb (void *cls,
55 /* (6), a stop request should be sent to ARM successfully */ 55 /* (6), a stop request should be sent to ARM successfully */
56 /* ARM should report that it is stopping */ 56 /* ARM should report that it is stopping */
57 GNUNET_break (status == GNUNET_ARM_REQUEST_SENT_OK); 57 GNUNET_break (status == GNUNET_ARM_REQUEST_SENT_OK);
58 GNUNET_break (result == GNUNET_ARM_RESULT_STOPPING); 58 GNUNET_break (result == GNUNET_ARM_RESULT_STOPPED);
59 GNUNET_break (phase == 6); 59 GNUNET_break (phase == 6);
60 phase++; 60 phase++;
61 LOG ("Sent 'STOP' request for arm to ARM %s\n", (status == GNUNET_ARM_REQUEST_SENT_OK) ? "successfully" : "unsuccessfully"); 61 LOG ("Sent 'STOP' request for arm to ARM %s\n", (status == GNUNET_ARM_REQUEST_SENT_OK) ? "successfully" : "unsuccessfully");