[seam-commits] Seam SVN: r14773 - in branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test: resources/WEB-INF and 1 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 28 09:04:24 EDT 2012
Author: manaRH
Date: 2012-05-28 09:04:23 -0400 (Mon, 28 May 2012)
New Revision: 14773
Removed:
branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources-integration/testng.xml
branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources/WEB-INF/components.xml
branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources/seam.properties
Log:
registration tests cleanup
Signed-off-by: Marek Novotn?\195?\189 <hotmana76 at gmail.com>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources/WEB-INF/components.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources/WEB-INF/components.xml 2012-05-28 13:04:12 UTC (rev 14772)
+++ branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources/WEB-INF/components.xml 2012-05-28 13:04:23 UTC (rev 14773)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<components xmlns="http://jboss.com/products/seam/components"
- xmlns:core="http://jboss.com/products/seam/core"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation=
- "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.3.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.3.xsd">
-
- <core:init jndi-pattern="#{ejbName}/local"/>
-
-</components>
Deleted: branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources/seam.properties
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources/seam.properties 2012-05-28 13:04:12 UTC (rev 14772)
+++ branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources/seam.properties 2012-05-28 13:04:23 UTC (rev 14773)
@@ -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/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources-integration/testng.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources-integration/testng.xml 2012-05-28 13:04:12 UTC (rev 14772)
+++ branches/enterprise/WFK-2_0/examples-ee6/registration/registration-tests/src/test/resources-integration/testng.xml 2012-05-28 13:04:23 UTC (rev 14773)
@@ -1,11 +0,0 @@
-<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
-
-<suite name="Registration" verbose="2" parallel="false">
-
- <test name="Register">
- <classes>
- <class name="org.jboss.seam.example.registration.test.RegisterTest"/>
- </classes>
- </test>
-
-</suite>
\ No newline at end of file
More information about the seam-commits
mailing list