Skip to content
Snippets Groups Projects
Commit 15662fe0 authored by felmer's avatar felmer
Browse files

fixing test

SVN: 21114
parent 132e424c
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,8 @@ import java.io.IOException; ...@@ -26,8 +26,8 @@ import java.io.IOException;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod; import org.testng.annotations.BeforeMethod;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import ch.systemsx.cisd.common.concurrent.ConcurrencyUtilities; import ch.systemsx.cisd.common.concurrent.ConcurrencyUtilities;
...@@ -61,7 +61,7 @@ public class QueueingPathRemoverServiceTest ...@@ -61,7 +61,7 @@ public class QueueingPathRemoverServiceTest
} }
}; };
@BeforeTest @BeforeClass
public void setUp() public void setUp()
{ {
LogInitializer.init(); LogInitializer.init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment