You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Test that draw_tilemap() draws the tilemap correctly using the draw comparison functions in objTestAsyncDraw:
// Start drawing to a test surface
testSurface = start_draw_comparison();
// draw the tilemap at 0,0
draw_tilemap(layerTilemap, 0, 0);
// Stop drawing to the test surface, store it as a buffer, then compare it against the drawTilemapTestExpectedBuffer file
end_draw_comparison(testSurface, "drawTilemapTest", "draw_tilemap(), failed draw buffer comparison");
Output From The Test
Testsuite Name: BasicTilemapTestSuite
Test Name: draw_tilemap
description: draw_tilemap(), failed draw buffer comparison
title: Assert buffers to be equal (MD5 hash)
stack: gml_Script_end_draw_comparison:108
actual: "5b59514d9527e1b25a6da54c9c87ab3b"
expected: "5f2985c9d87a402b0009273bcc21d2b4"
Workflow Artefact URL
https://github.com/YoYoGames/GM-TestFramework/actions/runs/11610157668#artifacts
Test Code
Output From The Test
Runtime Version
2024.1100.0.689
Location Of The Test
https://github.com/YoYoGames/GM-TestFramework/blob/85e03a71e87b23cffb3b93b42b18081307cf2f09/projects/xUnit/scripts/BasicTilemapTestSuite/BasicTilemapTestSuite.gml#L728
Which platform(s) are you seeing the problem on?
Windows
The text was updated successfully, but these errors were encountered: