remove newByDynamicClass tests, which was replaced by newById
This commit is contained in:
parent
f0b263df6c
commit
f798ae533b
1 changed files with 0 additions and 11 deletions
|
|
@ -469,17 +469,6 @@ TODO: {
|
||||||
ok(0, 'Validate form output');
|
ok(0, 'Validate form output');
|
||||||
}
|
}
|
||||||
|
|
||||||
################################################################
|
|
||||||
#
|
|
||||||
# newByDynamicClass
|
|
||||||
#
|
|
||||||
################################################################
|
|
||||||
|
|
||||||
my $newFixTitleAsset = WebGUI::Asset->newByDynamicClass($session, $fixTitleAsset->getId);
|
|
||||||
isnt($newFixTitleAsset, undef, 'newByDynamicClass did not fail');
|
|
||||||
isa_ok($newFixTitleAsset, 'WebGUI::Asset', 'newByDynamicClass: able to look up an existing asset by id');
|
|
||||||
cmp_deeply($newFixTitleAsset->{_properties}, $fixTitleAsset->{_properties}, 'newByDynamicClass created a duplicate asset');
|
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
#
|
#
|
||||||
# getNotFound
|
# getNotFound
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue