Skip to content

Commit 2cffdc3

Browse files
committed
first simple but complete test works. Vey nice :)
1 parent 1c0605e commit 2cffdc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/BasicTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ private void removeDirectory(String dirname) {
5050

5151
@Test
5252
public void usage() throws IOException, ASP3Exception, InterruptedException {
53+
54+
5355
// create folder
5456
this.removeDirectory(ALICE_FOLDER); // clean previous version before
5557
File folder = new File(ALICE_FOLDER);

0 commit comments

Comments
 (0)