From 353b8347baa74ae667258f0e9ae5aa21a7b9bc65 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 14 Feb 2011 09:56:17 +0000
Subject: [PATCH] LMS-1995 integration test fixed (partially)

SVN: 19924
---
 integration-tests/test-yeastx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/test-yeastx.sh b/integration-tests/test-yeastx.sh
index 84bb5caa5ae..332bbce4992 100755
--- a/integration-tests/test-yeastx.sh
+++ b/integration-tests/test-yeastx.sh
@@ -178,7 +178,7 @@ function assert_correct_incoming_contents {
 	
 	local registered_datasets=18
 	# check content of the store	
-	local store=$MY_DATA/store
+	local store=$MY_DATA/store/1
 	local store_files_count=`find $store -type f | wc -l`
 	# there will be one additional blob file for the quantML dataset
 	assert_equals "Wrong number of files in the store $store" $(($registered_datasets+1)) $store_files_count
-- 
GitLab