Remove isa check since the class names are not predictable.
This commit is contained in:
parent
e924f9d3df
commit
2c780536e8
1 changed files with 0 additions and 6 deletions
|
|
@ -108,12 +108,6 @@ use WebGUI::Test;
|
|||
'->meta->get_property_list returns properties as a list in insertion order'
|
||||
);
|
||||
|
||||
::cmp_deeply(
|
||||
[ $object->meta->get_all_properties ],
|
||||
::array_each(::isa('WebGUI::Definition::Meta::Property::Asset')),
|
||||
'->meta->get_all_properties returns a list of Properties'
|
||||
);
|
||||
|
||||
::cmp_deeply(
|
||||
[$object->getProperties ],
|
||||
[qw/property2 property1/],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue