| commit | 0aa2844d954ceaa73e36f72dbbade5d4aa319926 | [log] [tgz] |
|---|---|---|
| author | nchalko@google.com <nchalko@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Dec 21 14:42:01 2010 +0000 |
| committer | nchalko@google.com <nchalko@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Dec 21 14:42:01 2010 +0000 |
| tree | 1a2c5b5bdc1a9d0871316e2d06cdd68e4f039afe | |
| parent | aeb06b94756330c2019c135a88724ed0546eb175 [diff] |
Move all the TCK to the test dir in preparation for moving the tests to the man user/test dir. Review at http://gwt-code-reviews.appspot.com/1239801 Review by: rchandia@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9474 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/validationtck/build.xml b/samples/validationtck/build.xml index 7aaed90..e37bcaf 100755 --- a/samples/validationtck/build.xml +++ b/samples/validationtck/build.xml
@@ -71,7 +71,7 @@ depends="compile.emma.if.enabled" unless="compile.tests.complete"> <mkdir dir="${javac.junit.out}" /> - <gwt.javac srcdir="test" excludes="com/google/gwt/langtest/**" + <gwt.javac srcdir="test" excludes="**/super/**" destdir="${javac.junit.out}"> <classpath> <pathelement location="${javac.out}" />
diff --git a/samples/validationtck/src/log4j.properties b/samples/validationtck/test/log4j.properties similarity index 100% rename from samples/validationtck/src/log4j.properties rename to samples/validationtck/test/log4j.properties
diff --git a/samples/validationtck/src/org/hibernate/jsr303/tck/Jsr303Tck.gwt.xml b/samples/validationtck/test/org/hibernate/jsr303/tck/Jsr303Tck.gwt.xml similarity index 100% rename from samples/validationtck/src/org/hibernate/jsr303/tck/Jsr303Tck.gwt.xml rename to samples/validationtck/test/org/hibernate/jsr303/tck/Jsr303Tck.gwt.xml
diff --git a/samples/validationtck/src/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/common/TCKValidationProvider.java b/samples/validationtck/test/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/common/TCKValidationProvider.java similarity index 100% rename from samples/validationtck/src/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/common/TCKValidationProvider.java rename to samples/validationtck/test/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/common/TCKValidationProvider.java
diff --git a/samples/validationtck/src/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/common/TCKValidatorConfiguration.java b/samples/validationtck/test/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/common/TCKValidatorConfiguration.java similarity index 100% rename from samples/validationtck/src/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/common/TCKValidatorConfiguration.java rename to samples/validationtck/test/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/common/TCKValidatorConfiguration.java
diff --git a/samples/validationtck/src/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/tests/messageinterpolation/MessageInterpolationTest.java b/samples/validationtck/test/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/tests/messageinterpolation/MessageInterpolationTest.java similarity index 100% rename from samples/validationtck/src/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/tests/messageinterpolation/MessageInterpolationTest.java rename to samples/validationtck/test/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/tests/messageinterpolation/MessageInterpolationTest.java
diff --git a/samples/validationtck/src/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/tests/validation/ValidationTest.java b/samples/validationtck/test/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/tests/validation/ValidationTest.java similarity index 100% rename from samples/validationtck/src/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/tests/validation/ValidationTest.java rename to samples/validationtck/test/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/tests/validation/ValidationTest.java
diff --git a/samples/validationtck/src/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/util/TestUtil.java b/samples/validationtck/test/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/util/TestUtil.java similarity index 100% rename from samples/validationtck/src/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/util/TestUtil.java rename to samples/validationtck/test/org/hibernate/jsr303/tck/super/org/hibernate/jsr303/tck/util/TestUtil.java
diff --git a/samples/validationtck/src/org/jboss/test/audit/JbossTestAudit.gwt.xml b/samples/validationtck/test/org/jboss/test/audit/JbossTestAudit.gwt.xml similarity index 100% rename from samples/validationtck/src/org/jboss/test/audit/JbossTestAudit.gwt.xml rename to samples/validationtck/test/org/jboss/test/audit/JbossTestAudit.gwt.xml
diff --git a/samples/validationtck/src/org/jboss/testharness/JbossTestHarness.gwt.xml b/samples/validationtck/test/org/jboss/testharness/JbossTestHarness.gwt.xml similarity index 100% rename from samples/validationtck/src/org/jboss/testharness/JbossTestHarness.gwt.xml rename to samples/validationtck/test/org/jboss/testharness/JbossTestHarness.gwt.xml
diff --git a/samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/AbstractTest.java b/samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/AbstractTest.java similarity index 100% rename from samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/AbstractTest.java rename to samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/AbstractTest.java
diff --git a/samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/api/Configuration.java b/samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/api/Configuration.java similarity index 100% rename from samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/api/Configuration.java rename to samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/api/Configuration.java
diff --git a/samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/api/ResourceDescriptor.java b/samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/api/ResourceDescriptor.java similarity index 100% rename from samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/api/ResourceDescriptor.java rename to samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/api/ResourceDescriptor.java
diff --git a/samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/impl/packaging/TCKArtifact.java b/samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/impl/packaging/TCKArtifact.java similarity index 100% rename from samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/impl/packaging/TCKArtifact.java rename to samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/impl/packaging/TCKArtifact.java
diff --git a/samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/spi/Containers.java b/samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/spi/Containers.java similarity index 100% rename from samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/spi/Containers.java rename to samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/spi/Containers.java
diff --git a/samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/spi/StandaloneContainers.java b/samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/spi/StandaloneContainers.java similarity index 100% rename from samples/validationtck/src/org/jboss/testharness/super/org/jboss/testharness/spi/StandaloneContainers.java rename to samples/validationtck/test/org/jboss/testharness/super/org/jboss/testharness/spi/StandaloneContainers.java
diff --git a/samples/validationtck/src/org/testng/TestNg.gwt.xml b/samples/validationtck/test/org/testng/TestNg.gwt.xml similarity index 100% rename from samples/validationtck/src/org/testng/TestNg.gwt.xml rename to samples/validationtck/test/org/testng/TestNg.gwt.xml
diff --git a/samples/validationtck/src/org/testng/super/org/testng/Assert.java b/samples/validationtck/test/org/testng/super/org/testng/Assert.java similarity index 100% rename from samples/validationtck/src/org/testng/super/org/testng/Assert.java rename to samples/validationtck/test/org/testng/super/org/testng/Assert.java
diff --git a/samples/validationtck/src/org/testng/super/org/testng/IClass.java b/samples/validationtck/test/org/testng/super/org/testng/IClass.java similarity index 100% rename from samples/validationtck/src/org/testng/super/org/testng/IClass.java rename to samples/validationtck/test/org/testng/super/org/testng/IClass.java
diff --git a/samples/validationtck/src/org/testng/super/org/testng/ITestNGMethod.java b/samples/validationtck/test/org/testng/super/org/testng/ITestNGMethod.java similarity index 100% rename from samples/validationtck/src/org/testng/super/org/testng/ITestNGMethod.java rename to samples/validationtck/test/org/testng/super/org/testng/ITestNGMethod.java
diff --git a/samples/validationtck/src/org/testng/super/org/testng/collections/Maps.java b/samples/validationtck/test/org/testng/super/org/testng/collections/Maps.java similarity index 100% rename from samples/validationtck/src/org/testng/super/org/testng/collections/Maps.java rename to samples/validationtck/test/org/testng/super/org/testng/collections/Maps.java