@nsshunt/ststestrunner 1.1.109 → 1.1.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1001,7 +1001,7 @@ var TestCaseFhirBase = class {
1001
1001
  }
1002
1002
  ResetClient = () => {};
1003
1003
  GetRandomSequenceFromIteration = () => {
1004
- if (this.runner.iteration === 1) this.randomSequence = getRandomIterationOrder(this.runner.options.executionProfile.iterations, this.runner.options.description);
1004
+ if (this.runner.iteration === 1) this.randomSequence = getRandomIterationOrder(this.runner.options.executionProfile.iterations, "myseed");
1005
1005
  return this.randomSequence[this.runner.iteration];
1006
1006
  };
1007
1007
  Error = (message) => {
@@ -1317,7 +1317,7 @@ var TestCaseFhir02 = class extends TestCaseFhirQueryBase {
1317
1317
  const client = await this.GetClient();
1318
1318
  const __snapshot2 = this._CheckOutputLongDurationError(__snapshot1, "await this.GetClient()");
1319
1319
  const prefix = this.runner.options.personPrefix;
1320
- const personRecord = await this.GetPersonRecord(prefix, this.runner.iteration, "1");
1320
+ const personRecord = await this.GetPersonRecord(prefix, this.GetRandomSequenceFromIteration(), "1");
1321
1321
  const __snapshot3 = this._CheckOutputLongDurationError(__snapshot2, "await this.GetPersonRecord()");
1322
1322
  const retVal = await client.PostResource("Person", personRecord);
1323
1323
  this._CheckOutputLongDurationError(__snapshot3, "await this.PostResource()");