Skip to content
Snippets Groups Projects
Commit 8865c8db authored by cramakri's avatar cramakri
Browse files

LMS-1887 Fixed broken test.

SVN: 18834
parent b780377b
No related branches found
No related tags found
No related merge requests found
...@@ -72,8 +72,8 @@ public class CommandFactoryTest extends AssertJUnit ...@@ -72,8 +72,8 @@ public class CommandFactoryTest extends AssertJUnit
cmd.printUsage(out); cmd.printUsage(out);
String helpText = String helpText =
"usage: cina_client.sh COMMAND [options...] <command arguments>\n" + "\n" "usage: cina_client.sh COMMAND [options...] <command arguments>\n" + "\n"
+ "Commands:\n" + " listsamps\n" + " gencode\n" + " listexps\n" + " ls\n" + "Commands:\n" + " listsamps\n" + " gencode\n" + " listexps\n"
+ " get\n" + " put\n" + "\n" + "Options:\n" + " getreplica\n" + " ls\n" + " get\n" + " put\n" + "\n" + "Options:\n"
+ " [-p,--password] VAL : User login password\n" + " [-p,--password] VAL : User login password\n"
+ " [-s,--server-base-url] VAL : URL for openBIS Server (required)\n" + " [-s,--server-base-url] VAL : URL for openBIS Server (required)\n"
+ " [-u,--username] VAL : User login name\n"; + " [-u,--username] VAL : User login name\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment