From 0872e88869aeea5ba2e0da43b370611546a42ee4 Mon Sep 17 00:00:00 2001 From: "Ouellette Jonathan (CSC FI SPS MESLEO)" Date: Tue, 16 Sep 2025 00:03:32 +0000 Subject: [PATCH] Merged PR 25852: Temporary fix to address false positives for missing QA tests Temporary fix to address false positives for missing QA tests --- LSL2/STPROC/WO_MAT_QA_SERVICES.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/LSL2/STPROC/WO_MAT_QA_SERVICES.txt b/LSL2/STPROC/WO_MAT_QA_SERVICES.txt index 90ea156..8fb274d 100644 --- a/LSL2/STPROC/WO_MAT_QA_SERVICES.txt +++ b/LSL2/STPROC/WO_MAT_QA_SERVICES.txt @@ -429,8 +429,10 @@ Service GetQAMetComplete(WOMatKey) Results = QAMetRec StageCount = DCount(Stages, @VM) For I = 1 to StageCount - If Results<1,I> EQ '' then - Response = False$ + If Stages<1, I> NE '' then + If Results<1,I> EQ '' then + Response = False$ + end end Until Response EQ False$ Next I @@ -495,3 +497,4 @@ Service GetMUWaferQAComplete(WOMatKey) end service +