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

SSDM-4925: SearchSampleTest: testSearchWithoutSpace renamed to...

SSDM-4925: SearchSampleTest: testSearchWithoutSpace renamed to testSearchForAllSharedSamples. On Jenkins this test fails (no shared samples found) for unknown reason. Probably because of a different test execution order. The renaming should change this. It looks like inside a test class the order is alphabetically. Thus, testSearchForAllSharedSamples should be cloase to  testSearchForAll and testSearchForAllSpaceSamples.

SVN: 38062
parent 4992d357
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ public class SearchSampleTest extends AbstractSampleTest ...@@ -114,7 +114,7 @@ public class SearchSampleTest extends AbstractSampleTest
} }
@Test @Test
public void testSearchWithoutSpace() public void testSearchForAllSharedSamples()
{ {
SampleSearchCriteria criteria = new SampleSearchCriteria().withoutSpace(); SampleSearchCriteria criteria = new SampleSearchCriteria().withoutSpace();
testSearch(TEST_USER, criteria, 322); testSearch(TEST_USER, criteria, 322);
......
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