From 9ed6f077f41173c51adef88236eb8b92b2f78288 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Tue, 17 Jul 2007 22:43:39 +0000
Subject: [PATCH] Fixed the link to the STAX dtd that was previously erroneous and added the import for the sample suite
---
opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml b/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml
index ac7ddb8..b110342 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE stax SYSTEM "../../shared/stax.dtd">
+<!DOCTYPE stax SYSTEM "../shared/stax.dtd">
<!--
! CDDL HEADER START
!
@@ -92,6 +92,9 @@
<!--
<call function="'main_groups'" />
-->
+
+ <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ file="'%s/testcases/sample/sample.xml' % (TESTS_DIR)" />
<script>
class functionToRun:
def __init__(self, name):
--
Gitblit v1.10.0