From c0936234ff96e2dd7609e67c8e2aa4133060c242 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 19 Apr 2017 11:45:02 +0000
Subject: [PATCH] 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
---
 .../ethz/sis/openbis/systemtest/asapi/v3/SearchSampleTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/SearchSampleTest.java b/openbis/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/SearchSampleTest.java
index 00617cfa38c..77a1fe6478c 100644
--- a/openbis/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/SearchSampleTest.java
+++ b/openbis/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/SearchSampleTest.java
@@ -114,7 +114,7 @@ public class SearchSampleTest extends AbstractSampleTest
     }
     
     @Test
-    public void testSearchWithoutSpace()
+    public void testSearchForAllSharedSamples()
     {
         SampleSearchCriteria criteria = new SampleSearchCriteria().withoutSpace();
         testSearch(TEST_USER, criteria, 322);
-- 
GitLab