commit | d6fa955f5486f1889902a70c9d05a5dcb1e63f1f | [log] [tgz] |
---|---|---|
author | Karl Pauls <pauls@apache.org> | Fri Jul 06 21:43:37 2007 +0000 |
committer | Karl Pauls <pauls@apache.org> | Fri Jul 06 21:43:37 2007 +0000 |
tree | 0ba10416195b7cf743c69700e1bfea93e18f0bd7 | |
parent | d71f410cac224de259eb1c7ba9f5b010edba6f56 [diff] |
Fix the bundle plugin test that was using a wrong file name. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@554068 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/src/test/java/org/apache/felix/bundleplugin/BundleAllPluginTest.java b/bundleplugin/src/test/java/org/apache/felix/bundleplugin/BundleAllPluginTest.java index bd76d24..9eaeb63 100644 --- a/bundleplugin/src/test/java/org/apache/felix/bundleplugin/BundleAllPluginTest.java +++ b/bundleplugin/src/test/java/org/apache/felix/bundleplugin/BundleAllPluginTest.java
@@ -82,7 +82,7 @@ public void testNoReBundling() throws Exception { - File testFile = getTestFile( "target/group.artifact_1.0.0.0.jar" ); + File testFile = getTestFile( "target/classes/org.apache.maven.maven-model_1.0.0.0.jar" ); if ( testFile.exists() ) { testFile.delete();