From 206fd4aa54305bd79527edefe4d0a67aeba858ea Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Thu, 20 Aug 2026 23:57:12 +0200 Subject: [PATCH] test(data): pin the reference output #719 and #724 render MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both changed the head of every page — a declared fit, a print-time zoom pin and `viewport.js` — without regenerating the reference set, so the comparison rendered new output against a tree missing the script. 265 public and 1175 private files, and the script itself; nothing else moved. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_015d5RcmsA777vwXiuafjx6k --- test/data.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/data.cmake b/test/data.cmake index 30873504..ffdcf2fc 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 "e400d463fdb45eab82d51e030849ff42c405e4eb") + REVISION "d9cb5666399ab5873152953106dce53723fcbced") odr_test_data( PATH "reference-output/odr-private" URL "https://github.com/opendocument-app/OpenDocument.test-private.output.git" - REVISION "12dc988aea7ff6a8fa43df8db98e1dbc22f55356") + REVISION "a1150488e8e2b1ab0d6351373946a6be36858afb")