https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42188

--- Comment #27 from Lucas Gass (lukeg) <[email protected]> ---
prove -v /kohadevbox/koha/t/db_dependent/Biblio.t

# Subtest: ModBiblio on invalid record
    1..4
    ok 1 - Modification of biblio was successful and recorded
    not ok 2 - Biblio data logged in action log info

    #   Failed test 'Biblio data logged in action log info'
    #   at /kohadevbox/koha/t/db_dependent/Biblio.t line 1228.
    #                   'biblio {
    #    "frameworkcode" : "",
    #    "_marc" : {
    #       "fields" : [
    #          {
    #             "001" : "1180"
    #          },
    #          {
    #             "005" : "20260506142821.0"
    #          },
    #          {
    #             "650" : {
    #                "subfields" : [
    #                   {
    #                      "a" : "00aD000015937"
    #                   }
    #                ],
    #                "ind2" : " ",
    #                "ind1" : " "
    #             }
    #          },
    #          {
    #             "999" : {
    #                "ind1" : " ",
    #                "ind2" : " ",
    #                "subfields" : [
    #                   {
    #                      "c" : "1180"
    #                   },
    #                   {
    #                      "9" : "1022"
    #                   }
    #                ]
    #             }
    #          },
    #          {
    #             "998" : {
    #                "ind1" : " ",
    #                "ind2" : " ",
    #                "subfields" : [
    #                   {
    #                      "a" : "321"
    #                   },
    #                   {
    #                      "b" : "Jane Doe"
    #                   },
    #                   {
    #                      "c" : "321"
    #                   },
    #                   {
    #                      "d" : "Jane Doe"
    #                   }
    #                ]
    #             }
    #          }
    #       ],
    #       "leader" : "00130    a2200073   4500"
    #    },
    #    "opac_suppressed" : 0
    # }
    # '
    #     doesn't match '(?^u:biblionumber)'
    ok 3 - Diff column is populated for MODIFY
    ok 4 - MARC field changes are captured in the diff column
    # Looks like you failed 1 test of 4.
not ok 21 - ModBiblio on invalid record

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to