Skip to content

Commit

Permalink
Match PDO error message too.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 30, 2015
1 parent f2e88f3 commit 4832014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/Db/test/Horde/Db/Adapter/MysqlBase.php
Expand Up @@ -233,7 +233,7 @@ public function testNativeDatabaseTypes()

/**
* @expectedException Horde_Db_Exception
* @expectedExceptionMessage QUERY FAILED: Out of range value for column 'intelligence_quotient' at row 1
* @expectedExceptionMessage Out of range value for column 'intelligence_quotient' at row 1
*/
public function testUnabstractedDatabaseDependentTypes()
{
Expand Down Expand Up @@ -321,7 +321,7 @@ public function testChangeColumnPrecisionScale()

/**
* @expectedException Horde_Db_Exception
* @expectedExceptionMessage QUERY FAILED: Out of range value for column 'foo' at row 1
* @expectedExceptionMessage Out of range value for column 'foo' at row 1
*/
public function testChangeColumnUnsigned()
{
Expand Down

0 comments on commit 4832014

Please sign in to comment.