[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Testing the old (legacy) class system
From: |
Ben Abbott |
Subject: |
Re: Testing the old (legacy) class system |
Date: |
Mon, 21 Jan 2013 16:18:30 -0500 |
On Jan 21, 2013, at 4:13 PM, Julien Bect wrote:
> Dear Octave maintainers,
>
> I have recently posted a bug report concerning an unexpected behaviour of
> the "old" class system (http://savannah.gnu.org/bugs/?38128).
>
> I am not familiar enough with the internals of Octave to fix the problem
> myself, but I thought that I might contribute by adding some tests for this
> and other similar problems related to operator overloading.
>
> Is ./test/classes the correct place to look at ? If it is so, then I think
> there is no test for the behaviour of overloaded functions such as plus,
> vertcat, ...
>
> Best regards,
>
> Julien Bect.
Yes. The ./test/classes is the correct directory to add tests. Please add the
tests to the test_classes.m function.
Ben