From f798ae533b9f36ee0ddafe5b6b2cdee27d76e506 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 21 Jan 2010 21:44:28 -0800 Subject: [PATCH] remove newByDynamicClass tests, which was replaced by newById --- t/Asset/Asset.t | 11 ----------- 1 file changed, 11 deletions(-) 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