From 3a1d1148438919c266cac7c1e5bf97c6d0a2023a Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Mon, 31 Aug 2009 17:24:19 +0000
Subject: [PATCH] Functional tests: Remove location argument from Sleep() function

---
 opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml
index c2861f7..c6cb294 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml
@@ -480,9 +480,7 @@
               </call>                                                                  
 
               <call function="'Sleep'">
-                { 'location'  :  masterHost,
-                  'sleepForMilliSeconds'  :  1000
-                }
+                { 'sleepForMilliSeconds'  :  1000 }
               </call>
                 
               <!-- Add entry to "consumer" server -->                       
@@ -573,9 +571,7 @@
               </call>                                                                                                     
 
               <call function="'Sleep'">
-                { 'location'  :  masterHost,
-                  'sleepForMilliSeconds'  :  1000
-                }
+                { 'sleepForMilliSeconds'  :  1000 }
               </call>
                                 
               <!-- Add entry to "consumer" server -->                       
@@ -682,9 +678,7 @@
               </call>
                                 
               <call function="'Sleep'">
-                { 'location'  :  masterHost,
-                  'sleepForMilliSeconds'  :  1000
-                }
+                { 'sleepForMilliSeconds'  :  1000 }
               </call>
                                 
               <!-- Try to add entry to servers; should be rejected with error 65
@@ -785,9 +779,7 @@
               </call>                     
 
               <call function="'Sleep'">
-                { 'location'  :  masterHost,
-                  'sleepForMilliSeconds'  :  1000 
-                }
+                { 'sleepForMilliSeconds'  :  1000 }
               </call>
                                                                                                                                 
               <!-- Try to add entry to servers; should be rejected with error 65

--
Gitblit v1.10.0