From a96c9fa4dbd8f21cd40409b5e6c6874f1061bffb Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 28 Sep 2009 08:41:26 +0000
Subject: [PATCH] SE-133 YeastX: fix integration tests

SVN: 12721
---
 integration-tests/test-yeastx.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/integration-tests/test-yeastx.sh b/integration-tests/test-yeastx.sh
index 729d5d794e2..857412dbca1 100755
--- a/integration-tests/test-yeastx.sh
+++ b/integration-tests/test-yeastx.sh
@@ -32,9 +32,7 @@ function build_and_install_yeastx {
     local install_dmv=false
     local install_openbis=true
     local reinstall_all=false
-# TODO: UNCOMMENT it !!!!!!!!!!!!!!!!
-#    build_and_install $install_dss $install_dmv $install_openbis $use_local_source $reinstall_all
-		build_and_install false $install_dmv false $use_local_source $reinstall_all
+    build_and_install $install_dss $install_dmv $install_openbis $use_local_source $reinstall_all
 		
 		cp $INSTALL/datastore_server-plugins.jar $WORK/datastore_server_yeastx/lib/
 		chmod_exec $WORK/datastore_server_yeastx/takeCifsOwnershipRecursive.sh
-- 
GitLab