diff --git a/application/config/config.php b/application/config/config.php index 42350ed1f..68b85b62f 100755 --- a/application/config/config.php +++ b/application/config/config.php @@ -514,4 +514,4 @@ spl_autoload_register(function ($class) { if (substr($class,0,3) !== 'CI_' && substr($class,0,4) !== 'FHC_') if (file_exists($file = APPPATH . 'core/' . $class . '.php')) require_once $file; -}); \ No newline at end of file +}); diff --git a/config/system.config-default.inc.php b/config/system.config-default.inc.php index 115bac947..7bda3b927 100644 --- a/config/system.config-default.inc.php +++ b/config/system.config-default.inc.php @@ -11,7 +11,7 @@ define("DB_SYSTEM","pgsql"); define("DB_HOST","localhost"); define("DB_PORT","5432"); - define("DB_NAME","fhcomplete"); + define("DB_NAME","fhctest"); define("DB_USER","fhcomplete"); define("DB_PASSWORD","fhcomplete"); define("DB_CONNECT_PERSISTENT",FALSE); diff --git a/tests/codeception/_data/dump.sql b/tests/codeception/_data/dump.sql index f3758ff74..871b22b09 100644 --- a/tests/codeception/_data/dump.sql +++ b/tests/codeception/_data/dump.sql @@ -219,4 +219,4 @@ DELETE FROM lehre.tbl_studienplan WHERE tbl_studienplan < 5; INSERT INTO lehre.tbl_studienplan VALUES (1, 1, 'A', 'V1', '01234', 6, 'English', 't', 15, 't', NOW(), 'codeception', NOW(), NULL, NULL, NULL, NULL, NULL); INSERT INTO lehre.tbl_studienplan VALUES (2, 1, 'A', 'V1', '01234', 6, 'English', 't', 15, 't', NOW(), 'codeception', NOW(), NULL, NULL, NULL, NULL, NULL); INSERT INTO lehre.tbl_studienplan VALUES (3, 1, 'A', 'V1', '01234', 6, 'English', 't', 15, 't', NOW(), 'codeception', NOW(), NULL, NULL, NULL, NULL, NULL); -INSERT INTO lehre.tbl_studienplan VALUES (4, 1, 'A', 'V1', '01234', 6, 'English', 't', 15, 't', NOW(), 'codeception', NOW(), NULL, NULL, NULL, NULL, NULL); \ No newline at end of file +INSERT INTO lehre.tbl_studienplan VALUES (4, 1, 'A', 'V1', '01234', 6, 'English', 't', 15, 't', NOW(), 'codeception', NOW(), NULL, NULL, NULL, NULL, NULL); diff --git a/tests/codeception/api/v1/PersonCept.php b/tests/codeception/api/v1/PersonCept.php index aa21a3355..fc99a4530 100644 --- a/tests/codeception/api/v1/PersonCept.php +++ b/tests/codeception/api/v1/PersonCept.php @@ -33,4 +33,4 @@ $I->seeResponseCodeIs(200); $I->seeResponseIsJson(); $I->seeResponseContainsJson([ 'success' => TRUE, - 'message' => 'Person found']);*/ \ No newline at end of file + 'message' => 'Person found']);*/