From 68d90d62b799788fd61e1d2fd753783dbe6bc633 Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Tue, 06 Mar 2007 15:16:23 +0000
Subject: [PATCH] Fixed a small bug where the CurrentTestPath was not properly set.
---
opends/tests/functional-tests/testcases/aci/aci_teardown.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/aci/aci_teardown.xml b/opends/tests/functional-tests/testcases/aci/aci_teardown.xml
index eda75b4..4b1348a 100755
--- a/opends/tests/functional-tests/testcases/aci/aci_teardown.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_teardown.xml
@@ -34,7 +34,7 @@
<sequence>
<script>
- CurrentTestPath['suite']='aci-setup'
+ CurrentTestPath['suite']='aci-teardown'
</script>
<call function="'testSuite_Preamble'"/>
--
Gitblit v1.10.0