18 Nov
2014
18 Nov
'14
4:07 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13278 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 33635 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33635&action=edit Bug 13278: t/Search.t shouldn't depend on the DB To reproduce: - Stop your MySQL server: $ sudo service mysql stop - Run $ prove t/Search.t => FAIL: some tests fail because of mysql stopped To test (MySQL still stopped) - Apply the patch - Run $ prove t/Search.t => SUCCESS: tests pass because the ycan be loaded regardless of the absence of the DB server - Sign off :-D Regards -- You are receiving this mail because: You are watching all bug changes.