Ignore:
Timestamp:
11/09/08 17:42:08 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: 2nd wave of renaming TWikiContributor to ProjectContributor
Michael may want to look at ldap contrib
I added ProjectContributor but did not remove TWikiContributor to the list
of excluded names in case some TWiki use wants to use the extension.
Please check I did it right

File:
1 edited

Legend:

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

    r14 r492  
    257257        $this->assert($basemapping->handlesUser(undef, $TWiki::cfg{DefaultUserLogin})); 
    258258        $this->assert($basemapping->handlesUser(undef, 'unknown')); 
    259         $this->assert($basemapping->handlesUser(undef, 'TWikiContributor')); 
     259        $this->assert($basemapping->handlesUser(undef, 'ProjectContributor')); 
    260260        $this->assert($basemapping->handlesUser(undef, 'TWikiRegistrationAgent')); 
    261261         
     
    263263        $this->assert($basemapping->handlesUser(undef, undef, $TWiki::cfg{DefaultUserWikiName})); 
    264264        $this->assert($basemapping->handlesUser(undef, undef, 'UnknownUser')); 
    265         $this->assert($basemapping->handlesUser(undef, undef, 'TWikiContributor')); 
     265        $this->assert($basemapping->handlesUser(undef, undef, 'ProjectContributor')); 
    266266        $this->assert($basemapping->handlesUser(undef, undef, 'TWikiRegistrationAgent')); 
    267267         
     
    269269        $this->assert($basemapping->handlesUser(undef, $TWiki::cfg{DefaultUserLogin}, $TWiki::cfg{DefaultUserWikiName})); 
    270270        $this->assert($basemapping->handlesUser(undef, 'unknown', 'UnknownUser')); 
    271         $this->assert($basemapping->handlesUser(undef, 'TWikiContributor', 'TWikiContributor')); 
     271        $this->assert($basemapping->handlesUser(undef, 'ProjectContributor', 'ProjectContributor')); 
    272272        $this->assert($basemapping->handlesUser(undef, 'TWikiRegistrationAgent', 'TWikiRegistrationAgent')); 
    273273 
Note: See TracChangeset for help on using the changeset viewer.