From 038062975c75f9949810eb413e8211d8f4ee2ca4 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Wed, 13 May 2009 13:57:07 +0000 Subject: [PATCH] LMS-889 Test StorageProcessorWithDropbox extended SVN: 11035 --- integration-tests/run.sh | 1 + .../templates/datastore_server2/etc/service.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/integration-tests/run.sh b/integration-tests/run.sh index ec4efd979e5..e1728c5a675 100755 --- a/integration-tests/run.sh +++ b/integration-tests/run.sh @@ -761,6 +761,7 @@ function assert_correct_content { assert_correct_dataset_content_in_database 11 "11;EXP1;DSS1;20[0-9]*-9;f;10;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_equals "Content of file in drop box1" "hello world" "`cat $DATA/drop-box1/3VCP1_*-15.txt`" } function integration_tests { diff --git a/integration-tests/templates/datastore_server2/etc/service.properties b/integration-tests/templates/datastore_server2/etc/service.properties index 42c44669dab..8f13c85dd38 100644 --- a/integration-tests/templates/datastore_server2/etc/service.properties +++ b/integration-tests/templates/datastore_server2/etc/service.properties @@ -85,5 +85,6 @@ a.type-extractor.data-set-type = HCS_IMAGE a.storage-processor = ch.systemsx.cisd.etlserver.imsb.StorageProcessorWithDropbox a.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor +a.storage-processor.entity-separator = ${data-set-file-name-entity-separator} a.storage-processor.dropbox-dir = ../data/drop-box1 -- GitLab