This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-jexl2-java.
commit bb162d3513438dc2a1d3ce81d075e288f5791ab0 Author: Emmanuel Bourg <[email protected]> Date: Fri May 31 22:32:33 2013 +0000 Upload to unstable as 2.1.1-2 --- debian/changelog | 11 ++++++++++- debian/patches/001-Fix-tests.patch | 22 +++++++++++----------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8177fa2..7cd78f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,13 @@ -libcommons-jexl2-java (2.1.1-1) unstable; urgency=low +libcommons-jexl2-java (2.1.1-2) unstable; urgency=low + + * Upload to unstable + * Added a patch fixing a test failure with JUnit 4.11 + due to the out of order execution. + * Removed the build dependency on libclirr-maven-plugin-java + + -- Emmanuel Bourg <[email protected]> Sat, 01 Jun 2013 00:16:35 +0200 + +libcommons-jexl2-java (2.1.1-1) experimental; urgency=low * Initial release (Closes: #705144) diff --git a/debian/patches/001-Fix-tests.patch b/debian/patches/001-Fix-tests.patch index c1f72d7..b2859c8 100644 --- a/debian/patches/001-Fix-tests.patch +++ b/debian/patches/001-Fix-tests.patch @@ -5,17 +5,17 @@ Forwarded: not-needed --- a/src/test/java/org/apache/commons/jexl2/ArithmeticTest.java +++ b/src/test/java/org/apache/commons/jexl2/ArithmeticTest.java @@ -137,6 +137,7 @@ - * test some simple mathematical calculations - */ - public void testCalculations() throws Exception { -+ JexlThreadedArithmetic.setLenient(Boolean.TRUE); - - asserter.setVariable("foo", new Integer(2)); - + * test some simple mathematical calculations + */ + public void testCalculations() throws Exception { ++ JexlThreadedArithmetic.setLenient(Boolean.TRUE); + + asserter.setVariable("foo", new Integer(2)); + @@ -347,4 +348,4 @@ - } - debuggerCheck(jexl); - } + } + debuggerCheck(jexl); + } -} \ No newline at end of file -+} ++} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-jexl2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

