[ticket/12639] Fix tests on postgres

PHPBB3-12639
This commit is contained in:
Tristan Darricau 2014-05-31 18:10:12 +02:00
parent fd9c17ca04
commit dce7c7e0e0

View file

@ -54,7 +54,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0, 0,
0, 0,
0, 0,
'l.log_time DESC', 'l.log_id DESC',
'', '',
), ),
array( array(
@ -69,7 +69,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0, 0,
0, 0,
0, 0,
'l.log_time DESC', 'l.log_id DESC',
'guest', 'guest',
), ),
array( array(
@ -84,7 +84,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0, 0,
1, 1,
0, 0,
'l.log_time DESC', 'l.log_id DESC',
'', '',
), ),
array( array(
@ -99,7 +99,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0, 0,
0, 0,
0, 0,
'l.log_time DESC', 'l.log_id DESC',
'', '',
), ),
array( array(
@ -114,7 +114,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0, 0,
0, 0,
0, 0,
'l.log_time DESC', 'l.log_id DESC',
'', '',
), ),
array( array(
@ -129,7 +129,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0, 0,
0, 0,
0, 0,
'l.log_time DESC', 'l.log_id DESC',
'', '',
), ),
); );