Bug 15288: (QA followup) Tests still point to old 500.tt file
authorTomas Cohen Arazi <tomascohen@unc.edu.ar>
Mon, 29 Feb 2016 17:27:59 +0000 (14:27 -0300)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 2 Mar 2016 23:13:35 +0000 (23:13 +0000)
commit348cfe6e0aa49e5149eef2bd8e6eda75a7706e60
tree6ed3b64e98b731460c82755aea69ce5bc82588cd
parent74fbe017efd81a7e686aff4e9a5fa944793f27d5
 Bug 15288: (QA followup) Tests still point to old 500.tt file

This patch fixes the t/db_dependent/Auth.t so they don't look for the removed
file and use the new one instead.

To test:
- On master, run
  $ prove t/db_dependent/Auth.t
=> FAIL: You get something similar to this:

- Apply the patch
- Re-run the tests
=> SUCCESS: Tests now pass.

Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
t/db_dependent/Auth.t