Fix number of tests in Utility.t

Add help for dashboard and fix labels.
Remove startDate, endDate from Asset help.
Update Help template to show UI levels as data rather than content.
This commit is contained in:
Colin Kuskie 2006-03-03 05:28:53 +00:00
parent 9aac37ac91
commit c323789d64
6 changed files with 59 additions and 46 deletions

View file

@ -16,7 +16,7 @@ use lib "$FindBin::Bin/lib";
use WebGUI::Test;
use WebGUI::Session;
use Test::More tests => 22; # increment this value for each test you create
use Test::More tests => 21; # increment this value for each test you create
my $session = WebGUI::Test->session;