This commit is contained in:
2025-03-23 16:17:32 +03:00
parent abab3f067c
commit fcebae094f
3 changed files with 10 additions and 2 deletions

View File

@@ -194,6 +194,10 @@ public class SapforTestingPlanner extends TestingPlanner<SapforPackage> {
}
Print("сравнение завершено");
log.Writeln_("Различий с эталоном: " + testingPackage.mismatchesCount);
if (testingPackage.mismatchesCount>0){
testingPackage.doneTasksCount-=testingPackage.mismatchesCount;
testingPackage.state = TasksPackageState.DoneWithErrors;
}
return;
} else {
Print("сравнение с эталоном невозможно");