blob: f6ce07fb3d813dc239960bd1af29360ea28a69dc [file] [log] [blame]
Regression Test reporting follows the following steps;
1. Go to http://issues.ops4j.org/browse/QI and create a new JIRA issue about the problem.
2. Create a package named org.qi4j.tests.regression.qi123 (for QI-123) in $QI4J/tests/regression/src/main/java.
NOTE: observe that the test MUST sit in the src/MAIN/java and not under src/test
3. Create a JUnit or TestNG test capturing the issue described in JIRA.
4. Commit and push this to the 'origin develop' branch.
5. Ping the community on qi4j-dev@lists.ops4j.org
Once the reported problem has been solved, the test will be moved to the sub-project's unit test area.