gentoo-ebuilds/dev-java/qdox/files/qdox-2.2.0-skip-testBinaryClassesAreFound.patch
Volkmar W. Pogatzki 112e52109d
dev-java/qdox: add 2.2.0
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/44033
Closes: https://github.com/gentoo/gentoo/pull/44033
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-04 19:07:53 +01:00

26 lines
835 B
Diff

--- a/src/test/java/com/thoughtworks/qdox/JavaProjectBuilderTest.java
+++ b/src/test/java/com/thoughtworks/qdox/JavaProjectBuilderTest.java
@@ -11,6 +11,7 @@ import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.Disabled;
import java.io.*;
import java.net.URL;
@@ -290,7 +291,7 @@ public class JavaProjectBuilderTest {
Assertions.assertNotNull(builder.getClassByName("oldfashioned.Bar"));
}
- @Test
+ @Test @Disabled
public void testBinaryClassesAreFound() {
String in = ""
@@ -2055,4 +2056,4 @@ public class JavaProjectBuilderTest {
verify( classLibraryBuilder ).addSourceFolder( same( file ) );
}
-}
\ No newline at end of file
+}