From 1f360eb7f0154b5a17f059584fe211801d1b54cd Mon Sep 17 00:00:00 2001
From: madiot <madiot@localhost>
Date: Tue, 22 Dec 2009 15:03:13 +0000
Subject: [PATCH] enable multiple webcontainer to test with DSML
---
opends/tests/staf-tests/shared/tests/runTestJob.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/tests/runTestJob.xml b/opends/tests/staf-tests/shared/tests/runTestJob.xml
index f194e16..09b20bf 100644
--- a/opends/tests/staf-tests/shared/tests/runTestJob.xml
+++ b/opends/tests/staf-tests/shared/tests/runTestJob.xml
@@ -222,7 +222,7 @@
<script>
DSMLName='%s' % DSML_WARNAME
DSMLPackage='%s' % DSML_WARPATH
- DSMLContainer='%s %s' % (WC_TYPE,WC_VERSION)
+ DSMLContainer=WC_TYPE
</script>
<!-- Get the location of where the test logs are -->
--
Gitblit v1.10.0