final asssetManager i18n re: 4214
This commit is contained in:
parent
d45e17bfa3
commit
0c2ca8184c
5 changed files with 27 additions and 8 deletions
|
|
@ -37,8 +37,6 @@ my $properties = {
|
|||
};
|
||||
$snippet->update($properties);
|
||||
|
||||
use Data::Dumper;
|
||||
Dumper($properties);
|
||||
foreach my $property (keys %{$properties}) {
|
||||
is ($snippet->get($property), $properties->{$property}, "updated $property is ".$properties->{$property});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue