From a2301994f4ec0f0b50f5d9af696f74f9d27e00bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 1 Jun 2008 08:55:47 +0000 Subject: [PATCH] Missing factory ShipSimuWebNewsFactory fixed --- .../main/factories/class_ShipSimuWebNewsFactory.php | 6 +++--- tests/ConfigTest.php | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php b/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php index 6b34553..760cbaa 100644 --- a/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php +++ b/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class ShipSimuNewsFactory extends BaseFrameworkSystem { +class ShipSimuWebNewsFactory extends BaseFrameworkSystem { /** * Protected constructor * @@ -47,9 +47,9 @@ class ShipSimuNewsFactory extends BaseFrameworkSystem { * * @return $factoryInstance An instance of this class */ - public final static function createShipSimuNewsFactory () { + public final static function createShipSimuWebNewsFactory () { // Get a new instance - $factoryInstance = new ShipSimuNewsFactory(); + $factoryInstance = new ShipSimuWebNewsFactory(); // Return the prepared instance return $factoryInstance; diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index 9892078..1091a5b 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -1,4 +1,6 @@ + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version -- 2.39.2