diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-30 09:04:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-30 12:47:50 +0100 |
commit | 1d76bc0d90d1151c03b0cf13265df5df9b3ffb41 (patch) | |
tree | 75802f8f874c209df11289e48ea54621e32b0c3b /unotest/source | |
parent | 747cb47357f7088077e78878c1a37ad58138faf3 (diff) |
add another tiff regression test
Change-Id: I0466a872576132b8ad9e5b164f57951549dd54e0
Diffstat (limited to 'unotest/source')
-rw-r--r-- | unotest/source/cpp/filters-test.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unotest/source/cpp/filters-test.cxx b/unotest/source/cpp/filters-test.cxx index f92ce794d028..64c6159bfffb 100644 --- a/unotest/source/cpp/filters-test.cxx +++ b/unotest/source/cpp/filters-test.cxx @@ -98,6 +98,7 @@ void FiltersTest::recursiveScan(const rtl::OUString &rFilter, const rtl::OUStrin continue; if ( + (sURL.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("BID"), nLastSlash+1)) || (sURL.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("CVE"), nLastSlash+1)) || (sURL.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("EDB"), nLastSlash+1)) ) |