From 9d1f96a809e7e1f50caf3b7a4a42d887cf3a8082 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Tue, 28 May 2013 15:32:52 +0000
Subject: [PATCH] CR-1750 Updated expected result for dsml/searchfilter_substringsnosubfilter test and fixed jython exception in SNMP tests
---
opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml b/opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml
index 4fda224..59359ff 100755
--- a/opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml
+++ b/opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml
@@ -2326,7 +2326,13 @@
else:
# expect testString not to be present in filecontent
myExpectedResult = '0'
- </script>
+ </script>
+
+ <if expr="VERBOSE_MODE == 'true'">
+ <message>
+ 'File content %s' % filecontent
+ </message>
+ </if>
<call function="'searchStringForSubstring'">
{
--
Gitblit v1.10.0