summaryrefslogtreecommitdiff
path: root/smoketestoo_native/data
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-01-13 10:46:14 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-01-13 10:46:14 +0000
commit775d2cf9b2af5bf5a52daa230d5ca3427749d5b9 (patch)
treed8e6be77ba9c2ec87e99a7a744a6c019942ea816 /smoketestoo_native/data
parentcd2f7858b1314f576819c760aaf0f6b01799e7b1 (diff)
#i10000# Disable database test (temporary work around until i60480 is fixed. See i60482).
Diffstat (limited to 'smoketestoo_native/data')
-rwxr-xr-xsmoketestoo_native/data/scripts/Global.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketestoo_native/data/scripts/Global.xba b/smoketestoo_native/data/scripts/Global.xba
index 8cc2fc4d3a75..a6306f07e5b1 100755
--- a/smoketestoo_native/data/scripts/Global.xba
+++ b/smoketestoo_native/data/scripts/Global.xba
@@ -512,7 +512,7 @@ Sub SetDefaultOptions
bMakeMathTest = true
bMakeChartTest = true
bMakeJavaTest = true
- bMakeDBTest = true
+ bMakeDBTest = false
bMakeSaveOpenXMLTest = true
bMakeSaveOpen50Test = true
bMakeSaveOpen8Test = true
@@ -683,4 +683,4 @@ Sub WriteExtUserField(nIndex as Integer, aCursor as Object, aDoc as Object)
aCursor.Text.InsertTextContent (aCursor, aUserField, True)
aUserField.Fix = True
End Sub
-</script:module> \ No newline at end of file
+</script:module>