Fix manifest and re-add @Test annotation
Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
72b88118b8
commit
4077228553
|
@ -66,10 +66,10 @@
|
||||||
jakarta.el;version="[4.0,5.0)",
|
jakarta.el;version="[4.0,5.0)",
|
||||||
jakarta.servlet;version="[5.0,6.0)",
|
jakarta.servlet;version="[5.0,6.0)",
|
||||||
jakarta.servlet.resources;version="[5.0,6.0)",
|
jakarta.servlet.resources;version="[5.0,6.0)",
|
||||||
jakarta.servlet.jsp.resources;version="[3.0,4.0)",
|
jakarta.servlet.jsp.resources;version="[5.0,6.0)",
|
||||||
jakarta.servlet.jsp;version="[3.0,4.0)",
|
jakarta.servlet.jsp;version="[5.0,6.0)",
|
||||||
jakarta.servlet.jsp.el;version="[3.0,4.0)",
|
jakarta.servlet.jsp.el;version="[4.0,6.0)",
|
||||||
jakarta.servlet.jsp.tagext;version="[3.0,4.0)",
|
jakarta.servlet.jsp.tagext;version="[5.0,6.0)",
|
||||||
jakarta.servlet.jsp.jstl.core;version="2.0";resolution:=optional,
|
jakarta.servlet.jsp.jstl.core;version="2.0";resolution:=optional,
|
||||||
jakarta.servlet.jsp.jstl.fmt;version="2.0";resolution:=optional,
|
jakarta.servlet.jsp.jstl.fmt;version="2.0";resolution:=optional,
|
||||||
jakarta.servlet.jsp.jstl.sql;version="2.0";resolution:=optional,
|
jakarta.servlet.jsp.jstl.sql;version="2.0";resolution:=optional,
|
||||||
|
|
|
@ -94,6 +94,7 @@ public class TestJettyOSGiBootWithBundle
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testContextHandlerAsOSGiService() throws Exception
|
public void testContextHandlerAsOSGiService() throws Exception
|
||||||
{
|
{
|
||||||
if (Boolean.getBoolean(TestOSGiUtil.BUNDLE_DEBUG))
|
if (Boolean.getBoolean(TestOSGiUtil.BUNDLE_DEBUG))
|
||||||
|
|
Loading…
Reference in New Issue