Subject Re: [Firebird-Java] Re: Junit - Create Database
Author Roman Rokytskyy
> I was able to answer my own question. I see that the test database
> is created by the common/FBTestBase.java file, and that all of the
> other test cases extend this. That's OK.

Fine.

> Evidently the logging isn't being setup correctly, althought the
> test does run. Is this a bug in the build script? See output below:

It's just not set up correctly. log4j.properties expects a log/ directory to
be available. You can reconfigure the path as you like. This does not
influence the released driver, because log4j.properties is not included in
the final jar file.

Roman