From 2c4cb56ed67d9d5b81f625aff7a13215904e2ff3 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 04 Sep 2007 16:15:05 +0000
Subject: [PATCH] dsconfig interface change -M -Z to -m -z for units
---
opends/tests/functional-tests/testcases/logging/logging_properties.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/logging/logging_properties.xml b/opends/tests/functional-tests/testcases/logging/logging_properties.xml
index aa60d75..f19fc0d 100755
--- a/opends/tests/functional-tests/testcases/logging/logging_properties.xml
+++ b/opends/tests/functional-tests/testcases/logging/logging_properties.xml
@@ -217,7 +217,7 @@
'propertyType' : 'publisher',
'propertyName' : 'File-Based Access Logger',
'attributeName' : 'time-interval',
- 'extraParams' : '-M s',
+ 'extraParams' : '-m s',
'expectedAttributeValue' : '180 s'
}
</call>
@@ -807,7 +807,7 @@
'propertyType' : 'policy',
'propertyName' : 'my time rotation policy',
'attributeName' : 'rotation-interval',
- 'extraParams' : '-M d',
+ 'extraParams' : '-m d',
'expectedAttributeValue' : '3 d'
}
</call>
@@ -836,7 +836,7 @@
'propertyType' : 'policy',
'propertyName' : 'my time rotation policy',
'attributeName' : 'rotation-interval',
- 'extraParams' : '-M s',
+ 'extraParams' : '-m s',
'expectedAttributeValue' : '3 s'
}
</call>
--
Gitblit v1.10.0