jvanzyl 2003/12/09 19:30:04
Modified: maven-project/src/test/org/apache/maven/project
DefaultProjectBuilderTest.java
Log:
o add test for recursive inheritance
o try to again make the test names more descriptive
Revision Changes Path
1.14 +2 -2
maven-components/maven-project/src/test/org/apache/maven/project/DefaultProjectBuilderTest.java
Index: DefaultProjectBuilderTest.java
===================================================================
RCS file:
/home/cvs/maven-components/maven-project/src/test/org/apache/maven/project/DefaultProjectBuilderTest.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- DefaultProjectBuilderTest.java 10 Dec 2003 01:34:48 -0000 1.13
+++ DefaultProjectBuilderTest.java 10 Dec 2003 03:30:04 -0000 1.14
@@ -114,7 +114,7 @@
}
}
- public void testInheritanceWithASingleLevelOfInheritance()
+ public void testPropertyInheritanceWithASingleLevelOfInheritance()
throws Exception
{
File f = new File( basedir, "src/test-input/a/project.xml" );
@@ -130,7 +130,7 @@
assertEquals( "canada", project.getProperty( "country" ) );
}
- public void testInheritanceWithTwoLevelsOfInheritance()
+ public void testPropertyInheritanceWithTwoLevelsOfInheritance()
throws Exception
{
File f = new File( basedir, "src/test-input/a/aa/project.xml" );
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]