Update utf8 test

This commit is contained in:
Xavier Guimard 2016-01-07 22:31:58 +00:00
parent ea87afe8b8
commit 49686ebb8e

View File

@ -5,10 +5,12 @@
use Test::More;
use JSON::MaybeXS;
use strict;
use utf8;
require 't/test-lib.pm';
my $href = &client->jsonResponse('/confs/1/cfgAuthor');
print STDERR Dumper($href);use Data::Dumper;
ok( $href->{value} eq "The LemonLDAP::NG team ©", 'Value is well encoded' );
count(1);
done_testing( count() );