http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10900
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |[email protected] --- Comment #19 from Kyle M Hall <[email protected]> --- Looks like this patch is causing Circulation_barcodedecode.t to fails some tests. All the unit tests pass on master. perl t/Circulation_barcodedecode.t 1..26 ok 1 - use C4::Circulation; ok 2 - EAN13: '892685001928' => '0892685001928' ok 3 - EAN13: '695152' => '0000000695152' ok 4 - T-prefix: 'T0031472' => 'T0031472' ok 5 - T-prefix: 'T32' => 'T0000002' ok 6 - cuecat: '26002315' => '26002315' ok 7 - cuecat: '.C3nZC3nZC3nYD3b6ENnZCNnY.fHmc.C3D1Dxr2C3nZE3n7.' => '046675000808' ok 8 - cuecat: '.C3nZC3nZC3nYD3b6ENnZCNnY.fHmc.C3D1Dxr2C3nZE3n7. # ' => '046675000808' ok 9 - cuecat: 'q.C3nZC3nZC3nWDNzYDxf2CNnY.fHmc.C3DWC3nZCNjXD3nW.' => '043000112403' ok 10 - cuecat: '.C3nZC3nZC3nWCxjWE3D1C3nX.cGf2.ENr7C3v7D3T3ENj3C3zYDNnZ.' => '978068484914051500' not ok 11 - libsuite8: 'b000126' => 'IMS-b-126' # Failed test ' libsuite8: 'b000126' => 'IMS-b-126'' # at t/Circulation_barcodedecode.t line 38. # Bad output: 'kale-b-126' not ok 12 - libsuite8: 'b12' => 'IMS-b-12' # Failed test ' libsuite8: 'b12' => 'IMS-b-12'' # at t/Circulation_barcodedecode.t line 38. # Bad output: 'kale-b-12' not ok 13 - libsuite8: 'B0126' => 'IMS-B-126' # Failed test ' libsuite8: 'B0126' => 'IMS-B-126'' # at t/Circulation_barcodedecode.t line 38. # Bad output: 'kale-B-126' not ok 14 - libsuite8: 'IMS-B-126' => 'IMS-B-126' # Failed test ' libsuite8: 'IMS-B-126' => 'IMS-B-126'' # at t/Circulation_barcodedecode.t line 38. # Bad output: 'kale-IMS-B--126' not ok 15 - libsuite8: 'ims-b-126' => 'ims-b-126' # Failed test ' libsuite8: 'ims-b-126' => 'ims-b-126'' # at t/Circulation_barcodedecode.t line 38. # Bad output: 'kale-ims-b--126' not ok 16 - libsuite8: 'CD0000024' => 'IMS-CD-24' # Failed test ' libsuite8: 'CD0000024' => 'IMS-CD-24'' # at t/Circulation_barcodedecode.t line 38. # Bad output: 'kale-CD-24' not ok 17 - libsuite8: '00123' => 'IMS-b-123' # Failed test ' libsuite8: '00123' => 'IMS-b-123'' # at t/Circulation_barcodedecode.t line 38. # Bad output: 'kale-b-123' not ok 18 - libsuite8: '11998' => 'IMS-b-11998' # Failed test ' libsuite8: '11998' => 'IMS-b-11998'' # at t/Circulation_barcodedecode.t line 38. # Bad output: 'kale-b-11998' ok 19 - other: '26002315' => '26002315' ok 20 - other: 'T0031472' => 'T0031472' ok 21 - other: 'T32' => 'T32' ok 22 - other: 'Alphanum123' => 'Alphanum123' ok 23 - other: 'Alpha Num 345' => 'Alpha Num 345' ok 24 - whitespace: ' 26002315' => '26002315' ok 25 - whitespace: '26002315 ' => '26002315' ok 26 - whitespace: ' # 26002315 # ' => '26002315' # Looks like you failed 8 tests of 26. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
