Ignore:
Timestamp:
12/08/08 05:12:51 (3 years ago)
Author:
ArthurClemens
Message:

Item113: fix couple of unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Form/FieldDefinition.pm

    r1178 r1209  
    146146    my $this = shift; 
    147147    if ( $this->isMandatory() ) { 
    148         push( @_, 'twikiMandatory' ); 
     148        push( @_, 'foswikiMandatory' ); 
    149149    } 
    150150    return join( ' ', @_ ); 
Note: See TracChangeset for help on using the changeset viewer.