Package: junit4 / 4.10-3
Metadata
Package | Version | Patches format |
---|---|---|
junit4 | 4.10-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
workaround_typing_bug.diff | (download) |
src/main/java/org/junit/internal/matchers/CombinableMatcher.java |
6 3 + 3 - 0 ! |
fix "invalid inferred types for t; actual arguments do not conforms to inferred formal arguments" when building junit4 with openjdk under recent hotspot. |
manifest_jar.diff | (download) |
build.xml |
2 2 + 0 - 0 ! |
update manifest (set in debian/ant.properties) to allow override for OSGI metadata. |
java7 ignore test.patch | (download) |
src/test/java/org/junit/tests/running/classes/ParentRunnerTest.java |
2 2 + 0 - 0 ! |
this test case makes assumptions about the order of execution of tests in the Fruit.class test which are not guaranteed under Java 7. . This is being worked on upstream for a future release on JUnit. |