From 6578f3e6303478f79e69acf4ae5426a8328f12ec Mon Sep 17 00:00:00 2001 From: gardners Date: Thu, 9 May 2013 22:11:39 +0930 Subject: [PATCH] further expanded two-ply meshms list test. --- tests/meshms | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/meshms b/tests/meshms index 36b6a0ab..c7646834 100755 --- a/tests/meshms +++ b/tests/meshms @@ -105,6 +105,10 @@ test_twoPly() { assertStdoutLineCount '==' 4 assertStdoutGrep --stdout --stderr --matches=1 '^0:.*:received:meshms:Message-2b' assertStdoutGrep --stdout --stderr --matches=1 '^1:.*:unacknowledged:meshms:Message-1a' + executeOk_servald meshms list messages $SIDA2 $SIDA1 + assertStdoutLineCount '==' 4 + assertStdoutGrep --stdout --stderr --matches=1 '^0:.*:received:meshms:Message-1a' + assertStdoutGrep --stdout --stderr --matches=1 '^1:.*:unacknowledged:meshms:Message-2b' } runTests "$@"