https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18066
Julian Maurice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #18 from Julian Maurice <[email protected]> --- Some tests are failing: t/db_dependent/UsageStats.t .. 1/59 # Failed test ''$report->{library} is a HASH' isa 'HASH'' # at t/db_dependent/UsageStats.t line 91. # '$report->{library} is a HASH' isn't defined # Failed test 'There are 6 fields in HASH(0x84c72f0)' # at t/db_dependent/UsageStats.t line 92. # got: '0' # expected: '6' # Failed test 'UsageStatsID is good' # at t/db_dependent/UsageStats.t line 93. # got: undef # expected: '0' # Failed test 'UsageStatsLibraryName is good' # at t/db_dependent/UsageStats.t line 94. # got: undef # expected: '' # Failed test 'UsageStatsLibraryUrl is good' # at t/db_dependent/UsageStats.t line 95. # got: undef # expected: '' # Failed test 'UsageStatsLibraryType is good' # at t/db_dependent/UsageStats.t line 96. # got: undef # expected: '' # Failed test 'UsageStatsCountry is good' # at t/db_dependent/UsageStats.t line 97. # got: undef # expected: '' # Failed test ''$report->{library} is a HASH' isa 'HASH'' # at t/db_dependent/UsageStats.t line 111. # '$report->{library} is a HASH' isn't defined # Failed test 'There are 6 fields in HASH(0x84554f8)' # at t/db_dependent/UsageStats.t line 112. # got: '0' # expected: '6' # Failed test 'UsageStatsID is good' # at t/db_dependent/UsageStats.t line 113. # got: undef # expected: '1' # Failed test 'UsageStatsLibraryName is good' # at t/db_dependent/UsageStats.t line 114. # got: undef # expected: 'NAME' # Failed test 'UsageStatsLibraryUrl is good' # at t/db_dependent/UsageStats.t line 115. # got: undef # expected: 'URL' # Failed test 'UsageStatsLibraryType is good' # at t/db_dependent/UsageStats.t line 116. # got: undef # expected: 'TYPE' # Failed test 'UsageStatsCountry is good' # at t/db_dependent/UsageStats.t line 117. # got: undef # expected: 'COUNTRY' # Failed test 'UsageStatsLibrariesInfo is good' # at t/db_dependent/UsageStats.t line 119. # got: undef # expected: '33' # Looks like you failed 15 tests of 59. t/db_dependent/UsageStats.t .. Dubious, test returned 15 (wstat 3840, 0xf00) Failed 15/59 subtests Test Summary Report ------------------- t/db_dependent/UsageStats.t (Wstat: 3840 Tests: 59 Failed: 15) Failed tests: 12-18, 21-28 Additionally, the map in usage_statistics.pl can be positioned outside the borders of its container. I'll attach screenshots to show what I mean -- 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/
