]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-3686: Comparisons of 'before and after' values of BigDecimal fields, which...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 10 Nov 2011 19:36:06 +0000 (19:36 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 10 Nov 2011 19:36:06 +0000 (19:36 +0000)
commitc434662562c2bd11163d8d6baae8d11e38eea03c
tree0efb36178e0be1cb6242389be313c62e84f097a2
parentc561d2df1935921cef18a6f3b600d372c528bce0
CSPACE-3686: Comparisons of 'before and after' values of BigDecimal fields, which result from xs:decimal datatypes in services XSDs, should be done via BigDecimal's compareTo() method, which is scale-agnostic. Change made in CollectionObjectServiceTest to reflect this; we can use this type of comparison elsewhere in services client tests, as well.
services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java