diff options
| author | Patrick Allaert <patrickallaert@php.net> | 2010-11-08 09:29:15 +0000 |
|---|---|---|
| committer | Patrick Allaert <patrickallaert@php.net> | 2010-11-08 09:29:15 +0000 |
| commit | 817776d1b99c8b4fab8597238ec58019e569abcd (patch) | |
| tree | 78375804973248a8e1d37f285294c48a11695eff /ext/sqlite3/tests | |
| parent | 53544e36f29c4ad957e97b98901f917fc8fd5774 (diff) | |
| download | php-git-817776d1b99c8b4fab8597238ec58019e569abcd.tar.gz | |
- Fixed tests not passing under windows because of the directory separator
difference (thanks Eyal Teutsch for reporting)
Diffstat (limited to 'ext/sqlite3/tests')
| -rw-r--r-- | ext/sqlite3/tests/sqlite3_15_open_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sqlite3/tests/sqlite3_15_open_error.phpt b/ext/sqlite3/tests/sqlite3_15_open_error.phpt index 1fcaca9c72..49168fd19b 100644 --- a/ext/sqlite3/tests/sqlite3_15_open_error.phpt +++ b/ext/sqlite3/tests/sqlite3_15_open_error.phpt @@ -16,8 +16,8 @@ echo "Done\n"; unlink($unreadable); ?> --EXPECTF-- -exception 'Exception' with message 'Unable to open database: %s' in %s/sqlite3_15_open_error.php:%d +exception 'Exception' with message 'Unable to open database: %s' in %ssqlite3_15_open_error.php:%d Stack trace: -#0 %s/sqlite3_15_open_error.php(%d): SQLite3->__construct('%s') +#0 %ssqlite3_15_open_error.php(%d): SQLite3->__construct('%s') #1 {main} Done |
