diff options
author | Henri Sara <hesara@vaadin.com> | 2016-05-03 17:03:10 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-05-04 07:01:51 +0000 |
commit | d85ebe54b6a62eac0c1954a542f2ffbab44cde3f (patch) | |
tree | 9d4fa3f855c3318bb57dc6506e032dd09d9f8213 /uitest/integration_tests.xml | |
parent | 756af27d0d91ff9b38d50706d48e97de5e2cfefb (diff) | |
download | vaadin-framework-d85ebe54b6a62eac0c1954a542f2ffbab44cde3f.tar.gz vaadin-framework-d85ebe54b6a62eac0c1954a542f2ffbab44cde3f.zip |
Fix classpath order for integration tests
Test classes need to come first because of how TB3TestLocator is
implemented.
Change-Id: I912e7a6e4743053ce01567870754e2b9ea30b0f1
Diffstat (limited to 'uitest/integration_tests.xml')
-rw-r--r-- | uitest/integration_tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index d83f077049..ad03f57d8e 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -40,9 +40,9 @@ <ivy:resolve file="ivy.xml" conf="build, build-provided" /> <ivy:cachepath pathid="classpath.tb3.lib" conf="build, build-provided" /> <path id="classpath.tb3"> + <path location="target/test-classes" /> <path refid="classpath.tb3.lib" /> <path location="target/classes" /> - <path location="target/test-classes" /> </path> <!-- Upload war to deploy to ssh host --> |