diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-03-31 14:38:23 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-03-31 14:46:06 +0100 |
commit | dc5e30296d78b3171188acaef8bca1ae4e7b4596 (patch) | |
tree | be6d806a385b9a74ff5d97d1abad34417488b75e /perllib/Catalyst | |
parent | 7d0362ca6a8db2909bbd550edc267f31c24bc42e (diff) |
Fix test issue running on PostgreSQL>=9.2 on Mac.
Test::PostgreSQL sets up a new database with initdb and empties the
generated postgresql.conf; PostgreSQL 9.2+ sets its locale/timezone
information at the initdb stage, not when it is run. It is possible
therefore for the tests to be in one timezone but the test database
to be in another (GMT) – causing a test failure when e.g. an update
is created manually. Make sure the first comment is well before the
others being tested, so there is no chance the order gets confused.
Diffstat (limited to 'perllib/Catalyst')
0 files changed, 0 insertions, 0 deletions