From 32d0dedfac05fd18b2c94f18ce944577f085d83d Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Wed, 28 Feb 2007 03:40:00 +0000
Subject: [PATCH] adding the ability to:   . run the functional tests on windows   . download the daily build and install it to run the functional tests   . gather test coverage by editing the package on the fly to launch emma

---
 opends/tests/functional-tests/staf-installer/config.py.stubs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/staf-installer/config.py.stubs b/opends/tests/functional-tests/staf-installer/config.py.stubs
index 0a0084b..1c03f20 100644
--- a/opends/tests/functional-tests/staf-installer/config.py.stubs
+++ b/opends/tests/functional-tests/staf-installer/config.py.stubs
@@ -10,7 +10,7 @@
 OPENDSDIR                   = '${project.home}'
 OPENDSNAME                  = '${product.name}'
 ZIPNAME                     = '${product.name}.zip'
-ZIPPATH                     = '${product.package.path}'
+ZIPPATH                     = '${product.package.dir}'
 TESTS_DIR                   = '${basedir}'
 TESTS_ROOT                  = '${basedir}/tests'
 TESTS_SHARED_DIR            = '${basedir}/shared'

--
Gitblit v1.10.0