[Koha-bugs] [Bug 10539] Remove unused unit tests in lib/KohaTest

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 4 10:21:27 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10539

--- Comment #2 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 19390
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19390&action=edit
Bug 10539: Followup for removing KohaTest unit tests

Adds a line to skip testing Koha::Plugins::Base in t/00-load.t. This needs
some attention.
Makefile.PL: Adds always-false condition to skip section of creating file
t/test-config.txt. This file is no longer used. (Next step should be to
remove that code.)
Removes t/Makefile and t/rewrite-config-test for the same reason.
Modifies XISBN.t to remove two commented lines.

Test plan:
Grep for KohaTest, database_dependent, config-test, t/Makefile.
Run perl Makefile.PL and include running the test suite.
This may fail on t/00-valid-xml.t and t/QueryParser.t, but that is not the
result of this patch.
I had this result:

Test Summary Report:
t/00-valid-xml.t                  (Wstat: 1792 Tests: 381 Failed: 7)
  Failed tests:  10, 30-31, 169, 181, 201-202
  Non-zero exit status: 7
t/QueryParser.t                   (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=92, Tests=12385, 45 wallclock secs ( 1.74 usr  0.15 sys + 26.61 cusr 
1.92 csys = 30.42 CPU)
Result: FAIL
Failed 2/92 test programs. 7/12385 subtests failed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list