]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix classpath order for integration tests
authorHenri Sara <hesara@vaadin.com>
Tue, 3 May 2016 14:03:10 +0000 (17:03 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 4 May 2016 07:01:51 +0000 (07:01 +0000)
Test classes need to come first because of how TB3TestLocator is
implemented.

Change-Id: I912e7a6e4743053ce01567870754e2b9ea30b0f1

uitest/integration_tests.xml

index d83f0770490a67867d855342b87496937ca582b0..ad03f57d8e523d0ce56a3d8b3aee462ff93be8c8 100644 (file)
@@ -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 -->