[pkg-java] r16800 - in trunk/libcommons-jexl2-java/debian: . patches
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Fri May 31 22:32:33 UTC 2013
Author: ebourg-guest
Date: 2013-05-31 22:32:33 +0000 (Fri, 31 May 2013)
New Revision: 16800
Modified:
trunk/libcommons-jexl2-java/debian/changelog
trunk/libcommons-jexl2-java/debian/patches/001-Fix-tests.patch
Log:
Upload to unstable as 2.1.1-2
Modified: trunk/libcommons-jexl2-java/debian/changelog
===================================================================
--- trunk/libcommons-jexl2-java/debian/changelog 2013-05-31 22:09:02 UTC (rev 16799)
+++ trunk/libcommons-jexl2-java/debian/changelog 2013-05-31 22:32:33 UTC (rev 16800)
@@ -1,5 +1,14 @@
-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 <ebourg at apache.org> Sat, 01 Jun 2013 00:16:35 +0200
+
+libcommons-jexl2-java (2.1.1-1) experimental; urgency=low
+
* Initial release (Closes: #705144)
-- Emmanuel Bourg <ebourg at apache.org> Thu, 25 Apr 2013 13:53:24 +0200
Modified: trunk/libcommons-jexl2-java/debian/patches/001-Fix-tests.patch
===================================================================
--- trunk/libcommons-jexl2-java/debian/patches/001-Fix-tests.patch 2013-05-31 22:09:02 UTC (rev 16799)
+++ trunk/libcommons-jexl2-java/debian/patches/001-Fix-tests.patch 2013-05-31 22:32:33 UTC (rev 16800)
@@ -5,17 +5,17 @@
--- 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
-+}
++}
More information about the pkg-java-commits
mailing list