Skip to content

Commit

Permalink
Merge branch 'QA_4_5'
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Oct 26, 2015
2 parents 3c15a33 + 653d800 commit 5087a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/classes/navigation/NodeTest.php
Expand Up @@ -475,7 +475,7 @@ public function testGetDataWithDisabledISAndGroupingEnabled()
$dbi->expects($this->once())
->method('fetchResult')
->with(
"SHOW DATABASES WHERE TRUE AND ("
"SHOW DATABASES WHERE TRUE AND `Database` LIKE '%db%' AND ("
. " LOCATE('db_', CONCAT(`Database`, '_')) = 1"
. " OR LOCATE('aa_', CONCAT(`Database`, '_')) = 1 )"
);
Expand Down

0 comments on commit 5087a2d

Please sign in to comment.