Summary: | dev-java/c3p0-0.9.5.5: does not enable tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Volkmar W. Pogatzki <gentoo> |
Component: | Current packages | Assignee: | Java team <java> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | fordfrog, liaoyuan |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 784263, 856409 |
Description
Volkmar W. Pogatzki
2022-01-15 11:56:02 UTC
Some notes for anyone interested in trying to enable the tests based on my experiment with building this package: - To run the 'junit-tests' Ant target, the 'junit.jar.file' JVM system property must be set to the path to a JUnit 3 JAR file. https://github.com/swaldman/c3p0/blob/c3p0-0.9.5.5/build.xml#L570 - A JDBC driver is needed to run most tests. |