https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39971 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #30 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- (In reply to Lucas Gass (lukeg) from comment #29)
[FAIL] members/memberentry.pl FAIL tidiness File is not tidy, please run `perl misc/devel/tidy.pl members/memberentry.pl` [PASS] t/db_dependent/Koha/Patron/Attribute/Types.t
Processing additional checks PASS!
* Was this bug sponsored by anyone?
Running tests (1) * Proving /kohadevbox/koha/t/db_dependent/Koha/Patron/Attribute/Types.t FAIL
# Failed test 'Found all three expected values' # at /kohadevbox/koha/t/db_dependent/Koha/Patron/Attribute/Types.t line 589. # got: '0' # expected: '3'
# Failed test 'We get only 2 values when from a different branch' # at /kohadevbox/koha/t/db_dependent/Koha/Patron/Attribute/Types.t line 607. # got: '0' # expected: '2'
# Failed test 'We get all 3 expected values' # at /kohadevbox/koha/t/db_dependent/Koha/Patron/Attribute/Types.t line 625. # got: '0' # expected: '3' # Looks like you planned 12 tests but ran 4. # Looks like you failed 3 tests of 4 run.
# Failed test 'pattron_attributes_form tests' # at /kohadevbox/koha/t/db_dependent/Koha/Patron/Attribute/Types.t line 627.
This was a "me" problem. The lesson is, don't run tests after you've dropped your test database. ;) -- You are receiving this mail because: You are watching all bug changes.