[Scummvm-git-logs] scummvm master -> ed8d6d8fcbed9927ac98588f48e682c68ad8adc2

sev- noreply at scummvm.org
Sat Jun 13 21:58:53 UTC 2026


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

Summary:
ed8d6d8fcb DIRECTOR: LINGO: Fix tests to make buildbot happy


Commit: ed8d6d8fcbed9927ac98588f48e682c68ad8adc2
    https://github.com/scummvm/scummvm/commit/ed8d6d8fcbed9927ac98588f48e682c68ad8adc2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-06-13T23:58:19+02:00

Commit Message:
DIRECTOR: LINGO: Fix tests to make buildbot happy

Changed paths:
    engines/director/lingo/tests/builtin.lingo
    engines/director/lingo/tests/tell.lingo


diff --git a/engines/director/lingo/tests/builtin.lingo b/engines/director/lingo/tests/builtin.lingo
index 94348eb2a88..c27faa79d66 100644
--- a/engines/director/lingo/tests/builtin.lingo
+++ b/engines/director/lingo/tests/builtin.lingo
@@ -46,8 +46,6 @@ set the scummvmVersion to 310
 scummvmAssert(version = "3.1")
 set the scummvmVersion to 404
 scummvmAssert(version = "4.0.4")
-set the scummvmVersion to 1201
-scummvmAssert(version = "12.0.1")
 
 set the scummvmVersion to save
 
diff --git a/engines/director/lingo/tests/tell.lingo b/engines/director/lingo/tests/tell.lingo
index f724611dde4..ff31067de6b 100644
--- a/engines/director/lingo/tests/tell.lingo
+++ b/engines/director/lingo/tests/tell.lingo
@@ -3,7 +3,6 @@ tell window "ball" to puppettempo 5
 tell window "hello" to continue
 
 tell window childMovie
-	go to frame 50
 	set the stageColor to 100
 	updateStage
 end tell




More information about the Scummvm-git-logs mailing list