Author: maschmid Date: 2012-05-11 11:28:47 -0400 (Fri, 11 May 2012) New Revision: 14678
Removed: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/testng.xml branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/src/test/resources/WEB-INF/ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/src/test/resources/seam.properties Log: icefaces tests cleanup Deleted: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/src/test/resources/seam.properties =================================================================== --- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/src/test/resources/seam.properties 2012-05-11 15:12:05 UTC (rev 14677) +++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/src/test/resources/seam.properties 2012-05-11 15:28:47 UTC (rev 14678) @@ -1,3 +0,0 @@ -#debug is explicitly disabled in test to avoid JBIDE-3623 -#Thu Dec 31 16:24:37 CET 2009 -org.jboss.seam.core.init.debug=false Deleted: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/testng.xml =================================================================== --- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/testng.xml 2012-05-11 15:12:05 UTC (rev 14677) +++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/src/test/resources-integration/testng.xml 2012-05-11 15:28:47 UTC (rev 14678) @@ -1,30 +0,0 @@ -<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" > - -<suite name="Hotel Booking" verbose="2" parallel="false"> - - - - <test name="Hotel Booking Login"> - - <classes> - <class name="org.jboss.seam.example.booking.test.LoginTest"/> - </classes> - </test> - - - <test name="Hotel Booking Book Hotel"> - - <classes> - <class name="org.jboss.seam.example.booking.test.BookingTest"/> - </classes> - </test> - - - <test name="Hotel Booking Change Password"> - - <classes> - <class name="org.jboss.seam.example.booking.test.ChangePasswordTest"/> - </classes> - </test> - -</suite> _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
