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

Nested StorageProcessorWithDropBox tested in integration test

SVN: 11037
parent 648f3571
No related branches found
No related tags found
No related merge requests found
...@@ -762,6 +762,7 @@ function assert_correct_content { ...@@ -762,6 +762,7 @@ function assert_correct_content {
assert_correct_dataset_content_in_database 14 "14;EXP1;DSS1;20[0-9]*-13;f;7;U;;" assert_correct_dataset_content_in_database 14 "14;EXP1;DSS1;20[0-9]*-13;f;7;U;;"
assert_correct_dataset_content_in_database 16 "16;EXP1;DSS2;20[0-9]*-15;f;;U;;" assert_correct_dataset_content_in_database 16 "16;EXP1;DSS2;20[0-9]*-15;f;;U;;"
assert_equals "Content of file in drop box1" "hello world" "`cat $DATA/drop-box1/3VCP1_*-15.txt`" assert_equals "Content of file in drop box1" "hello world" "`cat $DATA/drop-box1/3VCP1_*-15.txt`"
assert_equals "Content of file in drop box2" "hello world" "`cat $DATA/drop-box2/3VCP1.*-15.txt`"
} }
function integration_tests { function integration_tests {
......
...@@ -84,7 +84,9 @@ a.type-extractor.locator-type = RELATIVE_LOCATION ...@@ -84,7 +84,9 @@ a.type-extractor.locator-type = RELATIVE_LOCATION
a.type-extractor.data-set-type = HCS_IMAGE a.type-extractor.data-set-type = HCS_IMAGE
a.storage-processor = ch.systemsx.cisd.etlserver.imsb.StorageProcessorWithDropbox a.storage-processor = ch.systemsx.cisd.etlserver.imsb.StorageProcessorWithDropbox
a.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor a.storage-processor.processor = ch.systemsx.cisd.etlserver.imsb.StorageProcessorWithDropbox
a.storage-processor.entity-separator = ${data-set-file-name-entity-separator} a.storage-processor.entity-separator = ${data-set-file-name-entity-separator}
a.storage-processor.dropbox-dir = ../data/drop-box1 a.storage-processor.dropbox-dir = ../data/drop-box1
a.storage-processor.processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
a.storage-processor.processor.dropbox-dir = ../data/drop-box2
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