1 | protected void setUp() throws Exception {↵ | | 1 | protected void setUp() throws Exception {↵
|
2 | // create config-folder↵ | | 2 | // create config-folder↵
|
3 | file = new File("test_config");↵ | | 3 | file = new File("test_config");↵
|
4 | file.mkdir();↵ | | 4 | file.mkdir();↵
|
|
5 | }↵ | | 5 | }↵
|
|
6 | /**↵ | | 6 | /**↵
|
7 | * @see junit.framework.TestCase#tearDown()↵ | | 7 | * @see junit.framework.TestCase#tearDown()↵
|
8 | */↵ | | 8 | */↵
|
9 | protected void tearDown() throws Exception {↵ | | 9 | protected void tearDown() throws Exception {↵
|
10 | // remove configuration directory↵ | | 10 | // remove configuration directory↵
|
11 | DiskIO.deleteDirectory(file) | | 11 | DiskIO.deleteDirectory(file)
|