Skip to content

Commit

Permalink
Исправлены тесты
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Borzenkov committed Nov 20, 2011
1 parent 85d9cbc commit a9408ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/DbSimple/Generic/060_cache.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ array (
'str' => 'a',
)
array(1) {
["79bf88e3f7d11a0a67cbad2ce8b36590278351e552185ed67702f0c1326535c0"]=>
["e8c047124bb1326506f7144011c8ebaf278351e552185ed67702f0c1326535c0"]=>
string(152) "a:3:{s:10:"invalCache";N;s:6:"result";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:3:"str";s:1:"a";}}s:4:"rows";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:3:"str";s:1:"a";}}}"
}
2 changes: 1 addition & 1 deletion t/DbSimple/Other/020_connect_nonex.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ function databaseErrorHandler($message, $info)
}
?>
--EXPECT--
Error: wrong database
Error: Access denied for user 'test'@'%' to database 'non-existed-db'
Context: 020_connect_nonex.php line 6

0 comments on commit a9408ae

Please sign in to comment.