Bug 20750: Add unit tests
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Tue, 2 Oct 2018 13:56:53 +0000 (14:56 +0100)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 15 Mar 2019 19:07:08 +0000 (19:07 +0000)
commit58b81110dcd871bb0eb5131f4af2b3179dbcc2d5
tree3961d154e014c44c050f70bd89cfe436993bd966
parent79d64a37a0d200fc3f6ecf03731ff6c954fc0749
Bug 20750: Add unit tests

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Bug 20750: (follow-up) Remove status_alias test

This test is now redundant.

We can't test the return of $req->status_alias against the value of
$req->{status_alias} any more since we've overloaded the status_alias
method and it won't always return the value of the object's property.

We test the functionality of the status_alias method elsewhere so we're
still covered.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
t/Log.t
t/db_dependent/Illrequest/Logger.t [new file with mode: 0644]
t/db_dependent/Illrequests.t