Author: ebourg-guest Date: 2014-01-06 09:19:34 +0000 (Mon, 06 Jan 2014) New Revision: 17636
Modified: trunk/ant/debian/changelog trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch Log: Updated the description of 0008-junit4-replace-assumeFalse.patch Modified: trunk/ant/debian/changelog =================================================================== --- trunk/ant/debian/changelog 2014-01-06 09:04:45 UTC (rev 17635) +++ trunk/ant/debian/changelog 2014-01-06 09:19:34 UTC (rev 17636) @@ -2,6 +2,7 @@ * Standards-Version updated to 3.9.5 (no changes) * Switch to debhelper level 9 + * Updated the description of 0008-junit4-replace-assumeFalse.patch -- Emmanuel Bourg <[email protected]> Mon, 06 Jan 2014 09:47:00 +0100 Modified: trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch =================================================================== --- trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch 2014-01-06 09:04:45 UTC (rev 17635) +++ trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch 2014-01-06 09:19:34 UTC (rev 17636) @@ -1,7 +1,8 @@ -Assume.assumeFalse() was introduced in JUnit 4.11. The latest version -of JUnit available is 4.10. This patch fixes the compilation with the -version of JUnit 4 currently used. To be removed when the junit4 -package is updated. +Description: Replaces Assume.assumeFalse() introduced in JUnit 4.11 with assumeTrue() + to facilitate the backporting to the stable distribution where only JUnit 4.10 + is available. +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed --- a/src/tests/junit/org/example/junit/JUnit4Skippable.java +++ b/src/tests/junit/org/example/junit/JUnit4Skippable.java @@ -40,7 +40,7 @@ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

