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/testsetfuns.pl

    r529 r1117  
    1 use PennMUSH; 
    2 use MUSHConnection; 
    3 use TestHarness; 
    4  
    5 $mush = PennMUSH->new(); 
    6 $god = $mush->loginGod(); 
    7  
    8 test('setunion.1', $god, 'think setunion(,)', '^$'); 
    9 test('setunion.2', $god, 'think setunion( a,a)', '^a\r$'); 
    10 test('setunion.3', $god, 'think setunion(c a b a,a b c c)', '^a b c\r$'); 
    11 test('setunion.4', $god, 'think setunion(a a a,)', '^a\r$'); 
    12 test('setunion.5', $god, 'think setunion(,a a a)', '^a\r$'); 
     1login mortal 
     2run tests: 
     3test('setunion.1', $mortal, 'think setunion(,)', '^$'); 
     4test('setunion.2', $mortal, 'think setunion( a,a)', '^a\r$'); 
     5test('setunion.3', $mortal, 'think setunion(c a b a,a b c c)', '^a b c\r$'); 
     6test('setunion.4', $mortal, 'think setunion(a a a,)', '^a\r$'); 
     7test('setunion.5', $mortal, 'think setunion(,a a a)', '^a\r$');