mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Christophe Sovant
27.49.2013 d4f158116866d69de4204554847a4db03ada03fb
CR-1739 Fix replication mode and one tasks testcase on Windows
=> fix jython import

2 files modified
7 ■■■■■ changed files
opends/tests/staf-tests/shared/ant/build.properties 4 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/tests/runTests.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/ant/build.properties
@@ -121,5 +121,5 @@
tests.os.string=${os.name}
tests.jvm.string=${java.version}(${sun.arch.data.model} bits)
original.archive=${default.opends.dir}/${default.opends.name}.zip
replication.split='false'
replication.eclmode='n/a'
replication.split=false
replication.eclmode=n/a
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')