jberger / Galileo

A Simple Modern Perl CMS
http://galileo-cms.herokuapp.com
166 stars 38 forks source link

Tests fail with Mojolicious 6.22 #47

Closed eserte closed 9 years ago

eserte commented 9 years ago

All test failures seem to mention JSON Pointer mismatches:

    #   Failed test 'exact match for JSON Pointer ""'
    #   at t/basic.t line 88.
    #     Structures begin differing at:
    #          $got->{success} = 1
    #     $expected->{success} = '1'

    #   Failed test 'exact match for JSON Pointer ""'
    #   at t/basic.t line 107.
    #     Structures begin differing at:
    #          $got->{success} = 0
    #     $expected->{success} = '0'
    # Looks like you failed 2 tests of 18.

#   Failed test 'Edit Page'
#   at t/basic.t line 113.

Full test reports will be available in a few hours at http://matrix.cpantesters.org/?dist=Galileo%200.038

jberger commented 9 years ago

Fixed by 651a833d77b53115482e4083d9b3484dbb74be06

Released as 0.039, thanks!