Skip to content

Commit f433614

Browse files
committed
ISSUE8 - AlternativesFoodProcessorTest no longer works - trying to finger out why it stopped working. Weld?
1 parent 6f26c7e commit f433614

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ch02/standalone/src/test/java/je7hb/travelfunk/AbstractCdiContainerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public final void tearDown() throws Exception {
6565
System.out.printf("AbstractCdiContainerTest#tearDown() containerRefCount=%d, cdiContainer=%s\n", containerRefCount.get(), cdiContainer );
6666
if (cdiContainer != null) {
6767
cdiContainer.getContextControl().stopContext(RequestScoped.class);
68+
cdiContainer.getContextControl().startContext(RequestScoped.class);
6869
containerRefCount.decrementAndGet();
6970
}
7071
}

0 commit comments

Comments
 (0)