Ignore:
Timestamp:
11/18/08 08:51:29 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. to %SYSTEMWEB% conv.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CliRunnerContrib/test/unit/CliRunnerContrib/CliRunnerContribTests.pm

    r65 r773  
    6868# Verifies: Command generated by the runner activates TWikiCfg 
    6969#           Command generated points to changed topic 
    70 #           Topic TWiki.VarWIKINAME contains the changed value 
     70#           Topic System.VarWIKINAME contains the changed value 
    7171# Assumes:  Per default, command line scripts run as SuperAdminGroup 
    7272sub test_runner_cfgSuperAdminGroup { 
    7373    my $this     =  shift; 
    7474 
    75     my $topic  =  'TWiki.VarUSERNAME'; 
     75    my $topic  =  'System.VarUSERNAME'; 
    7676    my $user   =  'PonderStibbons'; 
    7777 
     
    9090# Verifies: Command generated by the runner activates TWikiCfg 
    9191#           Command generated points to changed topic 
    92 #           Topic TWiki.VarWIKINAME contains the changed value 
     92#           Topic System.VarWIKINAME contains the changed value 
    9393# Assumes:  Per default, command line scripts run as SuperAdminGroup 
    9494sub test_runner_cfgFile { 
    9595    my $this     =  shift; 
    9696 
    97     my $topic  =  'TWiki.VarUSERNAME'; 
     97    my $topic  =  'System.VarUSERNAME'; 
    9898    my $user   =  'PonderStibbons'; 
    9999 
Note: See TracChangeset for help on using the changeset viewer.