further expanded two-ply meshms list test.

This commit is contained in:
gardners 2013-05-09 22:11:39 +09:30
parent c88da2d363
commit 6578f3e630

View File

@ -105,6 +105,10 @@ test_twoPly() {
assertStdoutLineCount '==' 4 assertStdoutLineCount '==' 4
assertStdoutGrep --stdout --stderr --matches=1 '^0:.*:received:meshms:Message-2b' assertStdoutGrep --stdout --stderr --matches=1 '^0:.*:received:meshms:Message-2b'
assertStdoutGrep --stdout --stderr --matches=1 '^1:.*:unacknowledged:meshms:Message-1a' 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 "$@" runTests "$@"