Koha/t/db_dependent/Members
Jonathan Druart b1ba7fac2c Bug 18292: Remove return 1 statements in tests
The test files do not need to return 1

Patch generated with:
perl -p -i -e "s/^1;\n//xsm" t/**/*.t

Test plan:
  git grep '^1;$' t/**/*.t
should not return any results

NOTE: does not fix C4/SIP/t, nor xt tests.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-08-15 12:17:42 -03:00
..
Attributes.t Bug 18420: Do not use 'S' as patron category code in other tests 2017-04-21 10:49:25 -04:00
GetAllIssues.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00
GetOverdues.t Bug 17829: Move GetMember to Koha::Patron 2017-07-10 13:14:19 -03:00
GetPendingIssues.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00
IssueSlip.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00
Statistics.t Bug 16443: [QA Follow-up] Add two tests for get_fields 2016-06-10 16:35:10 +00:00