From 754e7c5ed2bb3025828b4f6a2e0603d0cfc6a01b Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Wed, 19 Mar 2008 08:12:39 +0000 Subject: [PATCH] fix bug SVN: 4907 --- .../templates/etlserver-all/etc/service.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/templates/etlserver-all/etc/service.properties b/integration-tests/templates/etlserver-all/etc/service.properties index cecb642844b..8adca10f4fc 100644 --- a/integration-tests/templates/etlserver-all/etc/service.properties +++ b/integration-tests/templates/etlserver-all/etc/service.properties @@ -32,7 +32,7 @@ processor.DATA_ACQUISITION.finished-file-template = .MARKER_openbis_is_finished_ processor.DATA_ACQUISITION.parameters-file = processing-parameters-from-openbis # Can be one of ORIGINAL (the data as acquired from the measurement device) # or BDS_DIRECTORY (the data in BDS format in a directory container). -processor.DATA_ACQUISITION.input-data-format = BDS_DIRECTORY +processor.DATA_ACQUISITION.input-data-format = ORIGINAL # Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name # E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor' -- GitLab