Files
loongoffice/sc/qa/unit/data
Caolán McNamara e46e041c90 reject invalid dbase files with 0 len db_slng right at the start
Change-Id: If4aa5249391ea2d2e475fa3ebaccf4e9fc7442de
2014-09-11 17:25:43 +01:00
..
2014-08-09 13:35:48 +01:00
2014-08-16 00:14:26 +02:00
2014-08-17 05:50:13 +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.