diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-01-05 13:21:14 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-05 13:33:56 +0100 |
commit | 18b0343010517daa1eaf52a17ef19564076e1f3a (patch) | |
tree | 0bdbbb7f5813ea34adf4939db5cabf7f1f168cbf /unotest | |
parent | 15494f0f99d1cf6f75e8c2996377b242af247bbf (diff) |
RC4 encrypt some WMF and TIFF test files
Reportedly some virus scanners warn about some of these files.
Use a new "RC4" name prefix since the files don't come from external
sources.
http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/69200
Change-Id: I6d4cff2fdd5c0134bf2c77558ea09b3196b39be9
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/cpp/filters-test.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unotest/source/cpp/filters-test.cxx b/unotest/source/cpp/filters-test.cxx index 6ed09e6e6a3f..b4d5cf07516c 100644 --- a/unotest/source/cpp/filters-test.cxx +++ b/unotest/source/cpp/filters-test.cxx @@ -98,7 +98,8 @@ void FiltersTest::recursiveScan(filterStatus nExpected, if ( (sURL.match("BID", nLastSlash+1)) || (sURL.match("CVE", nLastSlash+1)) || - (sURL.match("EDB", nLastSlash+1)) + (sURL.match("EDB", nLastSlash+1)) || + (sURL.match("RC4", nLastSlash+1)) // just means "encrypted" ) { bEncrypted = true; |