From e9e0f819f18a1d61429df692c5cc19f731d04dcc Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 10 Feb 2011 14:38:41 +0000
Subject: [PATCH] LMS-1995 integration test fixed

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

diff --git a/integration-tests/test-3v.sh b/integration-tests/test-3v.sh
index d0b5ce16ebc..e22daabfdb3 100755
--- a/integration-tests/test-3v.sh
+++ b/integration-tests/test-3v.sh
@@ -98,7 +98,7 @@ function launch_tests {
 
 function find_dataset_dir {
 	local pattern=$1
-	local dir=`find $DATA/main-store/E96C8910-596A-409D-BDA4-BBD3FE6629A7/1 -type d | grep "$pattern"`
+	local dir=`find $DATA/main-store/1/E96C8910-596A-409D-BDA4-BBD3FE6629A7 -type d | grep "$pattern"`
         if [ "$dir" != "" ]; then
                 if [ ! -d "$dir" ]; then
                         report_error Directory \"$dir\" does not exist!  
-- 
GitLab