Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:ALP:Workbench:1.0
apache-commons-jexl
001-Fix-tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 001-Fix-tests.patch of Package apache-commons-jexl
Description: Fix a test failure with JUnit 4.11 due to the out of order execution of the test methods. This issue is fixed in JEXL 3. Author: Emmanuel Bourg 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)); @@ -347,4 +348,4 @@ } debuggerCheck(jexl); } -} \ No newline at end of file +}
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor