From a6cae2d75a02720b7871cf9274de1794c9b064bd Mon Sep 17 00:00:00 2001 From: ribeaudc <ribeaudc> Date: Mon, 26 May 2008 20:30:52 +0000 Subject: [PATCH] [DMV-15] change: - Remove dots from properties. - Allow properties to be overwritten by command line parameters. add: - More Unit tests. SVN: 6309 --- .../templates/datamover-analysis/etc/service.properties | 4 ++-- .../templates/datamover-raw/etc/service.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration-tests/templates/datamover-analysis/etc/service.properties b/integration-tests/templates/datamover-analysis/etc/service.properties index 519148b9cf4..a4dd0d9102d 100644 --- a/integration-tests/templates/datamover-analysis/etc/service.properties +++ b/integration-tests/templates/datamover-analysis/etc/service.properties @@ -2,9 +2,9 @@ incoming-dir = ../data/in-analysis buffer-dir = data/buffer # Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is # specified or if value is negative, the system will not be watching. -buffer-dir.highwater-mark = 1048576 +buffer-dir-highwater-mark = 1048576 outgoing-dir = ../data/out-analysis -# outgoing-dir.highwater-mark = 1048576 +# outgoing-dir-highwater-mark = 1048576 manual-intervention-dir = data/manual_intervention # time interval between two checks in seconds check-interval = 2 diff --git a/integration-tests/templates/datamover-raw/etc/service.properties b/integration-tests/templates/datamover-raw/etc/service.properties index 79bdfbb8922..b99a3375057 100644 --- a/integration-tests/templates/datamover-raw/etc/service.properties +++ b/integration-tests/templates/datamover-raw/etc/service.properties @@ -2,9 +2,9 @@ incoming-dir = ../data/in-raw buffer-dir = data/buffer # Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is # specified or if value is negative, the system will not be watching. -buffer-dir.highwater-mark = 1048576 +buffer-dir-highwater-mark = 1048576 outgoing-dir = ../data/out-raw -# outgoing-dir.highwater-mark = 1048576 +# outgoing-dir-highwater-mark = 1048576 manual-intervention-dir = data/manual_intervention extra-copy-dir = ../data/analysis-copy treat-incoming-as-remote = true -- GitLab