mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gary_williams
04.15.2007 2c4cb56ed67d9d5b81f625aff7a13215904e2ff3
dsconfig interface change -M -Z to -m -z for units
1 files modified
6 ■■■■ changed files
opends/tests/functional-tests/testcases/logging/logging_properties.xml 6 ●●●● patch | view | raw | blame | history
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>