X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=tests%2FRegistryTest.php;fp=tests%2FRegistryTest.php;h=846ec55c428f3844f6cebf20f9ab006e2ebb903a;hp=7031b2a316d23199365c8c1b28990c99b1511b90;hb=4e95c4e90f08f67f43591eaaa0c006f923d8bacf;hpb=bcc4c93c61443966ab39195d81ff9ecd26068b94 diff --git a/tests/RegistryTest.php b/tests/RegistryTest.php index 7031b2a3..846ec55c 100644 --- a/tests/RegistryTest.php +++ b/tests/RegistryTest.php @@ -8,10 +8,10 @@ print (basename(__FILE__).": Init...\n"); require(dirname(dirname(__FILE__)) . '/framework/config.php'); // Load all include files -require($cfg->getConfigEntry('base_path') . 'framework/includes.php'); +require($cfg->getConfigEntry('framework_base_path') . 'includes.php'); // Load all game classes -require($cfg->getConfigEntry('base_path') . 'framework/classes.php'); +require($cfg->getConfigEntry('framework_base_path') . 'classes.php'); // Set default application FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'shipsimu');