Fix for test datetime, indet on test db, remove debug in test lang

This commit is contained in:
Clemens Schwaighofer
2021-08-13 18:11:37 +09:00
parent 7005e07f4c
commit e252a76c4c
3 changed files with 15 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ use CoreLibs\Combined\DateTime;
use CoreLibs\Debug\Support as DgS; use CoreLibs\Debug\Support as DgS;
$basic = new CoreLibs\Basic(); $basic = new CoreLibs\Basic();
$datetime_class = 'CoreLibs\Combination\DateTime'; $datetime_class = 'CoreLibs\Combined\DateTime';
print "<html><head><title>TEST CLASS: DATE/TIME</title><head>"; print "<html><head><title>TEST CLASS: DATE/TIME</title><head>";
print "<body>"; print "<body>";

View File

@@ -52,9 +52,6 @@ echo "LANGUAGE FILE: " . $l->__getMoFile() . "<br>";
echo "INPUT TEST: " . $string . " => " . $l->__($string) . "<br>"; echo "INPUT TEST: " . $string . " => " . $l->__($string) . "<br>";
// TODO: run compare check input must match output // TODO: run compare check input must match output
// error message
print $basic->log->printErrorMsg();
print "</body></html>"; print "</body></html>";
// __END__ // __END__