Skip to content

Commit

Permalink
Merge 23.9 to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Sep 13, 2023
2 parents 913ff39 + 29d24e2 commit f6a91ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions hvtnFlow/resources/queries/flow/AnalysisPlan054.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A.ASSAY,
A.ASSAY_METHOD,
A.ASSAYID,
A._well.Run AS FLOWJO_XML_FILENAME,
A._well AS FCS_FILENAME,
REPLACE(A._well.Name, '.fcs', '') AS FCS_FILENAME,
A.SPECROLE,
A.PTID,
A.SID,
Expand Down Expand Up @@ -66,4 +66,4 @@ A.COMMENTS,
A._well @hidden, A._fcsfile @hidden, A._sample @hidden

FROM AnalysisPlanTemplate A
WHERE A.ANALYSIS_PLAN_ID = '54'
WHERE A.ANALYSIS_PLAN_ID = '54'
4 changes: 2 additions & 2 deletions hvtnFlow/resources/queries/flow/AnalysisPlan059.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A.ASSAY,
A.ASSAY_METHOD,
A.ASSAYID,
A._well.Run AS FLOWJO_XML_FILENAME,
A._well AS FCS_FILENAME,
REPLACE(A._well.Name, '.fcs', '') AS FCS_FILENAME,
A.SPECROLE,
A.PTID,
A.SID,
Expand Down Expand Up @@ -66,4 +66,4 @@ A.COMMENTS,
A._well @hidden, A._fcsfile @hidden, A._sample @hidden

FROM AnalysisPlanTemplate A
WHERE A.ANALYSIS_PLAN_ID = '59'
WHERE A.ANALYSIS_PLAN_ID = '59'
2 changes: 1 addition & 1 deletion hvtnFlow/resources/queries/flow/AnalysisPlan060.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A.ASSAY,
A.ASSAY_METHOD,
A.ASSAYID,
A._well.Run AS FLOWJO_XML_FILENAME,
A._well AS FCS_FILENAME,
REPLACE(A._well.Name, '.fcs', '') AS FCS_FILENAME,
A.SPECROLE,
A.PTID,
A.SID,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ private void doVerifyStudyDesign()
addGroup("Vaccine2", true, "3", 3);
addTimepoint("CAVDImmTimepoint", "0", TimeUnit.Days);
finishRevision();
waitForText("Immunization Schedule", 4, defaultWaitForPage); // WebPart title and schedule table header
waitForText("Immunization Schedule", 3, defaultWaitForPage); // WebPart title and schedule table header
assertElementPresent(Locator.tagWithId("a", "ImmunizationSchedule")); // Verify anchor tag on WebPart title
assertTextPresent(_expectedImmunizationText);
assertElementNotPresent(Locator.tagWithText("div", "30")); // From deleted rows

Expand Down

0 comments on commit f6a91ea

Please sign in to comment.