File: fix_test_classpath.patch

package info (click to toggle)
plexus-compiler 2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 848 kB
  • ctags: 687
  • sloc: java: 5,775; xml: 530; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 682 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java
+++ b/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java
@@ -74,7 +74,7 @@ public abstract class AbstractCompilerTest
     {
         List<String> cp = new ArrayList<String>();
 
-        File file = getLocalArtifactPath( "commons-lang", "commons-lang", "2.0", "jar" );
+        File file = getLocalArtifactPath( "commons-lang", "commons-lang", "debian", "jar" );
 
         assertTrue( "test prerequisite: commons-lang library must be available in local repository, expected "
                         + file.getAbsolutePath(), file.canRead() );