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,8 +429,10 @@ Service GetQAMetComplete(WOMatKey)
|
|||||||
Results = QAMetRec<WO_MAT_QA_RESULT$>
|
Results = QAMetRec<WO_MAT_QA_RESULT$>
|
||||||
StageCount = DCount(Stages, @VM)
|
StageCount = DCount(Stages, @VM)
|
||||||
For I = 1 to StageCount
|
For I = 1 to StageCount
|
||||||
If Results<1,I> EQ '' then
|
If Stages<1, I> NE '' then
|
||||||
Response = False$
|
If Results<1,I> EQ '' then
|
||||||
|
Response = False$
|
||||||
|
end
|
||||||
end
|
end
|
||||||
Until Response EQ False$
|
Until Response EQ False$
|
||||||
Next I
|
Next I
|
||||||
@ -495,3 +497,4 @@ Service GetMUWaferQAComplete(WOMatKey)
|
|||||||
|
|
||||||
end service
|
end service
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user