From: Hannes Magnusson Date: Mon, 18 May 2009 13:52:16 +0000 (+0000) Subject: Fix test X-Git-Tag: php-5.3.0RC3~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebf4c8ddb83a7ce7a9b5a439e94af3c6227b07a7;p=php Fix test --- diff --git a/ext/sqlite3/tests/sqlite3_31_open.phpt b/ext/sqlite3/tests/sqlite3_31_open.phpt index 3d93ca48fb..b30266b7ee 100644 --- a/ext/sqlite3/tests/sqlite3_31_open.phpt +++ b/ext/sqlite3/tests/sqlite3_31_open.phpt @@ -9,12 +9,14 @@ Jelle Lampaert open('db1.db'); + $db = new SQLite3(__DIR__ . '/db1.db'); + $db->open(__DIR__ . '/db1.db'); } catch (Exception $ex) { var_dump($ex->getMessage()); } ?> +--CLEAN-- + --EXPECTF-- %string|unicode%(29) "Already initialised DB Object"