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

    r1032 r1117  
    1 use PennMUSH; 
    2 use TestHarness; 
    3  
    4 my $mush = PennMUSH->new; 
    5 my $god = $mush->loginGod; 
    6  
     1run tests: 
    72test('dist2d.1', $god, 'think dist2d(0,0, 5,5)', "7.071068"); 
    83test('dist2d.2', $god, 'think lmath(dist2d, 0 0  5 5)', "7.071068");