undoing inadvertent comment changes
This commit is contained in:
parent
5671ca88ca
commit
cdf1cd9144
|
@ -30,7 +30,7 @@ import java.util.List;
|
||||||
* 0. execute 'clean' test
|
* 0. execute 'clean' test
|
||||||
* 1. Execute the 'createPatient' test
|
* 1. Execute the 'createPatient' test
|
||||||
* 2. Update the patient id static variable
|
* 2. Update the patient id static variable
|
||||||
* 3. Execute the 'sendSubscription' test
|
* 3. Execute the 'createSubscription' test
|
||||||
* 4. Update the subscription id static variable
|
* 4. Update the subscription id static variable
|
||||||
* 5. Execute the 'attachWebSocket' test
|
* 5. Execute the 'attachWebSocket' test
|
||||||
* 6. Execute the 'sendObservation' test
|
* 6. Execute the 'sendObservation' test
|
||||||
|
|
|
@ -41,7 +41,7 @@ import static org.junit.Assert.assertThat;
|
||||||
* <p>
|
* <p>
|
||||||
* To execute the following test, execute it the following way:
|
* To execute the following test, execute it the following way:
|
||||||
* 0. execute 'clean' test
|
* 0. execute 'clean' test
|
||||||
* 1. Execute the 'sendSubscription' test
|
* 1. Execute the 'createSubscription' test
|
||||||
* 2. Update the subscription id in the 'attachWebSocket' test
|
* 2. Update the subscription id in the 'attachWebSocket' test
|
||||||
* 3. Execute the 'attachWebSocket' test
|
* 3. Execute the 'attachWebSocket' test
|
||||||
* 4. Execute the 'sendObservation' test
|
* 4. Execute the 'sendObservation' test
|
||||||
|
|
|
@ -34,7 +34,7 @@ import static org.junit.Assert.assertThat;
|
||||||
* 0. execute 'clean' test
|
* 0. execute 'clean' test
|
||||||
* 1. Execute the 'createPatient' test
|
* 1. Execute the 'createPatient' test
|
||||||
* 2. Update the patient id static variable
|
* 2. Update the patient id static variable
|
||||||
* 3. Execute the 'sendSubscription' test
|
* 3. Execute the 'createSubscription' test
|
||||||
* 4. Update the subscription id static variable
|
* 4. Update the subscription id static variable
|
||||||
* 5. Execute the 'attachWebSocket' test
|
* 5. Execute the 'attachWebSocket' test
|
||||||
* 6. Execute the 'sendObservation' test
|
* 6. Execute the 'sendObservation' test
|
||||||
|
|
|
@ -34,7 +34,7 @@ import static org.junit.Assert.assertThat;
|
||||||
* 0. execute 'clean' test
|
* 0. execute 'clean' test
|
||||||
* 1. Execute the 'createPatient' test
|
* 1. Execute the 'createPatient' test
|
||||||
* 2. Update the patient id static variable
|
* 2. Update the patient id static variable
|
||||||
* 3. Execute the 'sendSubscription' test
|
* 3. Execute the 'createSubscription' test
|
||||||
* 4. Update the subscription id static variable
|
* 4. Update the subscription id static variable
|
||||||
* 5. Execute the 'attachWebSocket' test
|
* 5. Execute the 'attachWebSocket' test
|
||||||
* 6. Execute the 'sendObservation' test
|
* 6. Execute the 'sendObservation' test
|
||||||
|
|
Loading…
Reference in New Issue