From 6fd9f4fa7d87195ea7bc43152621b7241b930976 Mon Sep 17 00:00:00 2001 From: aclement Date: Mon, 7 Nov 2005 11:15:53 +0000 Subject: [PATCH] tidy up after finishing. --- ajde/testsrc/org/aspectj/ajde/OutxmlTest.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ajde/testsrc/org/aspectj/ajde/OutxmlTest.java b/ajde/testsrc/org/aspectj/ajde/OutxmlTest.java index 2ccb66b2d..bde409706 100644 --- a/ajde/testsrc/org/aspectj/ajde/OutxmlTest.java +++ b/ajde/testsrc/org/aspectj/ajde/OutxmlTest.java @@ -34,6 +34,15 @@ public class OutxmlTest extends AjdeTestCase { FileUtil.deleteContents(openFile(BIN_DIR)); } + /* + * Clean up afterwards + */ + protected void tearDown() throws Exception { + super.tearDown(); + FileUtil.deleteContents(openFile(BIN_DIR)); + openFile(BIN_DIR).delete(); + } + /** * Aim: Test "-outxml" option produces the correct xml file -- 2.39.5