From ea26f8db808174637936e95d06009895bf2b39ee Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Fri, 13 Oct 2006 19:10:34 +0000
Subject: [PATCH] Updated functional tests to have the new format for Test Name and Messages. Test Name will now be prefaced with the Suite Name. Example: "Security: JKS: [test name]" Same for the messages that are generated.

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

diff --git a/opends/tests/functional-tests/testcases/quickstart/quickstart.xml b/opends/tests/functional-tests/testcases/quickstart/quickstart.xml
index d881eb7..7d27bb4 100755
--- a/opends/tests/functional-tests/testcases/quickstart/quickstart.xml
+++ b/opends/tests/functional-tests/testcases/quickstart/quickstart.xml
@@ -111,10 +111,10 @@
         </call>
 
         <!--- Test Case : Add Quickstart Entries -->
-        <testcase name="'AddQuickstartEntries'">
+        <testcase name="'Quickstart:AddQuickstartEntries'">
           <sequence>
             <message>
-               'Adding quickstart entries'
+               'Quickstart: Adding quickstart entries'
             </message>
 
             <call function="'addEntry'">

--
Gitblit v1.10.0