From 407c561c121bbd71391dfc3cb0e58e14f09ecdbc Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Fri, 16 Feb 2007 16:08:58 +0000
Subject: [PATCH] quality Fix some inconclusive security test results
---
opends/tests/functional-tests/testcases/security/auth_pwd_syntax/security_teardown_auth_pwd_syntax.xml | 3 ++-
opends/tests/functional-tests/testcases/security/account_activation/security_teardown_account_activation.xml | 3 ++-
opends/tests/functional-tests/testcases/security/sasl/security_teardown_sasl.xml | 4 ++--
opends/tests/functional-tests/testcases/security/pwd_storage/security_teardown_pwd_storage.xml | 4 ++--
opends/tests/functional-tests/testcases/security/pwd_validator/security_teardown_pwd_validator.xml | 4 ++--
opends/tests/functional-tests/testcases/security/bind_no_pwd/security_teardown_bind_no_pwd.xml | 3 ++-
6 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/security/account_activation/security_teardown_account_activation.xml b/opends/tests/functional-tests/testcases/security/account_activation/security_teardown_account_activation.xml
index e2ad2c0..c904571 100755
--- a/opends/tests/functional-tests/testcases/security/account_activation/security_teardown_account_activation.xml
+++ b/opends/tests/functional-tests/testcases/security/account_activation/security_teardown_account_activation.xml
@@ -51,10 +51,11 @@
'extraParams' : '-x'}
</call>
- <call function="'checkRC'">
+ <call function="'checktestRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
+
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
diff --git a/opends/tests/functional-tests/testcases/security/auth_pwd_syntax/security_teardown_auth_pwd_syntax.xml b/opends/tests/functional-tests/testcases/security/auth_pwd_syntax/security_teardown_auth_pwd_syntax.xml
index 8bb7425..d9a7990 100755
--- a/opends/tests/functional-tests/testcases/security/auth_pwd_syntax/security_teardown_auth_pwd_syntax.xml
+++ b/opends/tests/functional-tests/testcases/security/auth_pwd_syntax/security_teardown_auth_pwd_syntax.xml
@@ -69,10 +69,11 @@
'extraParams' : '-x'}
</call>
- <call function="'checkRC'">
+ <call function="'checktestRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
+
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
diff --git a/opends/tests/functional-tests/testcases/security/bind_no_pwd/security_teardown_bind_no_pwd.xml b/opends/tests/functional-tests/testcases/security/bind_no_pwd/security_teardown_bind_no_pwd.xml
index 6085279..1fb6d4a 100755
--- a/opends/tests/functional-tests/testcases/security/bind_no_pwd/security_teardown_bind_no_pwd.xml
+++ b/opends/tests/functional-tests/testcases/security/bind_no_pwd/security_teardown_bind_no_pwd.xml
@@ -51,10 +51,11 @@
'extraParams' : '-x'}
</call>
- <call function="'checkRC'">
+ <call function="'checktestRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
+
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
diff --git a/opends/tests/functional-tests/testcases/security/pwd_storage/security_teardown_pwd_storage.xml b/opends/tests/functional-tests/testcases/security/pwd_storage/security_teardown_pwd_storage.xml
index 5c52800..08e2c08 100755
--- a/opends/tests/functional-tests/testcases/security/pwd_storage/security_teardown_pwd_storage.xml
+++ b/opends/tests/functional-tests/testcases/security/pwd_storage/security_teardown_pwd_storage.xml
@@ -69,11 +69,11 @@
'extraParams' : '-x'}
</call>
- <call function="'checkRC'">
+ <call function="'checktestRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
-
+
<call function="'testCase_Postamble'"/>
</sequence>
diff --git a/opends/tests/functional-tests/testcases/security/pwd_validator/security_teardown_pwd_validator.xml b/opends/tests/functional-tests/testcases/security/pwd_validator/security_teardown_pwd_validator.xml
index a2a5ae8..099222d 100755
--- a/opends/tests/functional-tests/testcases/security/pwd_validator/security_teardown_pwd_validator.xml
+++ b/opends/tests/functional-tests/testcases/security/pwd_validator/security_teardown_pwd_validator.xml
@@ -52,11 +52,11 @@
'extraParams' : '-x'}
</call>
- <call function="'checkRC'">
+ <call function="'checktestRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
-
+
<call function="'testCase_Postamble'"/>
</sequence>
diff --git a/opends/tests/functional-tests/testcases/security/sasl/security_teardown_sasl.xml b/opends/tests/functional-tests/testcases/security/sasl/security_teardown_sasl.xml
index 4c5fca2..f6a2fda 100755
--- a/opends/tests/functional-tests/testcases/security/sasl/security_teardown_sasl.xml
+++ b/opends/tests/functional-tests/testcases/security/sasl/security_teardown_sasl.xml
@@ -70,11 +70,11 @@
'extraParams' : '-x'}
</call>
- <call function="'checkRC'">
+ <call function="'checktestRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
-
+
<call function="'testCase_Postamble'"/>
</sequence>
--
Gitblit v1.10.0