Skip to content
Snippets Groups Projects
Commit 4a490afe authored by kaloyane's avatar kaloyane
Browse files

remove the "broken" annotation of a test (should be fixed with the updated indices)

SVN: 22018
parent 7c9df94e
No related branches found
No related tags found
No related merge requests found
...@@ -52,12 +52,10 @@ public class WellContentLoaderTest extends AbstractScreeningDAOTest ...@@ -52,12 +52,10 @@ public class WellContentLoaderTest extends AbstractScreeningDAOTest
@Autowired @Autowired
IGenericServer server; IGenericServer server;
// TODO KE: fixme, broken test
@Test(groups = @Test(groups =
{ "slow", "broken" }) { "slow" })
public void testLoadWellContentsWithProperties() public void testLoadWellContentsWithProperties()
{ {
String[] materialCodes = new String[] String[] materialCodes = new String[]
{ "*" }; { "*" };
String[] materialTypeCodes = String[] materialTypeCodes =
......
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