Changeset 1117 for 1.8.3/trunk/test/testdistxd.pl
- Timestamp:
- 10/05/07 15:36:32 (1 year ago)
- Files:
-
- 1.8.3/trunk/test/testdistxd.pl (modified) (1 diff)
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 1 run tests: 7 2 test('dist2d.1', $god, 'think dist2d(0,0, 5,5)', "7.071068"); 8 3 test('dist2d.2', $god, 'think lmath(dist2d, 0 0 5 5)', "7.071068");
