diff --git a/t/Asset/Asset.t b/t/Asset/Asset.t index eecb052c0..aec9e1648 100644 --- a/t/Asset/Asset.t +++ b/t/Asset/Asset.t @@ -469,17 +469,6 @@ TODO: { 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