File: unpackaged_mockito.patch

package info (click to toggle)
libpf4j-java 3.13.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,548 kB
  • sloc: java: 8,610; xml: 1,108; sh: 228; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: skipping a test that would need unpackaged mockito classes
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2024-09-30

--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -73,6 +73,8 @@
                                 <exclude>**/JavaFileObjectClassLoader.java</exclude>
                                 <exclude>**/JavaFileObjectDataProvider.java</exclude>
                                 <exclude>**/JavaSources.java</exclude>
+                                <!-- Missing mockito classes -->
+                                <exclude>**/LoggingPluginStateListenerTest.java</exclude>
                             </testExcludes>
                         </configuration>
                     </execution>