173174175176177178179180181182183
service.unregister("/a/b"); } finally { httpService.stop(); server.stop(); } } @Test public void testResourceRelative() throws Exception
235236237238239240241242243
service.unregister("/a/b"); } finally { httpService.stop(); server.stop(); } } }