From 1fd60befca4ccb1099d4f99e4bba658b43371aa7 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Wed, 05 Sep 2007 20:46:07 +0000
Subject: [PATCH] More case conversion for some aci functional tests.
---
opends/tests/functional-tests/testcases/aci/aci_targetfilter.xml | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/aci/aci_targetfilter.xml b/opends/tests/functional-tests/testcases/aci/aci_targetfilter.xml
index e19fb96..5962787 100755
--- a/opends/tests/functional-tests/testcases/aci/aci_targetfilter.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_targetfilter.xml
@@ -225,7 +225,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '0' }
</call>
@@ -406,7 +406,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '0' }
</call>
@@ -584,7 +584,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '1' }
</call>
@@ -762,7 +762,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '0' }
</call>
@@ -918,7 +918,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '0' }
</call>
@@ -1122,7 +1122,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '0' }
</call>
@@ -1551,7 +1551,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '0' }
</call>
@@ -1755,7 +1755,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '0' }
</call>
@@ -1911,7 +1911,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '0' }
</call>
@@ -2091,7 +2091,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '0' }
</call>
@@ -2271,7 +2271,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '0' }
</call>
@@ -2451,7 +2451,7 @@
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
- 'testString' : 'telephonenumber:' ,
+ 'testString' : 'telephoneNumber:' ,
'expectedResult' : '0' }
</call>
--
Gitblit v1.10.0