[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5076?page=c...
]
Gail Badner commented on HHH-5076:
----------------------------------
Hi Ray,
I'm not sure why this got changed when I fixed HHH-4810. In any case, it should be
fixed in trunk now. Can you give it a try?
Thanks,
Gail
Multiple failures reported during ReadOnlyProxyTest with Ingres
---------------------------------------------------------------
Key: HHH-5076
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5076
Project: Hibernate Core
Issue Type: Patch
Components: testsuite
Affects Versions: 3.5.0-Final
Environment: Hibernate 3.5.0-Final, Ingres 9.3.1 (int.lnx/106), Ingres9Dialect
Reporter: Ray Fan
Assignee: Gail Badner
Priority: Minor
Attachments: DataPoint.hbm.xml.svn.diff
Failures reported from org.hibernate.test.readonly.ReadOnlyProxyTest in the following
tests:
{noformat}
testReadOnlyViaSessionDoesNotInit
testReadOnlyViaLazyInitializerDoesNotInit
testReadOnlyViaSessionNoChangeAfterInit
testReadOnlyViaLazyInitializerNoChangeAfterInit
testReadOnlyViaSessionBeforeInit
testModifiableViaSessionBeforeInit
testReadOnlyViaSessionBeforeInitByModifiableQuery
testReadOnlyViaSessionBeforeInitByReadOnlyQuery
testModifiableViaSessionBeforeInitByModifiableQuery
testModifiableViaSessionBeforeInitByReadOnlyQuery
testReadOnlyViaLazyInitializerBeforeInit
testModifiableViaLazyInitializerBeforeInit
testReadOnlyViaLazyInitializerAfterInit
testModifiableViaLazyInitializerAfterInit
testReadOnlyChangedEvictedUpdate
testReadOnlyToModifiableInitWhenModifiedIsUpdated
testReadOnlyInitToModifiableModifiedIsUpdated
testReadOnlyModifiedUpdate
testReadOnlyProxyMergeDetachedProxyWithChange
testReadOnlyProxyInitMergeDetachedProxyWithChange
testReadOnlyProxyMergeDetachedEntityWithChange
testReadOnlyProxyInitMergeDetachedEntityWithChange
testReadOnlyEntityMergeDetachedProxyWithChange
testSetReadOnlyInTwoTransactionsSameSession
testSetReadOnlyBetweenTwoTransactionsSameSession
testSetModifiableBetweenTwoTransactionsSameSession
{noformat}
All fail because of an assertion expected:<0.1000000000000000055> but
was:<0.10000000000000000550> when run with Ingres 9.3.
The DataPoint.hbm.xml description for X and Y specify precision 25 and scale 20 creating
the equivalent decimal(25,20) in the Ingres table and returning a zero padded decimal
value.
Adjusted the scale in the mapping to match expected.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira