Community
Participate
Working Groups
Build Identifier: TestJettyOSGiBootWithJsp.java fails on MacOSX Snow Leopard. Similar reason as in: https://bugs.eclipse.org/bugs/show_bug.cgi?id=331567 localhost is not resolved to 127.0.0.1. Strange thing about this one is that I'm getting a 302 return code and this assertion fails: Assert.assertEquals(HttpStatus.OK_200, responseStatus); Even more strange that the pretty similar test: TestJettyOSGiBootCore.java using localhost as well works fine. However as breakpoints in this test do not work in eclipse for whatever reason and the solution is simple (replace localhost with 127.0.0.1) I will just provide a patch and stop further investigations. Reproducible: Always
Created attachment 184375 [details] Patch I changed it in both OSGI tests even if TestJettyOSGiBootCore.java worked with localhost to be consistent.
Assigning to Thomas.
applied, passed tests, committed r2575