| --- | --- |
| Bugzilla Link | 582735 |
| Status | NEW |
| Importance | P3 normal |
| Reported | Dec 13, 2023 13:08 EDT |
| Modified | Dec 13, 2023 13:10 EDT |
| See also | 582717 |
| Reporter | Ed Willink |
Description
The test pom.xml have two executions:
\
default-test
... <...\
**/AllTestsNotInUIThread.class
\
AllUITests
...\
**/AllTestsInUIThread.class
But no test plugin has both, so one is alwatys redundant. Indeed only org.eclipse.modisco.infra.browser.tests has the AllTestsNotInUIThread and I doubt that is what it says.
Rationalize
(and support maven-sure-fire for genuinely non-UI thread).
| --- | --- | | Bugzilla Link | 582735 | | Status | NEW | | Importance | P3 normal | | Reported | Dec 13, 2023 13:08 EDT | | Modified | Dec 13, 2023 13:10 EDT | | See also | 582717 | | Reporter | Ed Willink |
Description
The test pom.xml have two executions: