summaryrefslogtreecommitdiffstats
path: root/pts-core
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core')
-rw-r--r--pts-core/functions/pts-init.php4
1 files changed, 2 insertions, 2 deletions
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/");