Skip to content

Commit

Permalink
LRQA-22123 Allow integration tests to use different database versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoshilee authored and brianchandotcom committed Feb 12, 2016
1 parent b166d1f commit cae4cb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-test-batch.xml
Expand Up @@ -451,11 +451,12 @@ mysql.executable=${mysql.executable}]]></echo>

<macrodef name="run-integration-test">
<attribute name="database.type" />
<attribute default="${database.@{database.type}.version}" name="database.version" />

<sequential>
<run-batch-test>
<test-action>
<database-test-run-test database.type="@{database.type}">
<database-test-run-test database.type="@{database.type}" database.version="@{database.version}">
<test-action>
<print-test-class-group test.class.group.index="${axis.variable}" />

Expand Down

0 comments on commit cae4cb9

Please sign in to comment.