Hi,

I would like to contribute to Hibernate. I have retrieved source code and 
started a full build. There are 2 test failures. Is it related to my 
configuration?

-------------------------------------------------------------------------------
Test set: org.hibernate.test.hql.BulkManipulationTest
-------------------------------------------------------------------------------
Tests run: 38, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 238.592 sec 
<<< FAILURE!
testSimpleDeleteOnAnimal(org.hibernate.test.hql.BulkManipulationTest)  Time 
elapsed: 4.296 sec  <<< FAILURE!
junit.framework.AssertionFailedError: incorrect delete count expected:<1> but 
was:<0>
    at junit.framework.Assert.fail(Assert.java:47)
    at junit.framework.Assert.failNotEquals(Assert.java:282)
    at junit.framework.Assert.assertEquals(Assert.java:64)
    at junit.framework.Assert.assertEquals(Assert.java:201)
    at 
org.hibernate.test.hql.BulkManipulationTest.testSimpleDeleteOnAnimal(BulkManipulationTest.java:938)

testDeleteUnionSubclassAbstractRoot(org.hibernate.test.hql.BulkManipulationTest)
  Time elapsed: 4.24 sec  <<< FAILURE!
junit.framework.AssertionFailedError: incorrect update count expected:<3> but 
was:<1>
    at junit.framework.Assert.fail(Assert.java:47)
    at junit.framework.Assert.failNotEquals(Assert.java:282)
    at junit.framework.Assert.assertEquals(Assert.java:64)
    at junit.framework.Assert.assertEquals(Assert.java:201)
    at 
org.hibernate.test.hql.BulkManipulationTest.testDeleteUnionSubclassAbstractRoot(BulkManipulationTest.java:1026)

[...]
Tests run: 2069, Failures: 2, Errors: 0, Skipped: 0

Thanks

Julien



      

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to