You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2007/02/15 16:10:31 UTC

svn commit: r507953 - /myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/testSuite-config.xml

Author: mmarinschek
Date: Thu Feb 15 07:10:30 2007
New Revision: 507953

URL: http://svn.apache.org/viewvc?view=rev&rev=507953
Log:
fixed small problem in testSuite-config

Modified:
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/testSuite-config.xml

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/testSuite-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/testSuite-config.xml?view=diff&rev=507953&r1=507952&r2=507953
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/testSuite-config.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/testSuite-config.xml Thu Feb 15 07:10:30 2007
@@ -70,10 +70,6 @@
 			<to-view-id>/testSuite/tOutputText.jsp</to-view-id>
 		</navigation-case>
 		<navigation-case>
-			<from-outcome>tPanelNavigation</from-outcome>
-			<to-view-id>/tPanelNavigation.jsp</to-view-id>
-		</navigation-case>
-		<navigation-case>
 			<from-outcome>tPanelNavigation2</from-outcome>
 			<to-view-id>/testSuite/tPanelNavigation2.jsp</to-view-id>
 		</navigation-case>