Merged PR 25852: Temporary fix to address false positives for missing QA tests
Temporary fix to address false positives for missing QA tests
This commit is contained in:
parent
c316aa9164
commit
0872e88869
@ -429,9 +429,11 @@ Service GetQAMetComplete(WOMatKey)
|
||||
Results = QAMetRec<WO_MAT_QA_RESULT$>
|
||||
StageCount = DCount(Stages, @VM)
|
||||
For I = 1 to StageCount
|
||||
If Stages<1, I> NE '' then
|
||||
If Results<1,I> EQ '' then
|
||||
Response = False$
|
||||
end
|
||||
end
|
||||
Until Response EQ False$
|
||||
Next I
|
||||
If Response = '' then
|
||||
@ -495,3 +497,4 @@ Service GetMUWaferQAComplete(WOMatKey)
|
||||
|
||||
end service
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user