From 906fd6e89327022fc45e05d5e73179a18a194f68 Mon Sep 17 00:00:00 2001
From: tdj_tx <tdj_tx@localhost>
Date: Mon, 16 Oct 2006 20:38:06 +0000
Subject: [PATCH] Added Core testcases

---
 opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml b/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml
index 5c24dd2..2aa3d8e 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -83,6 +83,10 @@
       <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/security.xml' % (TESTS_DIR)"/>
 	<call function="'main_security'" />
+        
+      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+          file="'%s/testcases/core/core.xml' % (TESTS_DIR)"/>
+	<call function="'main_core'" /> 
 
       <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/cleanup/cleanup.xml' % (TESTS_DIR)"/>

--
Gitblit v1.10.0