Bug 10334

Summary: UT: t/db_dependent/needs_user_input/* are unusable
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P5 - low CC: chris, gmcharlt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on:    
Bug Blocks: 10273    
Attachments: MT10334: t/db_dependent/needs_user_input/* are unusable
MT10334: t/db_dependent/needs_user_input/* are unusable
Bug 10334 - UT: t/db_dependent/needs_user_input/* are unusable

Description Jonathan Druart 2013-05-24 13:08:38 UTC
t/db_dependent/needs_user_input/Auth.t and t/db_dependent/needs_user_input/Auth_with_ldap.t seem not really useful. If I refer to the git history, it seems that they are antiquated tests.

The first one is not compilable:
perl -wc t/db_dependent/needs_user_input/Auth.t
Can't locate override_context_prefs.pm
Comment 1 Jonathan Druart 2013-05-24 13:10:30 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2013-05-24 21:23:36 UTC
Yes I concur these tests are not working. Having them there makes people think things are being tested when they aren't, happy to sign off on their removal.
Comment 3 Chris Cormack 2013-05-24 21:28:12 UTC Comment hidden (obsolete)
Comment 4 Kyle M Hall (khall) 2013-06-21 13:12:36 UTC
Created attachment 19186 [details] [review]
Bug 10334 - UT: t/db_dependent/needs_user_input/* are unusable

t/db_dependent/needs_user_input/Auth.t and
t/db_dependent/needs_user_input/Auth_with_ldap.t seem not really useful.
If I refer to the git history, it seems that they are antiquated tests.

The first one is not compilable:
perl -wc t/db_dependent/needs_user_input/Auth.t
Can't locate override_context_prefs.pm

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 5 Galen Charlton 2013-06-21 14:35:00 UTC
Pushed to master.  Thanks, Jonathan!