From 8e2478e3095d91dc54f4bde9ac84345ec65bccc9 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Mon, 03 Sep 2007 13:14:20 +0000
Subject: [PATCH] Remove creation of synchronization provider
---
opends/tests/functional-tests/shared/functions/topology.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/topology.xml b/opends/tests/functional-tests/shared/functions/topology.xml
index 4590637..cebbd99 100755
--- a/opends/tests/functional-tests/shared/functions/topology.xml
+++ b/opends/tests/functional-tests/shared/functions/topology.xml
@@ -614,12 +614,12 @@
'dsPath' : syncserverPath
}
</call>
-
+
<message>
- 'Create synchronization provider'
+ 'List synchronization providers'
</message>
- <call function="'createSyncProvider'">
+ <call function="'listSyncProviders'">
{ 'location' : syncserver.getHostname(),
'dsPath' : syncserverPath,
'dsInstanceHost' : syncserver.getHostname(),
--
Gitblit v1.10.0