File: TODO

package info (click to toggle)
libpf4j-java 3.12.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,544 kB
  • sloc: java: 8,516; xml: 1,096; sh: 228; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 796 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The two patches omit_TempDir_annotations_in_tests.patch and
omit_tests_needing_google_testing_compile.patch have been written because some
classes are not packaged in Debian as of today.

omit_TempDir_annotations_in_tests.patch

The annotation @TempDir has been commented out and I have inserted @BeforeEach
methods (when needed) with a Files.createTempDirectory invocation instead. It
would be great to remove the patch if junit5 (>= 5.4.0~) gets packaged,
although I see no urgency to do so.

omit_tests_needing_google_testing_compile.patch

Two whole files have been commented out in this patch, it would be safe to
uncomment them to have the tests run if the Java package
com.google.testing.compile gets packaged in Debian.

 -- Pierre Gruet <pgt@debian.org>  Sat, 08 May 2021 15:42:26 +0200