add uiLevel asset attribute. Begin to work on write.

This commit is contained in:
Colin Kuskie 2010-01-04 19:14:53 -08:00
parent bfccc1fa6f
commit 0627d7adbf
4 changed files with 76 additions and 75 deletions

View file

@ -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';
}

View file

@ -134,6 +134,7 @@ use WebGUI::Test;
[qw/asset/],
'get_tables works for a simple asset'
);
}
{