mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
Fix merge from 9.4 for #4737
This commit is contained in:
parent
d94a1bfdac
commit
f57a170e99
@ -243,9 +243,6 @@ public class LifeCycleCallbackCollectionTest
|
||||
PreDestroyCallback pdBoth = new PreDestroyCallback(TestServlet.class, "predestroy");
|
||||
collection.add(pdBoth);
|
||||
|
||||
//ensure we invoke the lifecyclecallbacks
|
||||
context.getObjectFactory().addDecorator(new PlusDecorator(context));
|
||||
|
||||
server.start();
|
||||
|
||||
assertEquals(4, TestServlet.postConstructCount);
|
||||
|
Loading…
x
Reference in New Issue
Block a user