Skip to content
Snippets Groups Projects
Commit 353b8347 authored by felmer's avatar felmer
Browse files

LMS-1995 integration test fixed (partially)

SVN: 19924
parent 10d1c4cf
No related merge requests found
...@@ -178,7 +178,7 @@ function assert_correct_incoming_contents { ...@@ -178,7 +178,7 @@ function assert_correct_incoming_contents {
local registered_datasets=18 local registered_datasets=18
# check content of the store # 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` local store_files_count=`find $store -type f | wc -l`
# there will be one additional blob file for the quantML dataset # 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 assert_equals "Wrong number of files in the store $store" $(($registered_datasets+1)) $store_files_count
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment