vmassol 2003/06/22 09:10:52
Modified: framework/src/test/share/org/apache/cactus/util
TestStringUtil.java
Log:
Removed constructor as it is no longer needed for JUnit 3.8+
Revision Changes Path
1.5 +1 -13
jakarta-cactus/framework/src/test/share/org/apache/cactus/util/TestStringUtil.java
Index: TestStringUtil.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/util/TestStringUtil.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TestStringUtil.java 22 Jun 2003 16:09:40 -0000 1.4
+++ TestStringUtil.java 22 Jun 2003 16:10:52 -0000 1.5
@@ -75,18 +75,6 @@
}
/**
- * Defines the testcase name for JUnit.
- *
- * @param theName the testcase's name.
- */
- public TestStringUtil(String theName)
- {
- super(theName);
- }
-
- //-------------------------------------------------------------------------
-
- /**
* Verify package-based stack-trace filtering.
*/
public void testFilterLinePackageTrue()
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]