From 37ab4705b6953bbd134d6823fa40bf33c0e9603c Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 28 Sep 2009 09:56:42 +0000
Subject: [PATCH] SE-133 YeastX: fix integration tests

SVN: 12725
---
 integration-tests/common.bash | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/common.bash b/integration-tests/common.bash
index 3cd10faaa2e..659d2ce75c1 100755
--- a/integration-tests/common.bash
+++ b/integration-tests/common.bash
@@ -250,6 +250,7 @@ function build_zips {
     fi
     assert_file_exists_or_die "$INSTALL/openBIS*.zip"
     assert_file_exists_or_die "$INSTALL/datastore_server*.zip"
+    assert_file_exists_or_die "$INSTALL/datastore_server-plugin.jar"
     assert_file_exists_or_die "$INSTALL/datamover*.zip"
 
 }
@@ -311,6 +312,7 @@ function build_zips_from_svn {
     run_svn checkout svn+ssh://svncisd.ethz.ch/repos/cisd/build_resources/trunk $RSC
     build_components "build_remote $RSC" $build_dss $build_dmv $build_openbis
     mv $RSC/*.zip $INSTALL
+    mv $RSC/*.jar $INSTALL
     rm -fr $RSC 
 }
 
-- 
GitLab