X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F02_common.t;h=f7d949a833690d0d41da5e8062958466f15fcd45;hb=975055914729daa5d622a6abe072be35a008b11e;hp=c3ed2b5c30adee260f6fc8909d7391c3f60390c5;hpb=d3e290e8078f517dc9cb8e4ca7754b37da322107;p=debbugs.git diff --git a/t/02_common.t b/t/02_common.t index c3ed2b5..f7d949a 100644 --- a/t/02_common.t +++ b/t/02_common.t @@ -1,10 +1,11 @@ # -*- mode: cperl;-*- -use Test::More tests => 5; +use Test::More tests => 3; use Encode qw(decode_utf8); use_ok('Debbugs::Common'); -is_deeply(Debbugs::Common::encode_utf8_structure( +use_ok('Debbugs::UTF8'); +is_deeply(Debbugs::UTF8::encode_utf8_structure( {a => decode_utf8('föö'), b => [map {decode_utf8($_)} qw(blëh bl♥h)], }),