From d4f158116866d69de4204554847a4db03ada03fb Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 27 May 2013 08:49:36 +0000
Subject: [PATCH] CR-1739 Fix replication mode and one tasks testcase on Windows => fix jython import

---
 opends/tests/staf-tests/shared/tests/runTests.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/tests/staf-tests/shared/tests/runTests.xml b/opends/tests/staf-tests/shared/tests/runTests.xml
index dd1624a..96d9609 100755
--- a/opends/tests/staf-tests/shared/tests/runTests.xml
+++ b/opends/tests/staf-tests/shared/tests/runTests.xml
@@ -24,7 +24,7 @@
  ! CDDL HEADER END
  !
  !      Copyright 2006-2010 Sun Microsystems, Inc.
- !      Portions Copyright 2011 Forgerock AS
+ !      Portions Copyright 2011-2013 Forgerock AS
  ! -->
 <stax>
   <defaultcall function="main" />
@@ -81,6 +81,7 @@
 
         # Create the initial report.cfg file
         # This file is used by the cgi script
+        import time
         starttime = time.strftime("%Y/%m/%d %H:%M:%S", time.gmtime(TESTS_TIMESTAMP))
         reportCfg = open('%s/logs/report.cfg' % LOGS_ROOT, 'w')
         reportCfg.write('[Main]\n')

--
Gitblit v1.10.0