File: fix_test_classpath.patch

package info (click to toggle)
plexus-compiler 2.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,012 kB
  • sloc: java: 6,809; xml: 590; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 633 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
@@ -76,7 +76,7 @@
     {
         List<String> cp = new ArrayList<>();
 
-        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() );