jvanzyl 2003/01/13 09:20:20
Modified: src/test/java/org/apache/maven/project DependencyTest.java
Log:
o Getting rid of poorly named notion, not required anymore.
Revision Changes Path
1.4 +0 -14
jakarta-turbine-maven/src/test/java/org/apache/maven/project/DependencyTest.java
Index: DependencyTest.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/test/java/org/apache/maven/project/DependencyTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DependencyTest.java 12 Jan 2003 05:44:46 -0000 1.3
+++ DependencyTest.java 13 Jan 2003 17:20:19 -0000 1.4
@@ -149,20 +149,6 @@
// JUnitDoclet end method isTestType
}
- public void testSetGetIsPoorlyNamed() throws Exception
- {
- // JUnitDoclet begin method setIsPoorlyNamed getIsPoorlyNamed
- boolean[] tests = {true, false};
-
- for ( int i = 0; i < tests.length; i++ )
- {
- dependency.setIsPoorlyNamed( tests[i] );
- assertEquals( tests[i], dependency.getIsPoorlyNamed() );
- }
- // JUnitDoclet end method setIsPoorlyNamed getIsPoorlyNamed
- }
-
-
/**
* JUnitDoclet moves marker to this method, if there is not match
* for them in the regenerated code and if the marker is not empty.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>