From cdf1cd9144bcb1c639faf657d24e4ea8bbb22725 Mon Sep 17 00:00:00 2001 From: Ken Stevens Date: Wed, 9 Jan 2019 11:42:29 -0500 Subject: [PATCH] undoing inadvertent comment changes --- .../resthook/RestHookWithEventDefinitionR4Test.java | 2 +- .../websocket/WebsocketWithSubscriptionIdDstu2Test.java | 2 +- .../websocket/WebsocketWithSubscriptionIdDstu3Test.java | 2 +- .../websocket/WebsocketWithSubscriptionIdR4Test.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/resthook/RestHookWithEventDefinitionR4Test.java b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/resthook/RestHookWithEventDefinitionR4Test.java index 1c7a6b36c8f..cf9b4ad9115 100644 --- a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/resthook/RestHookWithEventDefinitionR4Test.java +++ b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/resthook/RestHookWithEventDefinitionR4Test.java @@ -30,7 +30,7 @@ import java.util.List; * 0. execute 'clean' test * 1. Execute the 'createPatient' test * 2. Update the patient id static variable - * 3. Execute the 'sendSubscription' test + * 3. Execute the 'createSubscription' test * 4. Update the subscription id static variable * 5. Execute the 'attachWebSocket' test * 6. Execute the 'sendObservation' test diff --git a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdDstu2Test.java b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdDstu2Test.java index 8b6767a07f1..4997528a8e5 100644 --- a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdDstu2Test.java +++ b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdDstu2Test.java @@ -41,7 +41,7 @@ import static org.junit.Assert.assertThat; *

* To execute the following test, execute it the following way: * 0. execute 'clean' test - * 1. Execute the 'sendSubscription' test + * 1. Execute the 'createSubscription' test * 2. Update the subscription id in the 'attachWebSocket' test * 3. Execute the 'attachWebSocket' test * 4. Execute the 'sendObservation' test diff --git a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdDstu3Test.java b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdDstu3Test.java index 9185844c005..5ac36a04baa 100644 --- a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdDstu3Test.java +++ b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdDstu3Test.java @@ -34,7 +34,7 @@ import static org.junit.Assert.assertThat; * 0. execute 'clean' test * 1. Execute the 'createPatient' test * 2. Update the patient id static variable - * 3. Execute the 'sendSubscription' test + * 3. Execute the 'createSubscription' test * 4. Update the subscription id static variable * 5. Execute the 'attachWebSocket' test * 6. Execute the 'sendObservation' test diff --git a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdR4Test.java b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdR4Test.java index 5290b3dbfd9..374b72efa37 100644 --- a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdR4Test.java +++ b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/subscription/websocket/WebsocketWithSubscriptionIdR4Test.java @@ -34,7 +34,7 @@ import static org.junit.Assert.assertThat; * 0. execute 'clean' test * 1. Execute the 'createPatient' test * 2. Update the patient id static variable - * 3. Execute the 'sendSubscription' test + * 3. Execute the 'createSubscription' test * 4. Update the subscription id static variable * 5. Execute the 'attachWebSocket' test * 6. Execute the 'sendObservation' test