Skip to content

Commit 6b84efd

Browse files
committed
refactored cdi-beanmanager sample to use Arquillian exclusively instead of WebServlet
1 parent bf4482d commit 6b84efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdi/beanmanager/src/test/java/org/javaee7/cdi/beanmanager/GreetingTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void testCurrent() throws Exception {
5050
}
5151

5252
@Test
53-
public void test() throws Exception {
53+
public void testJNDI() throws Exception {
5454
// Third way to get BeanManager: name service
5555
BeanManager bm = InitialContext.doLookup("java:comp/BeanManager");
5656

0 commit comments

Comments
 (0)