jmcnamara / excel-writer-xlsx

Perl module to create Excel XLSX files.
https://metacpan.org/pod/distribution/Excel-Writer-XLSX/lib/Excel/Writer/XLSX.pm
Other
100 stars 51 forks source link

t/chart/sub_add_series.t test failed #287

Closed YuseiUeno closed 1 year ago

YuseiUeno commented 1 year ago
t/chart/sub_add_series.t .............................. 1/5
#   Failed test '       Chart: add_series()'
#   at t/lib/TestFunctions.pm line 356.
#     Structures begin differing at:
#          $got->{_inverted_color} = undef
#     $expected->{_inverted_color} = Does not exist

#   Failed test '       Chart: add_series()'
#   at t/lib/TestFunctions.pm line 356.
#     Structures begin differing at:
#          $got->[0]{_inverted_color} = undef
#     $expected->[0]{_inverted_color} = Does not exist

#   Failed test '       Chart: add_series()'
#   at t/lib/TestFunctions.pm line 356.
#     Structures begin differing at:
#          $got->[0]{_inverted_color} = undef
#     $expected->[0]{_inverted_color} = Does not exist

#   Failed test '       Chart: add_series()'
#   at t/lib/TestFunctions.pm line 356.
#     Structures begin differing at:
#          $got->{_inverted_color} = undef
#     $expected->{_inverted_color} = Does not exist

#   Failed test '       Chart: add_series()'
#   at t/lib/TestFunctions.pm line 356.
#     Structures begin differing at:
#          $got->{_inverted_color} = undef
#     $expected->{_inverted_color} = Does not exist
# Looks like you failed 5 tests of 5.
jmcnamara commented 1 year ago

Thanks. I'll look into that.

jmcnamara commented 1 year ago

Fixed on main. I've added a GitHub Action so things like this don't slip through in future. Thanks for the report.