Mansour Al Akeel created DDLUTILS-284:
-----------------------------------------
Summary: Upgrades
Key: DDLUTILS-284
URL: https://issues.apache.org/jira/browse/DDLUTILS-284
Project: DdlUtils
Issue Type: Improvement
Components: Core (No specific database)
Affects Versions: 1.0
Reporter: Mansour Al Akeel
Assignee: Thomas Dudziak
Priority: Minor
Fix For: 1.1
upgrade junit to something above 4.4 to allow parametrized test.
Currenlty, the test class org.apache.ddlutils.TestAgainstLiveDatabaseBase
uses reflection to inject fixure values before running each test.
In junit 4 we can use org.junit.runners.Parameterized.Parameters to run the
test multiple times, once for each configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)