This is the mail archive of the mauve-discuss@sourceware.cygnus.com mailing list for the Mauve project. See the Mauve home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: Classpath java.io Test Contents



>> Do any of your tests rely on reading a pre-existing data file?  If
>> so, we'll probably want to make it possible for the test cases to
>> find the srcdir.

Aaron> Yes, various tests require a known good input source in the
Aaron> form of a file on disk.  We'll need to handle that.

Ok.  I've added a `getSourceDirectory' method to the test harness.  It
returns the top-level source directory as a File object.  I'll check
this in shortly.

Tom