From a7e772c8f1027b5cc1bf94fa4aa4592c59ad255d Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Wed, 24 Dec 2008 14:20:33 -0500 Subject: pts-core: Move base test profiles and resources to pts/base-test-profiles/ and pts/base-test-resources/ --- pts-core/functions/pts-init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pts-core') diff --git a/pts-core/functions/pts-init.php b/pts-core/functions/pts-init.php index 0efb39d..07adc4c 100644 --- a/pts-core/functions/pts-init.php +++ b/pts-core/functions/pts-init.php @@ -78,10 +78,10 @@ function pts_define_directories() // Test & Suite Locations define("XML_PROFILE_DIR", PTS_DIR . "pts/test-profiles/"); - define("XML_PROFILE_CTP_BASE_DIR", XML_PROFILE_DIR . "base/"); + define("XML_PROFILE_CTP_BASE_DIR", PTS_DIR . "pts/base-test-profiles/"); define("XML_SUITE_DIR", PTS_DIR . "pts/test-suites/"); define("TEST_RESOURCE_DIR", PTS_DIR . "pts/test-resources/"); - define("TEST_RESOURCE_CTP_BASE_DIR", TEST_RESOURCE_DIR . "base/"); + define("TEST_RESOURCE_CTP_BASE_DIR", PTS_DIR . "pts/base-test-resources/"); define("XML_PROFILE_LOCAL_DIR", PTS_USER_DIR . "test-profiles/"); define("XML_PROFILE_LOCAL_CTP_BASE_DIR", XML_PROFILE_LOCAL_DIR . "base/"); define("XML_SUITE_LOCAL_DIR", PTS_USER_DIR . "test-suites/"); -- cgit