diff --git a/t/Asset.t b/t/Asset.t index f7d35286e..94941d91d 100644 --- a/t/Asset.t +++ b/t/Asset.t @@ -262,3 +262,9 @@ my $session = WebGUI::Test->session; 'get_tables works on inherited classes' ); } + +{ + note "getDefault"; + my $asset = WebGUI::Asset->getDefault($session); + $asset->isa('WebGUI::Asset::Wobject::Layout'); +}