From c3a4ab1f25c5a243c40cd49c660261ac88e534e7 Mon Sep 17 00:00:00 2001 From: Andrew Bettison Date: Fri, 4 Oct 2013 03:11:54 +0930 Subject: [PATCH] Fix two Rhizome Direct test cases --- tests/rhizomeprotocol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rhizomeprotocol b/tests/rhizomeprotocol index 86f575ce..9a5a6786 100755 --- a/tests/rhizomeprotocol +++ b/tests/rhizomeprotocol @@ -710,7 +710,7 @@ test_DirectPull() { set_instance +B executeOk_servald rhizome direct pull tfw_cat --stdout --stderr - assert bundle_received_by $BID_A1:$VERSION_A1 $BID_A2:$VERSION_A2 $BID_A2:$VERSION_A2 --stderr + assert bundle_received_by $BID_A1:$VERSION_A1 $BID_A2:$VERSION_A2 $BID_A3:$VERSION_A3 --stderr set_instance +A executeOk_servald rhizome list assert_rhizome_list --fromhere=1 fileA1 fileA2 fileA3 @@ -732,7 +732,7 @@ test_DirectSync() { set_instance +B executeOk_servald rhizome direct sync tfw_cat --stdout --stderr - assert bundle_received_by $BID_A1:$VERSION_A1 $BID_A2:$VERSION_A2 $BID_A2:$VERSION_A2 --stderr + assert bundle_received_by $BID_A1:$VERSION_A1 $BID_A2:$VERSION_A2 $BID_A3:$VERSION_A3 --stderr set_instance +A executeOk_servald rhizome list assert_rhizome_list --fromhere=1 fileA1 fileA2 fileA3 --fromhere=0 fileB1 fileB2 fileB3