Comment 7 for bug 1034560

Revision history for this message
Michael Terry (mterry) wrote :

libloader looks mostly fine. It even has a test suite and runs it during build. But... it looks like a no-op. That is, it runs a test target, but doesn't seem to run the actual tests:

test:
[junitreport] Processing /home/mike/Projects/raring/libloader-1.1.6.dfsg/bin/reports/test/html/TESTS-TestSuites.xml to /tmp/null1129761652
[junitreport] Loading stylesheet jar:file:/usr/share/java/ant-junit-1.8.2.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 1047ms
[junitreport] Deleting: /tmp/null1129761652

I'm used to seeing some individual test reports and such there. Can that be looked into?