From 005a5983993015e16d5b386eae30a1f71311bfb3 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sun, 6 Sep 2026 13:32:00 +0200 Subject: [PATCH] test(data): advance the reference-output pins onto the run #824 pushed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #824 pushed regenerated reference output but left `test/data.cmake` pinned at #819's revisions, so CI clones a tree that predates the outputs the suite now writes. `compare-html` then dies on a directory it has no reference for — `ods/file_example_ODS_100.ods-read-only`, added by #699 — rather than reporting it, because it builds the failure's path with `relative_to(a)` for a path under `b`. Every open pull request fails the `test` leg on it, main included. Verified: a full RelWithDebInfo run diffs byte-identical (`diff -rq`, 0 lines) against both output repositories at these two commits. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_0195navGk6vKJcZ6cjrWsNDP --- test/data.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/data.cmake b/test/data.cmake index 2b923d3c3..62a86e4e3 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 "8d9a5459118e25eb44db8b86564b7848cb5a4b66") + REVISION "a89a503618ee75f597d64d5dc2990d973a8e6e3d") odr_test_data( PATH "reference-output/odr-private" URL "https://github.com/opendocument-app/OpenDocument.test-private.output.git" - REVISION "a83bd65792fba59ad2555c9e56a54bcb8f4605f0") + REVISION "27f66375b17729a3df858daf756bcceb803e7879")