PennMUSH Community

root/1.8.3/trunk/test/testhastype.pl

Revision 1117, 0.5 kB (checked in by shawnw, 1 year ago)

Merge with devel

Line 
1 expect 2 failures!
2 run tests:
3 test('hastype.1', $god, 'think hastype(#0, room)', ['1', '!#-1']);
4 test('hastype.2', $god, 'think hastype(#1, player)', ['1', '!#-1']);
5 test('hastype.3', $god, '@create foo', []);
6 test('hastype.4', $god, 'think hastype(foo, thing)', ['1', '!#-1']);
7 test('hastype.5', $god, '@rec foo', []);
8 test('hastype.6', $god, '@rec foo', []);
9 test('hastype.7', $god, 'think hastype(#3, garbage)', ['1', '!#-1']);
10 test('hastype.8', $god, '@open foo', []);
11 test('hastype.9', $god, 'think hastype(#3, exit)', ['1', '!#-1']);
12
Note: See TracBrowser for help on using the browser.