Skip to content

Commit

Permalink
Item13315: Fix unit test
Browse files Browse the repository at this point in the history
Updated auth code gets the Wikiname for the user rather than using the
cUID.
  • Loading branch information
gac410 committed Mar 22, 2015
1 parent 5ca9f21 commit de27e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/HTMLValidationTests.pm
Expand Up @@ -51,7 +51,7 @@ sub loadExtraConfig {

# $this - the Test::Unit::TestCase object
$Foswiki::cfg{JQueryPlugin}{Plugins}{PopUpWindow}{Enabled} = 1;
$Foswiki::cfg{FeatureAccess}{Configure} = 'scum';
$Foswiki::cfg{FeatureAccess}{Configure} = 'ScumBag';

$this->SUPER::loadExtraConfig( $context, @args );

Expand Down

0 comments on commit de27e54

Please sign in to comment.