|
From: <ls...@us...> - 2007-05-09 20:05:13
|
Revision: 3183
http://jnode.svn.sourceforge.net/jnode/?rev=3183&view=rev
Author: lsantha
Date: 2007-05-09 13:05:12 -0700 (Wed, 09 May 2007)
Log Message:
-----------
Command test renamed to utest.
Modified Paths:
--------------
trunk/shell/src/shell/org/jnode/shell/command/test/TestCommand.java
Modified: trunk/shell/src/shell/org/jnode/shell/command/test/TestCommand.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/command/test/TestCommand.java 2007-05-05 20:51:01 UTC (rev 3182)
+++ trunk/shell/src/shell/org/jnode/shell/command/test/TestCommand.java 2007-05-09 20:05:12 UTC (rev 3183)
@@ -43,7 +43,7 @@
// static final Argument ARG_ARGS = new Argument("arg", "the argument(s) to
// pass to the testcase", Argument.MULTI);
- public static Help.Info HELP_INFO = new Help.Info("test",
+ public static Help.Info HELP_INFO = new Help.Info("utest",
"Run a JUnit testcase", new Parameter[] { new Parameter(ARG_CLASS,
Parameter.MANDATORY)
// new Parameter(ARG_ARGS, Parameter.OPTIONAL)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|