|
@@ -220,7 +220,8 @@ namespace TeamAAS_VP.Services
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- string res = isSuccess ? "PASS" : "FAIL";
|
|
|
|
|
|
|
+ //string res = isSuccess ? "PASS" : "FAIL";
|
|
|
|
|
+ string res = "PASS";
|
|
|
string url = "";
|
|
string url = "";
|
|
|
string[] station = new string[3];
|
|
string[] station = new string[3];
|
|
|
string[] fixtureId = new string[3];
|
|
string[] fixtureId = new string[3];
|