[Koha-bugs] [Bug 13274] t/00-load.t shouldn't depend on the DB

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 18 04:29:09 CET 2014


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

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 33632
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33632&action=edit
Bug 13274: t/00-load.t shouldn't depend on the DB

To reproduce:
- Stop your MySQL server:
  $ sudo service mysql stop
- Run
  $ prove t/00-load.t
=> FAIL: some tests fail because of mysql stopped

To test (MySQL still stopped)
- Apply the patch
- Run
  $ prove t/00-load.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.


More information about the Koha-bugs mailing list