From 3bb1c6a909793e82a50486106c0ad231c12a71ab Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Fri, 13 Jul 2012 21:49:40 +0100 Subject: [PATCH] Fixed tests to use new setting names. --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 968599f..1536abb 100644 --- a/test.sh +++ b/test.sh @@ -187,7 +187,7 @@ test_creating_server_with_jar_groups() { assertEquals "Incorrect exit code." $EX_OK $EXIT_CODE assertTrue "Server direcotry was not created." "[ -d \"$SERVER_STORAGE_PATH/example\" ]" - assertTrue "Server jar was not linked." "[ -f \"$SERVER_STORAGE_PATH/example/$DEFAULT_JAR\" ]" + assertTrue "Server jar ($SERVER_STORAGE_PATH/example/$DEFAULT_JAR_PATH) was not linked." "[ -f \"$SERVER_STORAGE_PATH/example/$DEFAULT_JAR_PATH\" ]" } ### "msm server delete" tests