Author: rahul
Date: Tue Jan  6 15:35:42 2009
New Revision: 732172

URL: http://svn.apache.org/viewvc?rev=732172&view=rev
Log:
The initialstate attribute is now called initial.

Modified:
    
commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/javascript/JSEvaluatorTest.java

Modified: 
commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/javascript/JSEvaluatorTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/javascript/JSEvaluatorTest.java?rev=732172&r1=732171&r2=732172&view=diff
==============================================================================
--- 
commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/javascript/JSEvaluatorTest.java
 (original)
+++ 
commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/javascript/JSEvaluatorTest.java
 Tue Jan  6 15:35:42 2009
@@ -58,7 +58,7 @@
     private static final String SCRIPT         = "<?xml version='1.0'?>" +
                                                  "<scxml xmlns        = 
'http://www.w3.org/2005/07/scxml' " +
                                                         "xmlns:scxml  = 
'http://commons.apache.org/scxml' " +
-                                                        "initialstate = 
'start' "  +
+                                                        "initial = 'start' "  +
                                                         "version      = 
'1.0'>" +
                                                   "<datamodel>"           +
                                                   "<data id='forest'>"  +


Reply via email to