Skip to content

fixes FR-46485: clean up main jUnit test suites

This commit:

  • Removes the following suites as they are not executed in CI

    • AntTaskTests
    • AllQuickAntTaskTests
    • AllTests
  • Removes the following ant tasks as they are not executed in CI

    • run.tests
    • run.quick.tests
  • Renames the following suites to make clearer their goal, maintaining the ant task names invoking them

    • AllAntTaskTests -> StandaloneTestSuite
    • AllWebserviceTests -> WebserviceTestSuite

Try

Edited by Asier Lostalé

Merge request reports