Skip to content
Snippets Groups Projects
Commit 9534580c authored by Баглий Антон Павлович's avatar Баглий Антон Павлович
Browse files

FIX: ...,

parent b9cd89f6
No related merge requests found
......@@ -113,7 +113,7 @@ namespace NunitReport
{
double maxGrade = (double) task["tests"][caseName]["grade"];
int subModuleNumber = (int) task["tests"][caseName]["subModuleNumber"];
if (testcase.Attributes["result"].Value == "Success")
if (testcase.Attributes["result"].Value == "Passed" || testcase.Attributes["result"].Value == "Success")
{
if (!countedGrades.ContainsKey(subModuleNumber))
{
......
......@@ -214,7 +214,7 @@
},
}
},
{ "name": "TestGeneratedLexer",
{ "namespace": "TestGeneratedLexer",
"tests": {
"TestIdCount": {
"grade": 1.5,
......@@ -301,7 +301,7 @@
}
}
},
{ "name": "TestASTParser",
{ "namespace": "TestASTParser",
"tests": {
"TestWhile": {
"grade": 2,
......@@ -333,7 +333,7 @@
}
}
},
{ "name": "TestCodeGenerator",
{ "namespace": "TestCodeGenerator",
"tests": {
"SmokeTest": {
"grade": 0,
......@@ -361,7 +361,7 @@
},
}
},
{ "name": "TestVisitors",
{ "namespace": "TestVisitors",
"tests": {
"NoLoopTest": {
"grade": 0.5,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment