Author: vsiveton Date: Thu Jan 22 02:51:02 2009 New Revision: 736603 URL: http://svn.apache.org/viewvc?rev=736603&view=rev Log: o update test files to better understand DOXIA-254
Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/child.xml maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/child.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/child.xml?rev=736603&r1=736602&r2=736603&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/child.xml (original) +++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/child.xml Thu Jan 22 02:51:02 2009 @@ -24,8 +24,8 @@ </links> <menu name="Subproject menu"> - <item name="Introduction" href="/index.html"/> - <item name="Usage" href="/usage.html"/> + <item name="Introduction" href="/indexChild.html"/> + <item name="Usage" href="/usageChild.html"/> </menu> </body> Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml?rev=736603&r1=736602&r2=736603&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml (original) +++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml Thu Jan 22 02:51:02 2009 @@ -47,18 +47,18 @@ </links> <menu name="Top Menu" inherit="top"> - <item name="Introduction" href="/index.html"/> - <item name="Usage" href="/usage.html"/> + <item name="Introduction" href="/indexParent.html"/> + <item name="Usage" href="/usageParent.html"/> </menu> <menu name="empty menu" inherit="top"> </menu> <menu name="Subproject menu"> - <item name="Introduction" href="/index.html"/> - <item name="Usage" href="/usage.html"/> + <item name="Introduction" href="/indexChild.html"/> + <item name="Usage" href="/usageChild.html"/> </menu> <menu name="Other Links" inherit="bottom"> - <item name="Copyright" href="/copyright.html"/> + <item name="Copyright" href="/copyrightParent.html"/> </menu> </body> </project> Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml?rev=736603&r1=736602&r2=736603&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml (original) +++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml Thu Jan 22 02:51:02 2009 @@ -43,17 +43,17 @@ </breadcrumbs> <menu name="Top Menu" inherit="top"> - <item name="Introduction" href="/index.html"/> - <item name="Usage" href="/usage.html"/> + <item name="Introduction" href="/indexParent.html"/> + <item name="Usage" href="/usageParent.html"/> </menu> <menu name="empty menu" inherit="top"> </menu> <menu name="Special" inherit="off"> - <item name="Special" href="/special.html"/> + <item name="Special" href="/specialParent.html"/> </menu> <menu name="Other Links" inherit="bottom"> - <item name="Copyright" href="/copyright.html"/> + <item name="Copyright" href="/copyrightParent.html"/> </menu> </body> </project>