This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Interface method regression test
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Interface method regression test
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Tue, 15 Feb 2000 20:20:47 -0800 (PST)
- Cc: java-patches at sourceware dot cygnus dot com
- References: <38AA248D.B12C1609@albatross.co.nz>
Bryce> This is a regression test I wrote to check the new interface
Bryce> method lookup code. It might be nice to add it to the test
Bryce> suite, but I'm not sure exactly where/how it should go in. Its
Bryce> an output based test but its complicated because it consists of
Bryce> multiple .java files.
I'd definitely like to get it into the test suite.
Could we change it so that all the classes are in a single file?
IE by making most of them not be public?
That would let us drop it in relatively easily.
Tom