use proper JSON encoding/decoding
This commit is contained in:
parent
7023683b48
commit
bf9bd2f0d2
18 changed files with 54 additions and 54 deletions
|
|
@ -107,7 +107,7 @@ isa_ok($matrixListing, 'WebGUI::Asset::MatrixListing');
|
|||
$session->user({userId => 3});
|
||||
my $json = $matrix->www_getCompareFormData('score');
|
||||
|
||||
my $compareFormData = JSON->new->utf8->decode($json);
|
||||
my $compareFormData = JSON->new->decode($json);
|
||||
|
||||
cmp_deeply(
|
||||
$compareFormData,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue