From 01a382bd4c22a78ce9895b2629e0ca9040f73e14 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Wed, 01 Apr 2009 16:45:21 +0000
Subject: [PATCH] Update expected error message in snmp_status testsuite

---
 opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_status.xml |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_status.xml b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_status.xml
index 1c404a8..16ba15c 100644
--- a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_status.xml
+++ b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_status.xml
@@ -559,10 +559,9 @@
               </call>
 
               <script>
-                msg1 = 'An unexpected error occurred while trying to initialize'
-                msg2 = 'the SNMP Connection Handler. Please check the'
-                msg3 = 'configuration attributes'
-                msg = '%s %s %s' % (msg1, msg2, msg3)
+                msg1 = 'Cannot initialize the SNMP Connection Handler.'
+                msg2 = 'Please check the configuration attributes'
+                msg = '%s %s' % (msg1, msg2)
               </script>
 
               <call function="'grep'">
@@ -748,10 +747,9 @@
                   </call>
 
                   <script>
-                    msg1 = 'An unexpected error occurred while trying to'
-                    msg2 = 'initialize the SNMP Connection Handler. Please'
-                    msg3 = 'check the configuration attributes'
-                    msg = '%s %s %s' % (msg1, msg2, msg3)
+                    msg1 = 'Cannot initialize the SNMP Connection Handler.'
+                    msg2 = 'Please check the configuration attributes'
+                    msg = '%s %s' % (msg1, msg2)
                   </script>
 
                   <call function="'grep'">

--
Gitblit v1.10.0