[Koha-bugs] [Bug 7593] merging bib records loses connection to order line

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 16 21:49:18 CEST 2013


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

--- Comment #55 from Chris Cormack <chris at bigballofwax.co.nz> ---
(In reply to comment #54)
> (In reply to comment #48)
> > Jenkins just has all the sample data on a Debian Squeeze server and runs the
> > entire build/test process every time there is a change to the source code.
> > http://wiki.koha-community.org/wiki/Continuous_Integration
> 
> Hello Jared,
> In fact I don't understand at all why tests fail.
> Maybe I missed something.
> What are sample data? Is it sql files in installer/data/mysql/en/optional?
> I don't find any insert into the acquisition tables and
> t/db_dependent/Acquisition.t does not add orders. How is created this order?
> 
> I suspect that the biblionumber key (l.44) is empty but I cannot check it :-/
> 
> (I include Chris in the loop)

The tests fail, because they are dependent on orders existing for an existing
supplier, but the test does not set up any of this up, so they work
coincidentally on systems that have it set up, skip on others that have no
orders, fail on others that have some orders but not the ones the test is
expecting.

I will make jenkins have data to make these tests pass, in future it would be
good to make the tests test creating and deleting orders too, so that they can
pass on any database.

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


More information about the Koha-bugs mailing list