Skip to content

Commit

Permalink
Updated testng.version 7.0.0, jaxb-impl.version 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Mar 27, 2020
1 parent 8513309 commit 6d0dc9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<version>1.0-SNAPSHOT</version>

<properties>
<testng.version>6.8.8</testng.version>
<jaxb-impl.version>2.1.8</jaxb-impl.version>
<testng.version>7.0.0</testng.version>
<jaxb-impl.version>2.2.7</jaxb-impl.version>
<log4j.version>2.13.1</log4j.version>
<log4jcore.version>2.13.1</log4jcore.version>
<c3p0.version>0.9.5.5</c3p0.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/uk/co/objectivity/test/db/RunTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private static void runTestNG(int threadCount, Filter filter) {
suiteName = "FILTERED compare SQL results suite";
}
testng.setDefaultSuiteName(suiteName);
testng.setParallel(XmlSuite.PARALLEL_INSTANCES);
testng.setParallel(XmlSuite.ParallelMode.INSTANCES);
testng.setThreadCount(threadCount);
// testng.setDataProviderThreadCount(cmpSqlResultsConfig.getThreads());
testng.run();
Expand Down

0 comments on commit 6d0dc9c

Please sign in to comment.