[Scummvm-git-logs] scummvm master -> 0a186a66d6425212f9e1a340aa84b40709a55527

criezy criezy at scummvm.org
Thu Oct 13 00:05:11 CEST 2016


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:
0a186a66d6 TESTBED: Fix fullscreen test


Commit: 0a186a66d6425212f9e1a340aa84b40709a55527
    https://github.com/scummvm/scummvm/commit/0a186a66d6425212f9e1a340aa84b40709a55527
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-10-12T23:04:42+01:00

Commit Message:
TESTBED: Fix fullscreen test

The test was always failing when starting from the fullscreen state.

Changed paths:
    engines/testbed/graphics.cpp



diff --git a/engines/testbed/graphics.cpp b/engines/testbed/graphics.cpp
index afb1c58..e774008 100644
--- a/engines/testbed/graphics.cpp
+++ b/engines/testbed/graphics.cpp
@@ -488,7 +488,7 @@ TestExitStatus GFXtests::fullScreenMode() {
 
 		prompt = "This should be your initial state. Is it?";
 
-		if (!Testsuite::handleInteractiveInput(prompt, "Yes, it is", "Nopes", shouldSelect)) {
+		if (!Testsuite::handleInteractiveInput(prompt, "Yes, it is", "Nopes", kOptionLeft)) {
 			// User selected incorrect mode
 			Testsuite::logDetailedPrintf("switching back to initial state failed\n");
 			passed = kTestFailed;





More information about the Scummvm-git-logs mailing list