You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2006/06/20 08:37:55 UTC

svn commit: r415525 - /jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml

Author: rahul
Date: Mon Jun 19 23:37:54 2006
New Revision: 415525

URL: http://svn.apache.org/viewvc?rev=415525&view=rev
Log:
Rogue comment in invoked-01.xml.

Modified:
    jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml

Modified: jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml?rev=415525&r1=415524&r2=415525&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml (original)
+++ jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml Mon Jun 19 23:37:54 2006
@@ -19,9 +19,9 @@
        initialstate="state1">
 
     <state id="state1">
-        <!--onentry>
+        <onentry>
             <log expr="'foo is ' + foo + ' and bar is ' + bar" />
-        </onentry-->
+        </onentry>
         <transition event="invoked.next" target="state2" />
     </state>
 



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