Commit a10e15ac authored by gmantele's avatar gmantele
Browse files

[TAP] Uncomment the clean instruction (=remove the generated file)

parent cc2462d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ public class TextFormatTest {
	@AfterClass
	public static void tearDownAfterClass() throws Exception{
		DBTools.closeConnection(conn);
		//textFile.delete();
		textFile.delete();
	}

	@Test