test:
[echo] running unit tests
[junit] WARNING: multiple versions of ant detected in path for junit
[junit] jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
[junit] and jar:file:/home/mdennis/mdev/trunkclean/build/lib/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
[junit] Testsuite: org.apache.cassandra.db.CommitLogTest
[junit] Tests run: 12, Failures: 1, Errors: 0, Time elapsed: 0.937 sec
[junit]
[junit] Testcase: testCleanup(org.apache.cassandra.db.CommitLogTest): FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.apache.cassandra.db.CommitLogTest.testCleanup(CommitLogTest.java:66)
[junit]
[junit]
[junit] Test org.apache.cassandra.db.CommitLogTest FAILED
BUILD FAILED