MDL-47617 behat: Fixed behat sorting failure
authorAdrian Greeve <adrian@moodle.com>
Tue, 14 Oct 2014 03:30:01 +0000 (11:30 +0800)
committerAdrian Greeve <adrian@moodle.com>
Tue, 14 Oct 2014 03:30:01 +0000 (11:30 +0800)
commitc1a27029feb984e891e57a2b6e188e5c2ae8e267
tree71d79146c2423d1207e5dd115cbf7dd5c0f84f0c
parentd3ff82257e91d7d4157f16d53d63cf45e4253309
MDL-47617 behat: Fixed behat sorting failure

Postgres and MySQL treat values that are null differently
when sorting. MySQL will sort null values above fields with
values and Postgres will be vice versa. I removed the checks
against the Admin User.

Oracle treats lower case values different to upper case values
and so I have modified the test so that all Names start with
an Uppercase letter.
user/tests/behat/table_sorting.feature