Author: tmjee
Date: Wed Jun 14 08:43:39 2006
New Revision: 414299

URL: http://svn.apache.org/viewvc?rev=414299&view=rev
Log:
WW-1293
 - while altering tree.ftl to avoid possiblity of id attribute being
   printed twice, some test case failed.
 - just a minor reordering, tilte attribute comes first then id instead
   of previously where id comes first followed by title attribute

Modified:
    
struts/action2/trunk/core/src/test/resources/org/apache/struts/action2/views/jsp/ui/tree-1.txt

Modified: 
struts/action2/trunk/core/src/test/resources/org/apache/struts/action2/views/jsp/ui/tree-1.txt
URL: 
http://svn.apache.org/viewvc/struts/action2/trunk/core/src/test/resources/org/apache/struts/action2/views/jsp/ui/tree-1.txt?rev=414299&r1=414298&r2=414299&view=diff
==============================================================================
--- 
struts/action2/trunk/core/src/test/resources/org/apache/struts/action2/views/jsp/ui/tree-1.txt
 (original)
+++ 
struts/action2/trunk/core/src/test/resources/org/apache/struts/action2/views/jsp/ui/tree-1.txt
 Wed Jun 14 08:43:39 2006
@@ -13,7 +13,7 @@
     id="rootId"
     toggle="fade"
     >
-    <div dojoType="TreeNode" id="rootId_root" title="Root"
+    <div dojoType="TreeNode" title="Root" id="rootId_root"
     >
 <div dojoType="TreeNode" 
            id="child1"


Reply via email to