TESTBED: Remove obsolete comment

This commit is contained in:
Eugene Sandulenko 2020-09-12 12:03:20 +02:00
parent ec1ebfa248
commit 106b5af150

View File

@ -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)) {