From 7a6e223f294ebe71a95850918549b37247c85c77 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Mon, 13 Aug 2007 18:20:51 +0000
Subject: [PATCH] some code cleaning and a fix for security test suite
---
opends/tests/functional-tests/testcases/sample/sample.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/sample/sample.xml b/opends/tests/functional-tests/testcases/sample/sample.xml
index eac9c17..746b62e 100644
--- a/opends/tests/functional-tests/testcases/sample/sample.xml
+++ b/opends/tests/functional-tests/testcases/sample/sample.xml
@@ -53,13 +53,13 @@
<!-- the sequence tag is superfluous here since there is only a
single instruction to execute within the iterate block
-->
- <call function="'%s' % setupStep" />
+ <call function="setupStep" />
</iterate>
<iterate in="['passing_test']" var="testStep">
<!-- the sequence tag is superfluous here since there is only a
single instruction to execute within the iterate block
-->
- <call function="'%s' % testStep" />
+ <call function="testStep" />
</iterate>
</sequence>
<catch exception="'STAFException.Topology.CreationException'">
@@ -83,7 +83,7 @@
</catch>
<finally>
<iterate in="['sample_cleanup','testSuite_Postamble','testGroup_Postamble']" var="testStep">
- <call function="'%s' % testStep" />
+ <call function="testStep" />
</iterate>
</finally>
</try>
--
Gitblit v1.10.0