Author: ate
Date: Thu Feb 12 01:43:11 2015
New Revision: 1659123

URL: http://svn.apache.org/r1659123
Log:
SCXML-226: Support of special send target #_scxml_sessionid
- enables w3c test 190 and 350

Modified:
    
commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/w3c/tests.xml

Modified: 
commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/w3c/tests.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/w3c/tests.xml?rev=1659123&r1=1659122&r2=1659123&view=diff
==============================================================================
--- 
commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/w3c/tests.xml
 (original)
+++ 
commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/w3c/tests.xml
 Thu Feb 12 01:43:11 2015
@@ -204,14 +204,14 @@
   <test id="555" mandatory="false" manual="false" enabled="true"               
   xpath="pass"/>
   <test id="568" mandatory="false" manual="false" enabled="false"              
   xpath="fail"/>
   <test id="189" mandatory="true"  manual="false" enabled="true"               
   ecma="pass"     xpath="pass"/>
-  <test id="190" mandatory="true"  manual="false" enabled="false"              
   ecma="fail"     xpath="fail"/>
+  <test id="190" mandatory="true"  manual="false" enabled="true"               
   ecma="pass"     xpath="pass"/>
   <test id="191" mandatory="true"  manual="false" enabled="false"              
   ecma=""         xpath="">Fails to complete</test>
   <test id="192" mandatory="true"  manual="false" enabled="false"              
   ecma=""         xpath="">Fails to complete</test>
   <test id="193" mandatory="true"  manual="false" enabled="true"               
   ecma="pass"     xpath="pass"/>
   <test id="347" mandatory="true"  manual="false" enabled="false"              
   ecma=""         xpath="">Fails to complete</test>
   <test id="348" mandatory="true"  manual="false" enabled="true"               
   ecma="pass"     xpath="pass"/>
   <test id="349" mandatory="true"  manual="false" enabled="false"              
   ecma="pass"     xpath="">xpath fails with error: null</test>
-  <test id="350" mandatory="true"  manual="false" enabled="false"              
   ecma="fail"     xpath="">xpath fails with error: null</test>
+  <test id="350" mandatory="true"  manual="false" enabled="true"               
   ecma="pass"     xpath="pass"/>
   <test id="351" mandatory="true"  manual="false" enabled="false"              
   ecma="fail"     xpath="">xpath fails with error: null</test>
   <test id="352" mandatory="true"  manual="false" enabled="false"              
   ecma="fail"     xpath="">xpath fails with error: null</test>
   <test id="354" mandatory="true"  manual="false" enabled="false"              
   ecma="fail"     xpath="pass"/>


Reply via email to