]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-4945: Once again make MovementSortByTest case-insensitive. The underlying...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 22 Mar 2012 02:57:46 +0000 (19:57 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 22 Mar 2012 02:57:46 +0000 (19:57 -0700)
commitaf784f9f58f550c0578e673e02dec95b8d45c7bb
treec66de65e5754369cf332d2d4200fb647edb21852
parentb16396473e6468ee84038da2dcb03f056e976415
CSPACE-4945: Once again make MovementSortByTest case-insensitive. The underlying issue appears to be that sort order is non-deterministic across platforms, and varies depending on the configured locale, and perhaps even the OS vendor's implementation of locale-related configuration. For now, work around this by setting values in relevant fields in test records to use a single character case, to reduce the probability that case-specific ordering differences across platforms will cause sortBy tests to fail.
services/movement/client/src/test/java/org/collectionspace/services/client/test/MovementSortByTest.java