PennMUSH Community
Show
Ignore:
Timestamp:
10/05/07 15:36:32 (1 year ago)
Author:
shawnw
Message:

Merge with devel

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/test/testreswitch.pl

    r523 r1117  
    1 use PennMUSH; 
    2 use MUSHConnection; 
    3 use TestHarness; 
    4  
    5 $mush = PennMUSH->new(); 
    6 $god = $mush->loginGod(); 
    7  
     1run tests: 
    82test('reswitch.1', $god, 'think reswitch(test STRING,t,1,0)', '1'); 
    93test('reswitch.2', $god, 'think reswitch(test STRING,t,1,e,2,0)', '1');