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
|