This should fix it ... ;-)
[core.git] / tests / ConfigTest.php
index 30d45ff5f1d67ecb890d1635854bd2bd8d693f7d..c08782e1a2f66e314f8cdc3b14a88877f8c5e42f 100644 (file)
@@ -14,7 +14,7 @@ require($cfg->getConfigEntry('base_path') . 'inc/includes.php');
 require($cfg->getConfigEntry('base_path') . 'inc/classes.php');
 
 // Set default application
-FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'ship-simu');
+FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'shipsimu');
 
 // Set testing mode (no starter.php will be loaded!)
 define('TEST_MODE', true);
@@ -27,11 +27,11 @@ print (basename(__FILE__).": Init completed.\n\n");
 /**
  * A test case for the configuration sub system
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @see                        http://www.phpunit.de
  *
  * This program is free software: you can redistribute it and/or modify