On Mon, Jan 12, 2015 at 4:32 PM, Bertrand Delacretaz <[email protected]> wrote: > On Sun, Jan 11, 2015 at 7:31 PM, Oliver Lietz <[email protected]> wrote: >> ...Failed tests: >> JcrResourceBundleTest.test_search_path:539 expected:<[OTHER]> but >> was:<[K�che]> > > I get the same failure with Java 8, but with Java 7 the test passes.
Without looking at the test, I think it's relying on the ordering maintained by a HashSet, which has changed with Java 8, and is of course nothing to rely on . I fixed a couple of such issues for the sling-trunk-1.8 build. Robert
