You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2009/06/17 22:34:42 UTC

svn commit: r785782 - /tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/config/defs-wildcard.xml

Author: apetrelli
Date: Wed Jun 17 20:34:41 2009
New Revision: 785782

URL: http://svn.apache.org/viewvc?rev=785782&view=rev
Log:
TILES-416
Fixed the definition order for the test of CachingLocaleURLDefinitionTest

Modified:
    tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/config/defs-wildcard.xml

Modified: tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/config/defs-wildcard.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/config/defs-wildcard.xml?rev=785782&r1=785781&r2=785782&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/config/defs-wildcard.xml (original)
+++ tiles/framework/trunk/tiles-core/src/test/java/org/apache/tiles/config/defs-wildcard.xml Wed Jun 17 20:34:41 2009
@@ -45,6 +45,8 @@
       <put-attribute name="body"   value="doc.portal.body" />
   </definition>
 
+  <definition name="test.def*.noAttribute" template="/test{1}.jsp" />
+
   <!-- Never used on purpose, if there is the TILES-416 the test will fail -->
   <definition name="test.def*" template="/test{1}.jsp">
       <put-attribute name="country" value="default"/>
@@ -55,6 +57,4 @@
       <put-attribute name="body"   value="doc.portal.body" />
   </definition>
 
-  <definition name="test.def*.noAttribute" template="/test{1}.jsp" />
-
 </tiles-definitions>