From 85b0588a1e901bf78b0f94be08ba29aca5eefd8f Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Wed, 21 Mar 2007 19:05:57 +0000
Subject: [PATCH] Made file names and function names a bit more tidy for the aci functional tests concerning the keyword, targetfilter.

---
 opends/tests/functional-tests/testcases/aci/aci.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/aci/aci.xml b/opends/tests/functional-tests/testcases/aci/aci.xml
index 68fac09..e58345a 100755
--- a/opends/tests/functional-tests/testcases/aci/aci.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci.xml
@@ -77,8 +77,8 @@
           <call function="'aci_targetattr'" />
   
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
-            file="'%s/testcases/aci/aci_targetfilter_syntax.xml' % (TESTS_DIR)"/>
-          <call function="'aci_targetfilter_syntax'" />
+            file="'%s/testcases/aci/aci_targetfilter.xml' % (TESTS_DIR)"/>
+          <call function="'aci_targetfilter'" />
   
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/aci/aci_teardown.xml' % (TESTS_DIR)"/>

--
Gitblit v1.10.0