Browse Source

Remove duplicate "Equal" table from VisualTest comparison log (#782)

кафіф 5 months ago
parent
commit
9a9974c4dc
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Tests/Source/VisualTests/TestNavigator.cpp

+ 0 - 6
Tests/Source/VisualTests/TestNavigator.cpp

@@ -566,12 +566,6 @@ void TestNavigator::StopTestSuiteIteration()
 			suite.SetIndex(i);
 			suite.SetIndex(i);
 			log += Rml::CreateString("%5d   %s\n", i + 1, suite.GetFilename().c_str());
 			log += Rml::CreateString("%5d   %s\n", i + 1, suite.GetFilename().c_str());
 		}
 		}
-		log += "\nEqual:\n";
-		for (int i : equal)
-		{
-			suite.SetIndex(i);
-			log += Rml::CreateString("%5d   %s\n", i + 1, suite.GetFilename().c_str());
-		}
 
 
 		const Rml::String log_path = GetCaptureOutputDirectory() + "/comparison.log";
 		const Rml::String log_path = GetCaptureOutputDirectory() + "/comparison.log";
 		bool save_result = SaveFile(log_path, log);
 		bool save_result = SaveFile(log_path, log);