8000 fixed test: removal of temp file · githubcs/baasbox@8c31413 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c31413

Browse files
committed
fixed test: removal of temp file
1 parent ea7026c commit 8c31413

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/AdminImportTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import java.util.HashMap;
1111

1212
import org.apache.commons.io.FileUtils;
13+
import org.junit.AfterClass;
1314
import org.junit.BeforeClass;
1415
import org.junit.Test;
1516

@@ -125,7 +126,7 @@ public void invoke(TestBrowser browser)
125126
);
126127
}
127128

128-
129+
@AfterClass
129130
public static void removeGeneratedFile() throws Exception {
130131
if(correctZipFile!=null && correctZipFile.exists()){
131132
correctZipFile.delete();

0 commit comments

Comments
 (0)
0