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

    r463 r1117  
    1 use PennMUSH; 
    2 use MUSHConnection; 
    3 use TestHarness; 
    4  
    5 $| = 1; 
    6  
    7 $mush = PennMUSH->new(); 
    8 # print "MUSH on port ".$mush->{PORT}."\n"; 
    9 # sleep(30); 
    10 $god = $mush->loginGod(); 
    11  
     1login mortal 
     2run tests: 
    123# First, the basic tests enforcing tree-nature of the attributes. 
    134# Attrs may not start or end in ` 
     
    9283# Permissions checks 
    9384# Need a mortal for this... 
    94 test('atree.perms.1', $god, '@pcreate Mortal=mortal', 'created'); 
    95 $mortal = $mush->login("Mortal", "mortal"); 
    9685# Build a tree from different places... 
    9786test('atree.perms.2', $god, '&foo mortal=baz', 'Set');