Skip to content

Commit

Permalink
Item109: AdminGroup was in the list twice?
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@678 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Nov 15, 2008
1 parent d37a431 commit 4a71f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/FuncUsersTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ sub verify_eachGroupTraditional {
if ($TWiki::cfg{UserMappingManager} eq 'TWiki::Users::BaseUserMapping') {
@correctList = qw/AdminGroup TWikiBaseGroup/;
} else {
@correctList = qw/AdminGroup AandBGroup AandCGroup BandCGroup ScumGroup AdminGroup TWikiBaseGroup/;
@correctList = qw/AandBGroup AandCGroup BandCGroup ScumGroup AdminGroup TWikiBaseGroup/;
}
my $correct = join(',', sort @correctList);
$this->assert_str_equals($correct, $ulist);
Expand Down

0 comments on commit 4a71f2f

Please sign in to comment.