ccutrer / openhab-jrubyscripting

JRuby Libraries for Openhab
Eclipse Public License 2.0
1 stars 1 forks source link

rspec failing in 2023 #161

Closed jimtng closed 1 year ago

jimtng commented 1 year ago

Happy New Year! These specs are failing in 2023

rspec ./spec/openhab/core_ext/java/month_day_spec.rb:143 # Java::JavaTime::MonthDay#<=> with a LocalDate is expected to be < 2022-11-10
rspec ./spec/openhab/core_ext/java/month_day_spec.rb:141 # Java::JavaTime::MonthDay#<=> with a LocalDate is expected not to be >= 2022-11-10
rspec ./spec/openhab/core_ext/java/month_day_spec.rb:136 # Java::JavaTime::MonthDay#<=> with a LocalDate is expected to eq 2022-11-09
rspec ./spec/openhab/core_ext/java/month_day_spec.rb:144 # Java::JavaTime::MonthDay#<=> with a LocalDate is expected not to be > 2022-11-09
rspec ./spec/openhab/core_ext/java/month_day_spec.rb:106 # Java::JavaTime::MonthDay#<=> with a Date is expected to be <= 2022-11-09
rspec ./spec/openhab/core_ext/java/month_day_spec.rb:104 # Java::JavaTime::MonthDay#<=> with a Date is expected to eq 2022-11-09
rspec ./spec/openhab/core_ext/java/month_day_spec.rb:109 # Java::JavaTime::MonthDay#<=> with a Date is expected not to be >= 2022-11-10
rspec ./spec/openhab/core_ext/java/month_day_spec.rb:112 # Java::JavaTime::MonthDay#<=> with a Date is expected not to be > 2022-11-09
rspec ./spec/openhab/core_ext/java/month_day_spec.rb:111 # Java::JavaTime::MonthDay#<=> with a Date is expected to be < 2022-11-10
rspec ./spec/openhab/core_ext/ruby/date_spec.rb:19 # Date#- works with LocalDate and returns a Period