Online report : 
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=27818&projectId=101

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Fri 17 Jan 2014 15:21:00 +0000
  Finished at: Fri 17 Jan 2014 15:21:42 +0000
  Total time: 41s
  Build Trigger: Schedule
  Build Number: 24
  Exit code: 1
  Building machine hostname: continuum-vm
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.6.0_27"
          OpenJDK Runtime Environment (IcedTea6 1.12.6) 
(6b27-1.12.6-1ubuntu0.12.04.4)
          OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
        
  Builder version :
          Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 
2013-02-19 13:51:28+0000)
          Maven home: /opt/apache-maven-3.0.5
          Java version: 1.6.0_27, vendor: Sun Microsystems Inc.
          Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
          Default locale: en_US, platform encoding: ANSI_X3.4-1968
          OS name: "linux", version: "3.2.0-53-generic", arch: "amd64", family: 
"unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: ate @ Fri 17 Jan 2014 15:08:00 +0000
Comment: SCXML-186: Goovy Expression evaluator support
- Groovy Script base class for SCXML providing SCXML builtin functions In() and 
Data() as well as convenient functions empty() and var()
Files changed:
  
/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.java
 ( 1559129 )

Changed: ate @ Fri 17 Jan 2014 15:18:35 +0000
Comment: SCXML-186: Groovy Expression evaluator support
- completion of this feature: 
  - enhanced GroovyEvaluator using the GroovyEnhancedScriptCache:
    - adding a convenient ScriptPreProcessor, allowing to use Groovy operator 
aliases for XML unfriendly operators like < (alias: lt)
    - optionally using a SCXML initial script as base class for following 
scripts (allowing the intial script to be used to add extra functions for 
example)
  - enhanced GroovyContext with proper de-serialization support using the 
Groovy class loader during readObject
    - also explicitly disables (de)serialization of Groovy closure objects (by 
removing them from the variables before serialization)
  - a GroovyContextBinding to bridge between SCXML and Groovy contexts
  - the original GroovyBinding no longer is needed and replaced by the 
GroovySCXMLScript base class
Files changed:
  
/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/env/groovy/GroovyBinding.java
 ( 1559139 )
  
/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/env/groovy/GroovyBuiltin.java
 ( 1559139 )
  
/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/env/groovy/GroovyContext.java
 ( 1559139 )
  
/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/env/groovy/GroovyContextBinding.java
 (from 
/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/env/groovy/GroovyBinding.java:1556820)
 ( 1559139 )
  
/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/env/groovy/GroovyEvaluator.java
 ( 1559139 )

Changed: ate @ Fri 17 Jan 2014 15:19:54 +0000
Comment: SCXML-186: Groovy Expression evaluator support
- adding test for the GroovyEvaluator ScriptPreProcessor
Files changed:
  
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/GroovyEvaluatorTest.java
 ( 1559140 )

Changed: ate @ Fri 17 Jan 2014 15:20:41 +0000
Comment: SCXML-186: Groovy Expression evaluator support
- adding simple static method test for Groovy (copied from jexl)
Files changed:
  
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/StaticMethodTest.java
 ( 1559141 )
  
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/static-method.xml
 ( 1559141 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode -Pjava-1.6 -Dgpg.skip -Prelease
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 3.0.5
Description: Group (shared) Maven 3 Build Definition (Java 1.6)

****************************************************************************
Test Summary:
****************************************************************************
Tests: 276
Failures: 1
Errors: 0
Success Rate: 99
Total time: 6.326

****************************************************************************
Test Failures:
****************************************************************************

JSEvaluatorTest
    testStandardExpressions :
  java.lang.AssertionError
  java.lang.AssertionError: Invalid result: 1 + 1 + 2 + 3 + 5 expected:<12.0> 
but was:<12>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at 
org.apache.commons.scxml2.env.javascript.JSEvaluatorTest.testStandardExpressions(JSEvaluatorTest.java:183)


  


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to