Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
cef4d0f0
Commit
cef4d0f0
authored
17 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
LMS-309 fix bug concerning folders in rename 'main-store'
SVN: 5347
parent
43e20813
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
integration-tests/run.sh
+2
-2
2 additions, 2 deletions
integration-tests/run.sh
with
2 additions
and
2 deletions
integration-tests/run.sh
+
2
−
2
View file @
cef4d0f0
...
@@ -650,7 +650,7 @@ function assert_correct_content_of_invalid_plate_in_store {
...
@@ -650,7 +650,7 @@ function assert_correct_content_of_invalid_plate_in_store {
local
cell_plate
=
$1
local
cell_plate
=
$1
echo
====
assert correct content of invalid plate
$cell_plate
in
store
====
echo
====
assert correct content of invalid plate
$cell_plate
in
store
====
local
error_dir
=
$DATA
/main-store/
Group_CISD/
error/ObservableType_HCS_IMAGE
local
error_dir
=
$DATA
/main-store/error/ObservableType_HCS_IMAGE
assert_dir_exists
$error_dir
assert_dir_exists
$error_dir
local
data_set
=
$error_dir
/microX_200801011213_
$cell_plate
local
data_set
=
$error_dir
/microX_200801011213_
$cell_plate
assert_same_content
$TEST_DATA
/
$cell_plate
$data_set
assert_same_content
$TEST_DATA
/
$cell_plate
$data_set
...
@@ -671,7 +671,7 @@ function assert_correct_content_of_unidentified_plate_in_store {
...
@@ -671,7 +671,7 @@ function assert_correct_content_of_unidentified_plate_in_store {
local
cell_plate
=
$1
local
cell_plate
=
$1
echo
====
assert correct content of unidentified plate
$cell_plate
in
store
====
echo
====
assert correct content of unidentified plate
$cell_plate
in
store
====
local
unidentified_dir
=
$DATA
/main-store/
Group_CISD/
unidentified
local
unidentified_dir
=
$DATA
/main-store/unidentified
assert_dir_exists
$unidentified_dir
assert_dir_exists
$unidentified_dir
assert_same_content
$TEST_DATA
/
$cell_plate
$unidentified_dir
/ObservableType_HCS_IMAGE/microX_200801011213_
$cell_plate
assert_same_content
$TEST_DATA
/
$cell_plate
$unidentified_dir
/ObservableType_HCS_IMAGE/microX_200801011213_
$cell_plate
assert_same_content
$TEST_DATA
/
$cell_plate
$unidentified_dir
/ObservableType_HCS_IMAGE_ANALYSIS_DATA/microX_200801011213_
$cell_plate
assert_same_content
$TEST_DATA
/
$cell_plate
$unidentified_dir
/ObservableType_HCS_IMAGE_ANALYSIS_DATA/microX_200801011213_
$cell_plate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment