Robert Dodier wrote:
> On Mon, Jan 19, 2009 at 10:58 AM, Raymond Toy <raymond.toy at ericsson.com> wrote:
>
>
>> run_testsuite(display_all = t);
>>
>
> Um, I hope the actual argument is display_all=true.
>
Actually, anything other than false is treated as true. Do we want to
accept only true and false?
>
>> I think this is bad. We should do something so that if a test is
>> expected to fail but doesn't, we should complain about that.
>>
>
> Isn't there already some logic to detect unexpected success?
>
I thought there was and there is. But I see now why problem 48 doesn't
trigger that logic. The comment for the test says the result is not
simplified. and it isn't. But the display routine doesn't know that and
displays the actual and expected results exactly the same.
Ray