From acb32580ce440aa687309999ed11ee6e5ca1fa72 Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Mon, 9 Aug 2010 21:18:27 +0000 Subject: TESTBED: Some more refinements to the GUI and mouse event tests svn-id: r51946 --- engines/testbed/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/testbed/sound.cpp') diff --git a/engines/testbed/sound.cpp b/engines/testbed/sound.cpp index f93dbf0e92..6b56a75b50 100644 --- a/engines/testbed/sound.cpp +++ b/engines/testbed/sound.cpp @@ -133,7 +133,7 @@ TestExitStatus SoundSubsystem::playBeeps() { g_system->delayMillis(500); mixer->pauseHandle(handle, true); - if (Testsuite::handleInteractiveInput("Were you able to hear the left beep?", "Yes", "No", kOptionRight)) { + if (Testsuite::handleInteractiveInput(" Were you able to hear the left beep? ", "Yes", "No", kOptionRight)) { Testsuite::logDetailedPrintf("Error! Left Beep couldn't be detected : Error with Mixer::setChannelBalance()\n"); passed = kTestFailed; } -- cgit v1.2.3