You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2007/10/27 20:36:13 UTC

svn commit: r589175 - /commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/bug/BugCLI148Test.java

Author: bayard
Date: Sat Oct 27 11:36:12 2007
New Revision: 589175

URL: http://svn.apache.org/viewvc?rev=589175&view=rev
Log:
Fixing the source to reference the correct reference number, ie) CLI-138

Modified:
    commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/bug/BugCLI148Test.java

Modified: commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/bug/BugCLI148Test.java
URL: http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/bug/BugCLI148Test.java?rev=589175&r1=589174&r2=589175&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/bug/BugCLI148Test.java (original)
+++ commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/bug/BugCLI148Test.java Sat Oct 27 11:36:12 2007
@@ -20,11 +20,11 @@
 import junit.framework.TestCase;
 
 /**
- * http://issues.apache.org/jira/browse/CLI-138
+ * http://issues.apache.org/jira/browse/CLI-148
  *
  * @author brianegge
  */
-public class BugCLI138Test  extends TestCase {
+public class BugCLI148Test  extends TestCase {
 
     public void testWorkaround1() throws Exception
     {