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();