# HG changeset patch # User Zdenek Zambersky # Date 1418234075 -3600 # Node ID 19c8294a826f4d57bdf334abde7541bfa25dd1cf # Parent af42c142855f7bb959fee716e5bbbc148819aa87 connection shell info added diff -r af42c142855f -r 19c8294a826f outputtexts/1.1.0/output_of_exit_therm_shell.txt --- a/outputtexts/1.1.0/output_of_exit_therm_shell.txt Mon Dec 01 16:23:03 2014 +0100 +++ b/outputtexts/1.1.0/output_of_exit_therm_shell.txt Wed Dec 10 18:54:35 2014 +0100 @@ -1,3 +1,3 @@ Thermostat version 1.1.0 -Thermostat > exit +Thermostat - > exit diff -r af42c142855f -r 19c8294a826f outputtexts/1.1.0/output_of_help_therm_shell.txt --- a/outputtexts/1.1.0/output_of_help_therm_shell.txt Mon Dec 01 16:23:03 2014 +0100 +++ b/outputtexts/1.1.0/output_of_help_therm_shell.txt Wed Dec 10 18:54:35 2014 +0100 @@ -1,5 +1,5 @@ Thermostat version 1.1.0 -Thermostat > help +Thermostat - > help list of commands: help show help for a given command or help overview @@ -25,5 +25,5 @@ validate validates a thermostat plug-in XML file against the schema vm-info shows basic information about a VM vm-stat show various statistics about a VM -Thermostat > exit +Thermostat - > exit diff -r af42c142855f -r 19c8294a826f outputtexts/1.1.0/thermostat_help_shell.txt --- a/outputtexts/1.1.0/thermostat_help_shell.txt Mon Dec 01 16:23:03 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_shell.txt Wed Dec 10 18:54:35 2014 +0100 @@ -1,5 +1,7 @@ usage: thermostat shell - launches the Thermostat interactive shell + launches the Thermostat interactive shell. The prompt displays + a "-" to indicate that it is disconnected or a "+" to indicate + that it is connected to storage thermostat shell --help show usage of command diff -r af42c142855f -r 19c8294a826f outputtexts/head/output_of_exit_therm_shell.txt --- a/outputtexts/head/output_of_exit_therm_shell.txt Mon Dec 01 16:23:03 2014 +0100 +++ b/outputtexts/head/output_of_exit_therm_shell.txt Wed Dec 10 18:54:35 2014 +0100 @@ -1,3 +1,3 @@ -Thermostat version 0.16.0 -Thermostat > exit +Thermostat version 1.1.0 +Thermostat - > exit diff -r af42c142855f -r 19c8294a826f outputtexts/head/output_of_help_therm_shell.txt --- a/outputtexts/head/output_of_help_therm_shell.txt Mon Dec 01 16:23:03 2014 +0100 +++ b/outputtexts/head/output_of_help_therm_shell.txt Wed Dec 10 18:54:35 2014 +0100 @@ -1,5 +1,5 @@ Thermostat version 1.1.0 -Thermostat > help +Thermostat - > help list of commands: help show help for a given command or help overview @@ -25,5 +25,5 @@ validate validates a thermostat plug-in XML file against the schema vm-info shows basic information about a VM vm-stat show various statistics about a VM -Thermostat > exit +Thermostat - > exit diff -r af42c142855f -r 19c8294a826f outputtexts/head/thermostat_help_shell.txt --- a/outputtexts/head/thermostat_help_shell.txt Mon Dec 01 16:23:03 2014 +0100 +++ b/outputtexts/head/thermostat_help_shell.txt Wed Dec 10 18:54:35 2014 +0100 @@ -1,5 +1,7 @@ usage: thermostat shell - launches the Thermostat interactive shell + launches the Thermostat interactive shell. The prompt displays + a "-" to indicate that it is disconnected or a "+" to indicate + that it is connected to storage thermostat shell --help show usage of command diff -r af42c142855f -r 19c8294a826f src/org/thermostat/qa/testsuites/CliClientDBModifWebStorageTest.java --- a/src/org/thermostat/qa/testsuites/CliClientDBModifWebStorageTest.java Mon Dec 01 16:23:03 2014 +0100 +++ b/src/org/thermostat/qa/testsuites/CliClientDBModifWebStorageTest.java Wed Dec 10 18:54:35 2014 +0100 @@ -200,7 +200,7 @@ public void testBadLogin() throws IOException, AWTException { String commands = "list-vms_therm_shell2.txt"; - String[] header = new String[] { "Thermostat >", "exit" }; + String[] header = new String[] { "Thermostat - >", "exit" }; int headerLineNum = 4; String[] findStrings = null;