[Koha-bugs] [Bug 18746] New: Text_CSV_Various.t parse failure

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 7 17:51:43 CEST 2017


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

            Bug ID: 18746
           Summary: Text_CSV_Various.t parse failure
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Test Suite
          Assignee: chris at bigballofwax.co.nz
          Reporter: ldjamison at marywood.edu
        QA Contact: gmcharlt at gmail.com

Unit Test command 'prove -v xt/author/Text_CSV_Various.t' fails even with
prerequisite modules installed

According to the Koha Wiki signoff documentation, in order for 'prove xt/' to
pass, the following modules must be installed:

Test::Pod;
Test::Pod::Spelling
Text::CSV::Unicode

however, even with these modules installed, running the prove command on
Text_CSV_Various.t exits with the following outputs:


not ok 10 - parse (Text::CSV)
not ok 13 - parse (Text::CSV::Unicode)
not ok 16 - parse (Text::CSV_XS)
not ok 19 - parse (Text::CSV)
not ok 22 - parse (Text::CSV::Unicode)
not ok 25 - parse (Text::CSV_XS)
ok 26 - parse (Text::CSV_XS (binary))
ok 27 - Number of fields (6 of 6)
    field 1: field1
    field 2: second field
    field 3: field3
    field 4: do_we_have_a_e_problem? (the _e_ appears to have a dot over it
which appears - after researching - to be the 9th letter of the Lithuanian
alphabet)
    field 5:  f!fth field
    field 6: lastfield

# For each of the above "not ok" and "ok" failures, it prints the following
message:
Failed test 'parse (Module::Name)'
at xt/author/Text_CSV_Various.t line 57.
Wide character in print at xt/author/Text_CSV_Various.t line 63.

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


More information about the Koha-bugs mailing list