Merge branch 'master' of github.com:jamesagnew/hapi-fhir
This commit is contained in:
commit
28b4b812ac
4
hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/resthook/RestHookWithInterceptorR4Test.java
Normal file → Executable file
4
hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/resthook/RestHookWithInterceptorR4Test.java
Normal file → Executable file
|
@ -294,12 +294,10 @@ public class RestHookWithInterceptorR4Test extends BaseSubscriptionsR4Test {
|
||||||
|
|
||||||
@Hook(Pointcut.SUBSCRIPTION_AFTER_DELIVERY)
|
@Hook(Pointcut.SUBSCRIPTION_AFTER_DELIVERY)
|
||||||
public void afterDelivery(ResourceDeliveryMessage theMessage) {
|
public void afterDelivery(ResourceDeliveryMessage theMessage) {
|
||||||
myFinishedLatch.countDown();
|
|
||||||
;
|
|
||||||
Validate.isTrue(myLastDelivery == null);
|
Validate.isTrue(myLastDelivery == null);
|
||||||
myLastDelivery = theMessage;
|
myLastDelivery = theMessage;
|
||||||
|
myFinishedLatch.countDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue