summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-21 11:34:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-21 11:34:01 +0000
commita3e3f719efe2d7ca6afff7acea0dd3d264419865 (patch)
tree45febbb47f27fc8b235b669f58e9e49116f44377 /smoketestoo_native
parent50618790d4af91063b594a0b37b238ffc139fc44 (diff)
make smoketest work again
Diffstat (limited to 'smoketestoo_native')
-rw-r--r--smoketestoo_native/data/Test_10er.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketestoo_native/data/Test_10er.xml b/smoketestoo_native/data/Test_10er.xml
index dd880247284b..1cba6c60cba0 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