oops, sorry.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290974 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-09-22 16:23:13 +00:00
parent 23611891ee
commit f86c48140b
1 changed files with 2 additions and 2 deletions

View File

@ -227,11 +227,11 @@ public class SurefirePlugin
getLog().debug( "Test Classpath :" );
getLog.debug( testClassesDirectory.getPath() );
getLog().debug( testClassesDirectory.getPath() );
surefireBooter.addClassPathUrl( testClassesDirectory.getPath() );
getLog.debug( classesDirectory.getPath() );
getLog().debug( classesDirectory.getPath() );
surefireBooter.addClassPathUrl( classesDirectory.getPath() );