Skip to content
Snippets Groups Projects
Commit 154ccd57 authored by felmer's avatar felmer
Browse files

SSDM-2600: switch order of test suites for project sampeles enabled

SVN: 35004
parent 7e102680
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ task copyTestData(type: Copy, dependsOn: testClasses) { ...@@ -90,7 +90,7 @@ task copyTestData(type: Copy, dependsOn: testClasses) {
include "*.properties" include "*.properties"
} }
testProjectSamplesEnabled.dependsOn(copyTestData) testProjectSamplesEnabled.dependsOn(copyTestData)
testProjectSamplesEnabled.dependsOn(cleanDbSuiteProjectSamplesEnabled) cleanDbSuiteProjectSamplesEnabled.dependsOn(testProjectSamplesEnabled)
test.dependsOn(copyTestData) test.dependsOn(copyTestData)
test.dependsOn(cleanDbSuite) test.dependsOn(cleanDbSuite)
//test.dependsOn(testProjectSamplesEnabled) //test.dependsOn(testProjectSamplesEnabled)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment