From 284a9fba59175e0c46d28081fe6c692bda65bdb7 Mon Sep 17 00:00:00 2001 From: boli <boli@localhost> Date: Tue, 12 Sep 2006 23:15:52 +0000 Subject: [PATCH] Add the test resources folder and the config-changes.ldif file used in unit tests. --- opendj-sdk/opends/tests/unit-tests-testng/resource/config-changes.ldif | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/tests/unit-tests-testng/resource/config-changes.ldif b/opendj-sdk/opends/tests/unit-tests-testng/resource/config-changes.ldif new file mode 100644 index 0000000..752d30a --- /dev/null +++ b/opendj-sdk/opends/tests/unit-tests-testng/resource/config-changes.ldif @@ -0,0 +1,9 @@ +dn: cn=LDAP Connection Handler,cn=Connection Handlers,cn=config +changeType: modify +replace: ds-cfg-listen-port +ds-cfg-listen-port: 32389 + +dn: cn=JMX Connection Handler,cn=Connection Handlers,cn=config +changeType: modify +replace: ds-cfg-listen-port +ds-cfg-listen-port: 33689 \ No newline at end of file -- Gitblit v1.10.0