From 9fb22780e2e7bfb7251ac75635bbf6cf6a6e79a9 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Fri, 13 Jul 2007 12:36:51 +0000
Subject: [PATCH] fix for non posix environments

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

diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml
index 2ab6a0e..8349234 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml
+++ b/opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml
@@ -703,7 +703,7 @@
       <message>'Creating test log %s' % logfile</message>
      
       <script>
-        NewLogDir=posixpath.dirname(logfile)
+        NewLogDir=os.path.dirname(logfile)
       </script>
       
       <call function="'createFolder'">

--
Gitblit v1.10.0