removing diag to clean up smoke test output

This commit is contained in:
Colin Kuskie 2006-04-20 18:43:20 +00:00
parent 3803e3b2ff
commit 499981d092
3 changed files with 0 additions and 12 deletions

View file

@ -83,7 +83,6 @@ $testCache->flush;
my $g = WebGUI::Group->new($session, "new");
diag("Object creation and defaults");
is (ref $g, "WebGUI::Group", "Group object creation");
my $gid = $g->getId;
isnt ($gid, "new", "Group assigned new groupId, not new");