Author: aheritier Date: Wed Apr 15 23:48:40 2009 New Revision: 765431 URL: http://svn.apache.org/viewvc?rev=765431&view=rev Log: Rename tests
Added: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-01/ - copied from r765425, maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt01/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-02/ - copied from r765425, maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt02/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-03/ - copied from r765425, maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt03/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-04/ - copied from r765425, maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt04/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-05/ - copied from r765425, maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt05/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-06/ - copied from r765425, maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt06/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-07/ - copied from r765425, maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt07/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-08/ - copied from r765425, maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt08/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-09/ - copied from r765425, maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt09/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-10-MECLIPSE-538/ - copied from r765366, maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt10-MECLIPSE-538/ Removed: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt01/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt02/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt03/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt04/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt05/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt06/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt07/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt08/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt09/ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt10-MECLIPSE-538/ Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipseAjdtPluginIT.java Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipseAjdtPluginIT.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipseAjdtPluginIT.java?rev=765431&r1=765430&r2=765431&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipseAjdtPluginIT.java (original) +++ maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipseAjdtPluginIT.java Wed Apr 15 23:48:40 2009 @@ -36,61 +36,61 @@ public void testProjectAjdt01() throws Exception { - testProject( "project-ajdt01" ); + testProject( "project-ajdt-01" ); } public void testProjectAjdt02() throws Exception { - testProject( "project-ajdt02" ); + testProject( "project-ajdt-02" ); } public void testProjectAjdt03() throws Exception { - testProject( "project-ajdt03" ); + testProject( "project-ajdt-03" ); } public void testProjectAjdt04() throws Exception { - testProject( "project-ajdt04" ); + testProject( "project-ajdt-04" ); } public void testProjectAjdt05() throws Exception { - testProject( "project-ajdt05" ); + testProject( "project-ajdt-05" ); } public void testProjectAjdt06() throws Exception { - testProject( "project-ajdt06" ); + testProject( "project-ajdt-06" ); } public void testProjectAjdt07() throws Exception { - testProject( "project-ajdt07" ); + testProject( "project-ajdt-07" ); } public void testProjectAjdt08() throws Exception { - testProject( "project-ajdt08" ); + testProject( "project-ajdt-08" ); } public void testProjectAjdt09() throws Exception { - testProject( "project-ajdt09" ); + testProject( "project-ajdt-09" ); } public void testProjectAjdt10() throws Exception { - testProject( "project-ajdt10-MECLIPSE-538" ); + testProject( "project-ajdt-10-MECLIPSE-538" ); } public void testProjectAjdt11()