X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fold%2Floader-test.php;h=a3792fbaf49cd2c41433334bd4cc6f63bf83a581;hb=f481782bb05334d3e6fcab65560239b61086bfa1;hp=7553ba21dced32eb65ce2f105b93e3f1940f0786;hpb=b9c18d6c24e3be4393bf41005aa4e428a0ea3218;p=core.git diff --git a/tests/old/loader-test.php b/tests/old/loader-test.php index 7553ba21..a3792fba 100644 --- a/tests/old/loader-test.php +++ b/tests/old/loader-test.php @@ -21,11 +21,11 @@ require($cfg->getConfigEntry('base_path') . 'inc/file_io.php'); require($cfg->getConfigEntry('base_path') . 'inc/database.php'); // Set default application -FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'ship-simu'); -$application = 'ship-simu'; +FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'shipsimu'); +$application = 'shipsimu'; // Load more includes -require($cfg->getConfigEntry('base_path') . 'application/ship-simu/loader.php'); +require($cfg->getConfigEntry('base_path') . 'application/shipsimu/loader.php'); // Wir tun hier so, als waere schon das Reederei-Objekt generiert und wir wollen // jetzt die Personalliste wiederherstellen