- Timestamp:
- 11/18/08 08:51:29 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CliRunnerContrib/test/unit/CliRunnerContrib/CliRunnerContribTests.pm
r65 r773 68 68 # Verifies: Command generated by the runner activates TWikiCfg 69 69 # Command generated points to changed topic 70 # Topic TWiki.VarWIKINAME contains the changed value70 # Topic System.VarWIKINAME contains the changed value 71 71 # Assumes: Per default, command line scripts run as SuperAdminGroup 72 72 sub test_runner_cfgSuperAdminGroup { 73 73 my $this = shift; 74 74 75 my $topic = ' TWiki.VarUSERNAME';75 my $topic = 'System.VarUSERNAME'; 76 76 my $user = 'PonderStibbons'; 77 77 … … 90 90 # Verifies: Command generated by the runner activates TWikiCfg 91 91 # Command generated points to changed topic 92 # Topic TWiki.VarWIKINAME contains the changed value92 # Topic System.VarWIKINAME contains the changed value 93 93 # Assumes: Per default, command line scripts run as SuperAdminGroup 94 94 sub test_runner_cfgFile { 95 95 my $this = shift; 96 96 97 my $topic = ' TWiki.VarUSERNAME';97 my $topic = 'System.VarUSERNAME'; 98 98 my $user = 'PonderStibbons'; 99 99
Note: See TracChangeset
for help on using the changeset viewer.
