Skip to content

Commit

Permalink
Item10346: always run test before committing
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@10749 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Feb 20, 2011
1 parent 77a55df commit f3acac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/Fn_MAKETEXT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sub loadExtraConfig {
}

sub setLocalSite {
delete $INC{'Foswiki/I18N.pm'}
delete $INC{'Foswiki/I18N.pm'};
$Foswiki::cfg{WebMasterEmail} = 'a.b@c.org';
$Foswiki::cfg{UserInterfaceInternationalisation} = 1;
}
Expand Down

0 comments on commit f3acac1

Please sign in to comment.