[Libreoffice-commits] .: smoketestoo_native/data
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Mar 21 04:34:07 PDT 2011
smoketestoo_native/data/Test_10er.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c5cf3aaab577bf1dfdd6f6e81148497307abac9a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Mar 21 11:34:01 2011 +0000
make smoketest work again
diff --git a/smoketestoo_native/data/Test_10er.xml b/smoketestoo_native/data/Test_10er.xml
index 68e240d..2864da8 100644
--- a/smoketestoo_native/data/Test_10er.xml
+++ b/smoketestoo_native/data/Test_10er.xml
@@ -657,7 +657,7 @@ end Function
Function IsFilterAvailable (FilterType as Integer) as boolean
IsFilterAvailable = true
- if ((FilterType = (frmHyperText or cFltXML))) then
+ if ((FilterType = (frmHyperText or cFlt50)) or (FilterType = (frmHyperText or cFltXML))) then
IsFilterAvailable = false
end if
End Function
More information about the Libreoffice-commits
mailing list