aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-31 19:00:15 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-31 19:00:15 +0200
commit6d3bc7a60b2da5180bd1ac1f849114b2dadfca78 (patch)
tree5018730b0028a75ce40f4a2f2d82fb6886359fdd /tests
parentdce7c7e0e07f1a900d88e4db847a464cca826d07 (diff)
downloadforums-6d3bc7a60b2da5180bd1ac1f849114b2dadfca78.tar
forums-6d3bc7a60b2da5180bd1ac1f849114b2dadfca78.tar.gz
forums-6d3bc7a60b2da5180bd1ac1f849114b2dadfca78.tar.bz2
forums-6d3bc7a60b2da5180bd1ac1f849114b2dadfca78.tar.xz
forums-6d3bc7a60b2da5180bd1ac1f849114b2dadfca78.zip
[ticket/12639] Order the results correctly in the test
PHPBB3-12639
Diffstat (limited to 'tests')
-rw-r--r--tests/log/delete_test.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/log/delete_test.php b/tests/log/delete_test.php
index e20c8c121f..3c97d0c36a 100644
--- a/tests/log/delete_test.php
+++ b/tests/log/delete_test.php
@@ -54,7 +54,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0,
0,
0,
- 'l.log_id DESC',
+ 'l.log_id ASC',
'',
),
array(
@@ -69,7 +69,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0,
0,
0,
- 'l.log_id DESC',
+ 'l.log_id ASC',
'guest',
),
array(
@@ -84,7 +84,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0,
1,
0,
- 'l.log_id DESC',
+ 'l.log_id ASC',
'',
),
array(
@@ -99,7 +99,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0,
0,
0,
- 'l.log_id DESC',
+ 'l.log_id ASC',
'',
),
array(
@@ -114,7 +114,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0,
0,
0,
- 'l.log_id DESC',
+ 'l.log_id ASC',
'',
),
array(
@@ -129,7 +129,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
0,
0,
0,
- 'l.log_id DESC',
+ 'l.log_id ASC',
'',
),
);