Skip to content
Snippets Groups Projects
Commit 26f6053b authored by kaloyane's avatar kaloyane
Browse files

minor: well search fixed

SVN: 22327
parent fb091bd7
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.WellSearchCrit ...@@ -43,7 +43,7 @@ import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.WellSearchCrit
* @author Kaloyan Enimanev * @author Kaloyan Enimanev
*/ */
@Test(groups = @Test(groups =
{ "db", "screening" }) { "db", "screening", "slow" })
public class WellContentLoaderTest extends AbstractScreeningDAOTest public class WellContentLoaderTest extends AbstractScreeningDAOTest
{ {
...@@ -53,9 +53,7 @@ public class WellContentLoaderTest extends AbstractScreeningDAOTest ...@@ -53,9 +53,7 @@ public class WellContentLoaderTest extends AbstractScreeningDAOTest
@Autowired @Autowired
IGenericServer server; IGenericServer server;
@Test(groups = @Test
{ "slow", "broken" })
// FIXME LMS-2421
public void testLoadWellContentsWithProperties() public void testLoadWellContentsWithProperties()
{ {
String[] materialCodes = new String[] String[] materialCodes = new String[]
...@@ -81,8 +79,7 @@ public class WellContentLoaderTest extends AbstractScreeningDAOTest ...@@ -81,8 +79,7 @@ public class WellContentLoaderTest extends AbstractScreeningDAOTest
* Test that the same well is not displayed twice if the search query matches two different * Test that the same well is not displayed twice if the search query matches two different
* materials inside the well. * materials inside the well.
*/ */
@Test(groups = "broken") @Test
// FIXME LMS-2421
public void testDuplicateWellsFilteredOut() public void testDuplicateWellsFilteredOut()
{ {
String[] materialCodes = new String[] String[] materialCodes = new String[]
......
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