add uiLevel asset attribute. Begin to work on write.
This commit is contained in:
parent
bfccc1fa6f
commit
0627d7adbf
4 changed files with 76 additions and 75 deletions
|
|
@ -140,3 +140,8 @@ my $session = WebGUI::Test->session;
|
|||
isa_ok $asset, 'WebGUI::Asset';
|
||||
is $asset->title, 'Root', 'got the right asset';
|
||||
}
|
||||
|
||||
{
|
||||
note "uiLevel";
|
||||
is +WebGUI::Asset->meta->uiLevel, 1, 'uiLevel: default for assets is 1';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@ use WebGUI::Test;
|
|||
[qw/asset/],
|
||||
'get_tables works for a simple asset'
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue