Pārlūkot izejas kodu

Fix classpath order for integration tests

Test classes need to come first because of how TB3TestLocator is
implemented.

Change-Id: I912e7a6e4743053ce01567870754e2b9ea30b0f1
tags/7.7.0.alpha2
Henri Sara pirms 8 gadiem
vecāks
revīzija
d85ebe54b6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      uitest/integration_tests.xml

+ 1
- 1
uitest/integration_tests.xml Parādīt failu

@@ -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 -->

Notiek ielāde…
Atcelt
Saglabāt