Skip to content

Commit

Permalink
MDL-26333 dml - fix test (AS not in tables/views)
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 9, 2011
1 parent f30a13a commit d911c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dml/simpletest/testdml.php
Original file line number Diff line number Diff line change
Expand Up @@ -3709,7 +3709,7 @@ public function test_limits_and_offsets() {
LEFT JOIN (
SELECT t.id, t.name
FROM {{$tablename}} t
) AS t2 ON t2.name = t.name
) t2 ON t2.name = t.name
GROUP BY t.name
ORDER BY t.name ASC";
$this->assertTrue($records = $DB->get_records_sql($sqlqm));
Expand Down

0 comments on commit d911c72

Please sign in to comment.