Tests for getDefault.
This commit is contained in:
parent
df9e058f89
commit
b12ed7ef47
1 changed files with 6 additions and 0 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue