Bug #11082: Admin group has been removed from Visitor Group.

This commit is contained in:
Colin Kuskie 2009-10-02 14:09:06 -07:00
parent 62cb3a4b9c
commit 26f7dd8bca
3 changed files with 20 additions and 5 deletions

View file

@ -75,7 +75,7 @@ my @ipTests = (
);
plan tests => (152 + scalar(@scratchTests) + scalar(@ipTests)); # increment this value for each test you create
plan tests => (151 + scalar(@scratchTests) + scalar(@ipTests)); # increment this value for each test you create
my $session = WebGUI::Test->session;
my $testCache = WebGUI::Cache->new($session, 'myTestKey');
@ -660,10 +660,6 @@ ok( !$cacheDude->isInGroup($gB->getId), "Cache dude is not a member of group B")
##Admin group inclusion check.
my $vgroup = WebGUI::Group->new($session, 1);
my $vgroups = $vgroup->getGroupsIn();
ok( isIn(3, @{ $vgroups }), 'Admin Group is in Group Visitor');
SKIP: {
skip("need to test expiration date in groupings interacting with recursive or not", 1);
ok(undef, "expiration date in groupings for getUser");