From c6ab616512c401e11942d8127757882940547f8b Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Sun, 29 Jul 2007 23:07:35 +0000
Subject: [PATCH]  1. addition of a 10 second sleep to fix a windows file lock issue on restart  2. a property to bypass proxy detection when running tests  3. display of the functional tests success rate in the ant text output  4. declaration of NO_CHECK variable in runTestJob.xml  5. fool proofing runTestJob.xml in the way it parses the testcase name (in case it does not conform to the implicit naming convention)  6. fix the testcase name for the sample test suite

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

diff --git a/opends/tests/functional-tests/testcases/sample/sample.xml b/opends/tests/functional-tests/testcases/sample/sample.xml
index 0182690..aadeb89 100644
--- a/opends/tests/functional-tests/testcases/sample/sample.xml
+++ b/opends/tests/functional-tests/testcases/sample/sample.xml
@@ -96,7 +96,7 @@
       #@TestPostamble             none
       #@TestResult                Success if OpenDS returns 0
     -->
-    <testcase name="'%s' % STAXCurrentFunction">
+    <testcase name="'%s: %s: %s' % (CurrentTestPath['group'],CurrentTestPath['suite'],STAXCurrentFunction)">
       <sequence>
         <call function="'testCase_Preamble'" />
         <call function="'SearchObject'">

--
Gitblit v1.10.0