David W. Van Couvering wrote: > Thanks, Kathey, some responses below > > Kathey Marsden wrote:
>> Tests >> >> I don't see what suite the test was added to. > > > I didn't add it to a suite because it can't run with the Derby jar > files, it can only run with the classes directory (I haven't figured out > a way to find a jar within a jar). I think I mentioned this in the > comments. Look at the lang/dcl.sql test. It uses the supportfiles property in its _app.properties files. The test harness then copies the files from the class path (classes or jars) into the test directory as real individual files. The test then accesses them with a local relative path. Hope this helps, Dan.
