libreofficekit/qa/data/join/README    |    4 ----
 libreofficekit/qa/data/join/README.md |   16 ++++++++++++++++
 2 files changed, 16 insertions(+), 4 deletions(-)

New commits:
commit 1163713bca932e96c1634a54310f9f2b45b038f2
Author:     Hossein <hoss...@libreoffice.org>
AuthorDate: Tue Nov 19 12:43:39 2024 +0100
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Tue Nov 19 15:18:10 2024 +0100

    Improve LOK tilebench README.md for joining test
    
    The previous command was not working, because of the lack of absolute
    path and also the wrong path to the test document. This should be fixed
    now.
    
    Change-Id: I2230041e17e4b6b33cfd44e5f15a5fce086a5f1c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176764
    Tested-by: Jenkins
    Reviewed-by: Hossein   <hoss...@libreoffice.org>

diff --git a/libreofficekit/qa/data/join/README 
b/libreofficekit/qa/data/join/README
deleted file mode 100644
index 35762e1f0525..000000000000
--- a/libreofficekit/qa/data/join/README
+++ /dev/null
@@ -1,4 +0,0 @@
-Files to run through tilebench --join to detect problems.
-
-bin/run tilebench instdir/program libreofficekit/qa/join/<filename> --join
-
diff --git a/libreofficekit/qa/data/join/README.md 
b/libreofficekit/qa/data/join/README.md
new file mode 100644
index 000000000000..787b05b83b89
--- /dev/null
+++ b/libreofficekit/qa/data/join/README.md
@@ -0,0 +1,16 @@
+# LibreOfficeKit tilebench joining tests
+
+This folder contain documents to run through `tilebench --join` to detect 
problems. To run the tests, simply invoke:
+
+    bin/run tilebench $PWD/instdir/program 
libreofficekit/qa/data/join/<filename> --join
+
+After the tests are complete, you may see an output like this:
+
+```
+Failed 81 joins
+       Zoom 0.5 bad tiles: 23 with 5637 mismatching pixels
+       Zoom 0.6 bad tiles: 12 with 1341 mismatching pixels
+       ...
+       Zoom 2 bad tiles: 3 with 1675 mismatching pixels
+```
+

Reply via email to