From 00b5834c347283c00ae8618de0f6aa77f9562440 Mon Sep 17 00:00:00 2001
From: anttil <anttil>
Date: Tue, 23 Feb 2016 08:43:09 +0000
Subject: [PATCH] SSDM-3158: enable test again to reproduce the problem

SVN: 35716
---
 .../openbis/generic/dss/systemtest/api/v3/SearchFileTest.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/datastore_server/sourceTest/java/ch/ethz/sis/openbis/generic/dss/systemtest/api/v3/SearchFileTest.java b/datastore_server/sourceTest/java/ch/ethz/sis/openbis/generic/dss/systemtest/api/v3/SearchFileTest.java
index f75f4f9cb40..7ccd6982ca5 100644
--- a/datastore_server/sourceTest/java/ch/ethz/sis/openbis/generic/dss/systemtest/api/v3/SearchFileTest.java
+++ b/datastore_server/sourceTest/java/ch/ethz/sis/openbis/generic/dss/systemtest/api/v3/SearchFileTest.java
@@ -15,8 +15,7 @@ import ch.ethz.sis.openbis.generic.dssapi.v3.dto.datasetfile.search.DataSetFileS
 public class SearchFileTest extends AbstractFileTest
 {
 
-    @Test(enabled = false)
-    // enable it again once datastore server system tests Lucene problem is resolved
+    @Test
     public void allFilesOfGivenDatasetsAreReturned() throws Exception
     {
         DataSetFileSearchCriteria sc = new DataSetFileSearchCriteria();
-- 
GitLab