tokuhirom / p6-Crust

PSGI library stack for Perl6
Artistic License 2.0
66 stars 18 forks source link

Fix test about hash comparison #65

Closed syohex closed 8 years ago

syohex commented 8 years ago

We should use is-deeply for hash comparison instead of is. (This test is failed with latest Perl6(Moar) because Hash.Str is changed. )

# Failed test at t/crust/utils.t line 16
    # expected: 'name   upload filename hello.pl'
    #      got: 'filename   hello.pl
# name  upload'
    # Looks like you failed 1 test of 2
syohex commented 8 years ago

ping