Changeset 1117 for 1.8.3/trunk/test/testrand.pl
- Timestamp:
- 10/05/07 15:36:32 (1 year ago)
- Files:
-
- 1.8.3/trunk/test/testrand.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/test/testrand.pl
r441 r1117 1 use PennMUSH; 2 use MUSHConnection; 3 use TestHarness; 4 5 $mush = PennMUSH->new(); 6 $god = $mush->loginGod(); 7 1 run tests: 8 2 test('rand.1', $god, 'think rand(-1)', '#-1'); 9 3 test('rand.2', $god, 'think rand(0)', '#-1');
