From 1d86ae4d71b5d7e7b371844d776dc60cc10a7f33 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Wed, 29 Aug 2007 02:56:33 +0000
Subject: [PATCH] 1. added the ability to save the server error and access log.\n2. the testcases are now timed down to the second. subsecond timing would have been too platform(C library actually) dependent in python\n3. adapted the XSL to report the number of known issues\n4. Still need to fix coverage % XSL template\n5. other minor XSL fixes\n6. added windows new line support in environment.xml

---
 opends/tests/functional-tests/shared/functions/environment.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opends/tests/functional-tests/shared/functions/environment.xml b/opends/tests/functional-tests/shared/functions/environment.xml
index 892e57e..cb43d88 100755
--- a/opends/tests/functional-tests/shared/functions/environment.xml
+++ b/opends/tests/functional-tests/shared/functions/environment.xml
@@ -134,10 +134,12 @@
           fileExt='.bat'
           fileFolder='bat'
           pathSeparator=';'
+          newLine='\r\n'
         else:
           fileExt=''
           fileFolder='bin'
           pathSeparator=':'
+          newLine='\n'
       </script>
       
       <!-- Set the signal handlers -->

--
Gitblit v1.10.0