Entry form related improvements / bugfixes (Fixed start collection method related).
This commit is contained in:
+1
-5
@@ -370,11 +370,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
|
||||
//------------------------------------------------
|
||||
|
||||
/// Make sure the CycleBeginForm is closed so that water meter data (s/n) can be copied into results
|
||||
if (cycleBeginFormOpened)
|
||||
{
|
||||
cycleBeginFormOpened = false;
|
||||
if (WaitBeginFormClosed()) goto stopTest;
|
||||
}
|
||||
if (WaitBeginFormClosed()) goto stopTest;
|
||||
|
||||
///
|
||||
/// Populate TestResult data entity with data
|
||||
|
||||
Reference in New Issue
Block a user