HHH-7387 - Integrate Draft 6 of the JPA 2.1 spec : CDI (small test change)

This commit is contained in:
Steve Ebersole 2012-08-17 18:31:13 -05:00
parent f74cf0b83f
commit c9ff6f2fe2
1 changed files with 1 additions and 1 deletions

View File

@ -116,6 +116,7 @@ public class BasicCDITest extends BaseCDIIntegrationTest {
events = new ArrayList<Event>();
}
events.add( anEvent );
count++;
}
}
@ -156,7 +157,6 @@ public class BasicCDITest extends BaseCDIIntegrationTest {
eventQueue.addEvent(
new Event( entity.toString(), "created", now() )
);
count++;
}
private String now() {