Files
loongoffice/sc/qa/unit/data
dante 9c9f3ae5d8 Test Kahan Sum. Will check Kahan sum stills work properly.
This test file contains summations wich won't work with a raw sum.
However Kahan Summation can give a correct output.

Change-Id: I6fb3ded287414e8a99964b838c63f52f9262576e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115256
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-05-10 20:16:06 +02:00
..
2021-05-04 13:02:27 +02:00

Files with the string 'CVE' in their name are encrypted to avoid
problems with virus checkers on source code download.; use:

mdecrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to unencrypt
mcrypt --bare -a arcfour -o hex -k 435645 -s 3   foo.doc # to create new tests

to get access to the plain files for manual testing.