Author: rahul Date: Fri Jan 2 20:35:23 2009 New Revision: 730907 URL: http://svn.apache.org/viewvc?rev=730907&view=rev Log: The 'name' attribute on the <data> element is now called 'id' (last one, missed in r730906).
Modified: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-04.xml Modified: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-04.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-04.xml?rev=730907&r1=730906&r2=730907&view=diff ============================================================================== --- commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-04.xml (original) +++ commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-04.xml Fri Jan 2 20:35:23 2009 @@ -23,8 +23,8 @@ <state id="simulatedUser"> <datamodel> - <data name="one" expr="1" /> - <data name="two" expr="2" /> + <data id="one" expr="1" /> + <data id="two" expr="2" /> </datamodel> <onentry>