-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit test fails using Postgres #2
Comments
This is not related to issue #1. The problem is that the unit test depends on the order of courses returned from 'report_ncccscensus_get_courses'. It is presuming they are returned in order of "id" but the function does not specify an order. |
That's pretty much my conclusion. I found the same problem on Friday, and am fixing it today. |
Don't worry. I just fixed it. I'll supply the pull request momentarily. |
This pull fixes this issue = PoetOS@3d99414 |
A unit test that works with MySQL fails under Postgres.
MySQL version - https://travis-ci.org/POETGroup/moodle-report_ncccscensus/jobs/164651761#L701
Postgres version - https://travis-ci.org/POETGroup/moodle-report_ncccscensus/jobs/164651760#L701
This may be related to #1 ?
The text was updated successfully, but these errors were encountered: