Clean up workspace root markers in ApiBuilderTest.tearDown()#2224
Clean up workspace root markers in ApiBuilderTest.tearDown()#2224trancexpress wants to merge 1 commit intoeclipse-pde:masterfrom
Conversation
|
I'll check how markers of previous tests are handled, that is also a possibility... Maybe a previous test detects the problem and since its on the workspace root it stays. Running I do see a fail then: But its not the same problem. Its not on the workspace root, its on the projects... So maybe this is a case of a left-over state (maybe not the marker itself) from another test? Workspace log from previous build, fails: Workspace log from latest build, no fails: |
This change cleans up any workspace root markers during tearDown() of ApiBuilderTest and then fails the test which produced such markers but didn't clean them up. See: eclipse-pde#669
This change cleans up any workspace root markers during
tearDown()ofApiBuilderTestand then fails the test which produced such markers but didn't clean them up.
See: #669