[Scummvm-git-logs] scummvm master -> 106b5af150496d4b5be578cd8b0b1cdac410d390

sev- sev at scummvm.org
Sat Sep 12 10:03:36 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
106b5af150 TESTBED: Remove obsolete comment


Commit: 106b5af150496d4b5be578cd8b0b1cdac410d390
    https://github.com/scummvm/scummvm/commit/106b5af150496d4b5be578cd8b0b1cdac410d390
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-12T12:03:20+02:00

Commit Message:
TESTBED: Remove obsolete comment

Changed paths:
    engines/testbed/networking.cpp


diff --git a/engines/testbed/networking.cpp b/engines/testbed/networking.cpp
index 86a0011836..6498c65d2c 100644
--- a/engines/testbed/networking.cpp
+++ b/engines/testbed/networking.cpp
@@ -38,7 +38,6 @@ TestExitStatus Networkingtests::testConnectionLimit() {
 		bool isLimited = g_system->isConnectionLimited();
 
 		if (ConfParams.isSessionInteractive()) {
-			// Directly verify date
 			Common::String status = "We expect the internet connection to be ";
 			status += (isLimited ? "limited." : "unlimited.");
 			if (Testsuite::handleInteractiveInput(status, "Correct!", "Wrong", kOptionRight)) {




More information about the Scummvm-git-logs mailing list