Branch: Tag:

1999-03-19

1999-03-19 11:43:35 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

added a test for object exceptions

Rev: src/testsuite.in:1.160

1: - stest_true([["$Id: testsuite.in,v 1.159 1999/03/15 01:29:35 grubba Exp $"]]) + stest_true([["$Id: testsuite.in,v 1.160 1999/03/19 11:43:35 hubbe Exp $"]])   cond([[all_constants()->_verify_internals]],   [[    test_do(_verify_internals())
25:   test_true([[stringp(#string "Makefile")]])   test_any([[class Bar { array(int) foo = ({}); }; class Foo { inherit Bar; array(int) foo = ({1}); }; return sizeof(Foo()->foo);]],1)    + test_eval_error([[mixed x; return mkmapping(x,x)]]) +    test_any([[return class Z {   string bonk() { return "oiff"; }