Ignore:
Timestamp:
11/11/08 04:49:23 (4 years ago)
Author:
SvenDowideit
Message:

Item109: wrong alpha order fails unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TWikiUserMappingContrib/test/unit/TWikiUserMappingContrib/TWikiUserMappingTests.pm

    r527 r537  
    224224    $this->assert($k =~ s/^GeorgeUser,//,$k); 
    225225    $this->assert($k =~ s/^GungaDin,//,$k); 
     226    $this->assert($k =~ s/^ProjectContributor,//,$k); 
    226227    $this->assert($k =~ s/^SadOldMan,//,$k); 
    227228    $this->assert($k =~ s/^SorryOldMan,//,$k); 
    228229    $this->assert($k =~ s/^StupidOldMan,//,$k); 
    229     $this->assert($k =~ s/^ProjectContributor,//,$k); 
    230230    $this->assert($k =~ s/^TWikiGuest,//,$k); 
    231231    $this->assert($k =~ s/^TWikiRegistrationAgent,//,$k); 
Note: See TracChangeset for help on using the changeset viewer.