|
@@ -515,12 +515,14 @@ namespace MOKA_Factory_Tools.BLL
|
|
if (TestResult)
|
|
if (TestResult)
|
|
{
|
|
{
|
|
redo0Model.Test02 = "PASS";
|
|
redo0Model.Test02 = "PASS";
|
|
- redo0Model.FinalTest = "OncePass";
|
|
|
|
|
|
+ redo0Model.FinalTest = "PASS";
|
|
|
|
+ redo0Model.ResultType = "OncePass";
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|
|
redo0Model.Test02 = "FAIL";
|
|
redo0Model.Test02 = "FAIL";
|
|
- redo0Model.FinalTest = "RealFail";
|
|
|
|
|
|
+ redo0Model.FinalTest = "FAIL";
|
|
|
|
+ redo0Model.ResultType = "RealFail";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
else if ( redo0Model.Test01.ToLower() =="fail")
|
|
else if ( redo0Model.Test01.ToLower() =="fail")
|
|
@@ -528,12 +530,14 @@ namespace MOKA_Factory_Tools.BLL
|
|
if (TestResult)
|
|
if (TestResult)
|
|
{
|
|
{
|
|
redo0Model.Test02 = "PASS";
|
|
redo0Model.Test02 = "PASS";
|
|
- redo0Model.FinalTest = "RealFail";
|
|
|
|
|
|
+ redo0Model.FinalTest = "PASS";
|
|
|
|
+ redo0Model.ResultType = "RealFail";
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|
|
redo0Model.Test02 = "FAIL";
|
|
redo0Model.Test02 = "FAIL";
|
|
- redo0Model.FinalTest = "RealFail";
|
|
|
|
|
|
+ redo0Model.FinalTest = "FAIL";
|
|
|
|
+ redo0Model.ResultType = "RealFail";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|