From b7489cd62d084ca009652a65552dacd6c6ff99d6 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Thu, 20 Aug 2026 21:01:09 +0200 Subject: [PATCH] test(pdf): pin the reference output #720 actually renders The held-break fix landed after the pins were taken, so three private pdf pages differ from what main renders and the compare step fails on main. --- test/data.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/data.cmake b/test/data.cmake index 30fdc2dd..856cacb3 100644 --- a/test/data.cmake +++ b/test/data.cmake @@ -17,9 +17,9 @@ odr_test_data( odr_test_data( PATH "reference-output/odr-public" URL "https://github.com/opendocument-app/OpenDocument.test.output.git" - REVISION "e352a4626b8e7cffa7f7a077d07af4edc8d46809") + REVISION "1c2342a880046484425b2a5ffcdac85c33401f20") odr_test_data( PATH "reference-output/odr-private" URL "https://github.com/opendocument-app/OpenDocument.test-private.output.git" - REVISION "460544f350ea0f7c4e009721a184e4f496ff2733") + REVISION "115b2f1cb29e5ca4366c97b4891fba9cc8b6b9f0")