Moved test function to correct section.

This commit is contained in:
Marcus Whybrow 2012-06-05 01:43:17 +01:00
parent b0477de67b
commit af15359935

View File

@ -127,8 +127,6 @@ test_create_server_with_jar_groups() {
### "msm server delete" tests ### "msm server delete" tests
### "msm server rename" tests
test_deleting_server_that_does_not_exist() { test_deleting_server_that_does_not_exist() {
local result="$(stdall $SCRIPT server delete example)" local result="$(stdall $SCRIPT server delete example)"
local regex="^There\ is\ no\ server\ with\ the\ name" local regex="^There\ is\ no\ server\ with\ the\ name"
@ -136,6 +134,8 @@ test_deleting_server_that_does_not_exist() {
assertTrue "" "[[ \"$result\" =~ $regex ]]" assertTrue "" "[[ \"$result\" =~ $regex ]]"
} }
### "msm server rename" tests
# Individual Server Tests # Individual Server Tests
# ----------------------- # -----------------------