gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 33f9ca5d9f9910030865a8ba6aeaedfd824db793
parent 90c920f87b118ebd3d1dfe706bb438365bc591c6
Author: LRN <lrn1986@gmail.com>
Date:   Wed, 22 May 2013 06:06:22 +0000

Adjust test_arm_api after API changes in r27231

Diffstat:
Msrc/arm/test_arm_api.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arm/test_arm_api.c b/src/arm/test_arm_api.c @@ -55,7 +55,7 @@ arm_stop_cb (void *cls, /* (6), a stop request should be sent to ARM successfully */ /* ARM should report that it is stopping */ GNUNET_break (status == GNUNET_ARM_REQUEST_SENT_OK); - GNUNET_break (result == GNUNET_ARM_RESULT_STOPPING); + GNUNET_break (result == GNUNET_ARM_RESULT_STOPPED); GNUNET_break (phase == 6); phase++; LOG ("Sent 'STOP' request for arm to ARM %s\n", (status == GNUNET_ARM_REQUEST_SENT_OK) ? "successfully" : "unsuccessfully");