Skip to content

Commit e465fe3

Browse files
committed
Enabled the test
1 parent 7682358 commit e465fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ejb/embeddable/src/test/java/org/javaee7/ejb/embeddable/MyBeanTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void tearDown() {
7373
/**
7474
* Test of sayHello method, of class MyBean.
7575
*/
76-
// @org.junit.Test
76+
@org.junit.Test
7777
public void testSayHello() throws Exception {
7878
System.out.println("sayHello");
7979
String name = "Duke";

0 commit comments

Comments
 (0)