summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-22 10:06:58 +0200
committerobo <obo@openoffice.org>2010-06-22 10:06:58 +0200
commit21b0abf000e282de8949f9146a8d5181505e195f (patch)
tree1ba3b4666cc84d2cbf8203c6b7b12f13c872e75a /testautomation
parent45881dfb7c1b6509643e9a171feb0b557b93a7e7 (diff)
parent8b8f40ea64e18416a5bac9a8c69c72b479a4cd5c (diff)
CWS-TOOLING: integrate CWS jl152
Diffstat (limited to 'testautomation')
-rwxr-xr-x[-rw-r--r--]testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc2
-rwxr-xr-xtestautomation/dbaccess/required/includes/MainApp.inc16
-rwxr-xr-x[-rw-r--r--]testautomation/extensions/optional/includes/publisher.inc97
-rw-r--r--[-rwxr-xr-x]testautomation/extensions/optional/input/dependencies/version30.oxtbin766 -> 1493 bytes
-rw-r--r--testautomation/extensions/optional/input/dependencies/version31.oxtbin1440 -> 1495 bytes
-rw-r--r--testautomation/extensions/optional/input/dependencies/version310.oxtbin0 -> 1493 bytes
-rw-r--r--testautomation/extensions/optional/input/dependencies/version33.oxtbin0 -> 1494 bytes
-rw-r--r--testautomation/extensions/optional/input/dependencies/version330.oxtbin0 -> 1494 bytes
-rw-r--r--testautomation/extensions/optional/input/dependencies/version34.oxtbin0 -> 1494 bytes
-rwxr-xr-xtestautomation/extensions/optional/input/files.txt7
-rw-r--r--testautomation/extensions/optional/input/issues/111434.oxtbin0 -> 1166 bytes
-rw-r--r--testautomation/extensions/required/includes/e_update.inc165
-rw-r--r--testautomation/extensions/required/includes/e_update_oooimprovement.inc94
-rwxr-xr-xtestautomation/writer/required/includes/w_007_.inc4
14 files changed, 80 insertions, 305 deletions
diff --git a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc
index 10ba7eb017e1..6bcf3399796d 100644..100755
--- a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc
+++ b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc
@@ -199,7 +199,7 @@ testcase tCreateNew3DChart
endif
printlog "Check that 3D look is 'simple' (=default)"
if Scheme3D.GetSelIndex <> 1 then
- warnlog "Default 3D Look ('simple') has not been preserved after save and reload."
+ warnlog "#i112522# - Default 3D Look ('simple') has not been preserved after save and reload."
endif
printlog "Check that 3D shape 'cone' is selected"
if BarColumnShape.GetSelIndex <> 3 Then
diff --git a/testautomation/dbaccess/required/includes/MainApp.inc b/testautomation/dbaccess/required/includes/MainApp.inc
index 4d5855ac9bba..eab441cbb228 100755
--- a/testautomation/dbaccess/required/includes/MainApp.inc
+++ b/testautomation/dbaccess/required/includes/MainApp.inc
@@ -29,18 +29,8 @@
'*
'* short description : test the Main Application Window
'*
-'************************************************************************
-'*
-' #1 tMainApp
-' #1 tMainMenuBar
-' #1 tDatabaseProperties
-' #1 tTableView
-' #1 tPreview
-' #1 tTableFilters
-' #1 tRegisterDatabaseDialog
-' #1 tDatabaseBeamer
-'*
-'\***********************************************************************************
+'\******************************************************************************
+
sub MainApp
printlog "------------------ MainApp.inc ---------------------"
@@ -299,7 +289,7 @@ testcase tMainMenuBar
hMenuSelectNr(1) ' FILE/NEW menu
iCount = hMenuItemGetCount()
if (iCount <> 12) then
- warnlog "There should 12 items in the FILE/NEW menu but there are " + iCount + " items."
+ warnlog "#i112496# - There should 12 items in the FILE/NEW menu but there are " + iCount + " items."
end if
call hMenuClose() ' close the FILE menu
diff --git a/testautomation/extensions/optional/includes/publisher.inc b/testautomation/extensions/optional/includes/publisher.inc
index fcf4400ae748..ca8e31bb07b6 100644..100755
--- a/testautomation/extensions/optional/includes/publisher.inc
+++ b/testautomation/extensions/optional/includes/publisher.inc
@@ -43,15 +43,15 @@ testcase tExtensionPublisher
' Specification document
' http://specs.openoffice.org/appwide/packagemanager/online_update_for_extensions.odt
' http://specs.openoffice.org/appwide/packagemanager/online_update_for_extensions.odt
-
+
' This is the path where the test-extensions and the info file are located
dim cBasePath as string
cBasePath = gTesttoolPath & "extensions/optional/input/publisher/"
cBasePath = convertpath( cBasePath )
-
+
' Modify this file to add test cases or attributes
dim cInfoFile as string : cinfoFile = cBasePath & "extension.info"
-
+
' The number of files to test. Information about this is stored in the file
' specified by cInfoFile
dim iFileCount as integer
@@ -60,72 +60,73 @@ testcase tExtensionPublisher
dim iExitCounter as integer
dim iCurrentExtensionCount as integer : iCurrentExtensionCount = 0
dim iTry as integer
-
+
' This is the data we get from the configuration file
dim cCurrentFileName as string
dim cHasReleaseNotes as string
dim cReleaseNotes as string
dim cHasPublisher as string
dim cPublisher as string
-
+
' This is where we store the configuration data. This array must have more
' lines than cInfoFile contains.
dim cConfigArray( 60 ) as string
-
+
dim cTestString as string
dim bInstallationComplete as boolean : bInstallationComplete = false
-
+
iExtensionCount = hGetExtensionCount()
-
-
+
+
hGetDataFileSection( cInfoFile, cConfigArray(), "info", "", "" )
iFileCount = int( hGetValueForKeyAsString( cConfigArray() , "filecount" ) )
printlog( cInfoFile & " specifies " & iFileCount & " documents to load" )
-
+
iExtensionCount = iExtensionCount + iFileCount
printlog( "Expected number of extensions after installation: " & iExtensionCount )
printlog( "Installing extensions" )
for iCurrentFile = 1 to iFileCount
-
+
hGetDataFileSection( cInfoFile, cConfigArray(), iCurrentFile, "", "" )
cCurrentFileName = hGetValueForKeyAsString( cConfigArray() , "file" )
cCurrentFileName = cBasePath & cCurrentFileName
sExtensionCLI( "add" , cCurrentFileName )
wait 1000 ' This is required, sExtensionCLI is asynchronous.
-
+
next iCurrentFile
printlog( "Finished installing extensions, now verifying..." )
-
+
hNewDocument()
ToolsPackageManager
-
+
kontext "PackageManager"
if ( PackageManager.exists( 3 ) ) then
-
- for iTry = 1 to 30
-
+
+ for iTry = 1 to 30
+
iCurrentExtensionCount = BrowsePackages.getItemCount()
-
+
if ( iCurrentExtensionCount = iExtensionCount ) then
printlog( "All extensions have been installed, good." )
bInstallationComplete = true
exit for
endif
-
+
printlog( "Waiting for listbox: Number of extensions: " & iCurrentExtensionCount )
-
+ wait( 1000 ) ' Required, the list takes considerable time to fill.
+
next iTry
-
+
' If one or more extensions have not been added to the list we better abort the
' test as the remaining parts need all extensions to be installed causing
' lots of cryptig errors to appear in the log.
if ( not bInstallationComplete ) then
warnlog( "Not all extensions have been installed. Aborting test." )
- kontext "PackageManager"
+ kontext "PackageManager"
if ( PackageManager.exists() ) then
PackageManager.cancel()
- PackageManager.notExists( 2 )
+ PackageManager.notExists( 2 )
endif
goto endsub
endif
@@ -133,24 +134,24 @@ testcase tExtensionPublisher
warnlog( "The Extension Manager did not open, Aborting test" )
goto endsub
endif
-
-
+
+
kontext "PackageManager"
printlog( "Going for the update-dialog" )
if ( Updates.isEnabled() ) then
-
+
printlog( "Updates-button is enabled" )
Updates.click()
-
+
kontext "ExtensionUpdate"
if ( ExtensionUpdate.exists( 2 ) ) then
-
+
iExitCounter = 0
- do while ( AvailableUpdatesList.getItemCount() < iFileCount )
+ do while ( AvailableUpdatesList.getItemCount() < iFileCount )
printlog( "Waiting for Updates List to populate..." )
wait( 1000 )
iExitCounter = iExitCounter + 1
- if ( iExitCounter = 200 ) then
+ if ( iExitCounter = 200 ) then
warnlog( "Update list for extensions is stalled (expected: 7), " & _
"found: " & AvailableUpdatesList.getItemCount() )
kontext "ExtensionUpdate"
@@ -162,7 +163,7 @@ testcase tExtensionPublisher
goto endsub
endif
loop
-
+
if ( ShowAllUpdates.exists() ) then
if ( ShowAllUpdates.isEnabled() ) then
warnlog( """Show all updates"" should be disabled" )
@@ -172,29 +173,29 @@ testcase tExtensionPublisher
else
qaerrorlog( """Show all updates"" checkbox could not be accessed" )
endif
-
+
if ( AvailableUpdatesList.isEnabled() ) then
-
+
printlog( "Available updates list populated in " & iExitCounter & " seconds" )
-
+
if ( iExitCounter < 20 ) then
for iCurrentFile = 1 to iFileCount
-
+
hGetDataFileSection( cInfoFile, cConfigArray(), iCurrentFile, "", "" )
cCurrentFileName = hGetValueForKeyAsString( cConfigArray() , "display_name" )
-
+
cHasReleaseNotes = hGetValueForKeyAsString( cConfigArray() , "has_release_notes" )
cReleaseNotes = hGetValueForKeyAsString( cConfigArray() , "release_notes" )
-
+
cHasPublisher = hGetValueForKeyAsString( cConfigArray() , "has_publisher" )
cPublisher = hGetValueForKeyAsString( cConfigArray() , "publisher" )
-
+
AvailableUpdatesList.select( iCurrentFile )
-
+
if ( AvailableUpdatesList.getText() = cCurrentFileName ) then
printlog( "Testing extension: " & cCurrentFileName )
-
+
if ( lcase( cHasReleaseNotes ) = "yes" ) then
if ( ReleaseNotesText.isVisible() ) then
printlog( " - Release notes text is visible. Good." )
@@ -217,7 +218,7 @@ testcase tExtensionPublisher
printlog( " - No release notes for this extension." )
endif
endif
-
+
if ( lcase( cHasPublisher ) = "yes" ) then
if ( UpdatePublisherText.isVisible() ) then
printlog( " - Publisher text is visible. Good." )
@@ -240,14 +241,14 @@ testcase tExtensionPublisher
printlog( " - No Publisher for this extension." )
endif
endif
-
+
else
- warnlog( "The extension is not at the expected position" )
+ printlog( "The extension is not at the expected position" )
printlog( "Expected: " & cCurrentFileName )
printlog( "Found...: " & AvailableUpdatesList.getText() )
exit for
endif
-
+
next iCurrentFile
else
warnlog( "Updates list not fully populated in 15 seconds -> fail" )
@@ -262,15 +263,15 @@ testcase tExtensionPublisher
else
warnlog( "Extension Update dialog is not open" )
endif
-
+
else
warnlog( "Update-button on extension manager ui is disabled" )
endif
-
+
kontext "PackageManager"
PackageManager.close()
PackageManager.notExists( 2 )
-
+
printlog( "Removing extensions" )
for iCurrentFile = 1 to iFileCount
hGetDataFileSection( cInfoFile, cConfigArray(), iCurrentFile, "", "" )
@@ -278,7 +279,7 @@ testcase tExtensionPublisher
sExtensionCLI( "remove" , cCurrentFileName )
next iCurrentFile
printlog( "Finished removing extensions" )
-
+
hFileCloseAll()
endcase
diff --git a/testautomation/extensions/optional/input/dependencies/version30.oxt b/testautomation/extensions/optional/input/dependencies/version30.oxt
index 8750e712f8cd..59b8dc545973 100755..100644
--- a/testautomation/extensions/optional/input/dependencies/version30.oxt
+++ b/testautomation/extensions/optional/input/dependencies/version30.oxt
Binary files differ
diff --git a/testautomation/extensions/optional/input/dependencies/version31.oxt b/testautomation/extensions/optional/input/dependencies/version31.oxt
index 870b4cc97a9a..843cb02f10ec 100644
--- a/testautomation/extensions/optional/input/dependencies/version31.oxt
+++ b/testautomation/extensions/optional/input/dependencies/version31.oxt
Binary files differ
diff --git a/testautomation/extensions/optional/input/dependencies/version310.oxt b/testautomation/extensions/optional/input/dependencies/version310.oxt
new file mode 100644
index 000000000000..40b66db99b65
--- /dev/null
+++ b/testautomation/extensions/optional/input/dependencies/version310.oxt
Binary files differ
diff --git a/testautomation/extensions/optional/input/dependencies/version33.oxt b/testautomation/extensions/optional/input/dependencies/version33.oxt
new file mode 100644
index 000000000000..11525f5be3bd
--- /dev/null
+++ b/testautomation/extensions/optional/input/dependencies/version33.oxt
Binary files differ
diff --git a/testautomation/extensions/optional/input/dependencies/version330.oxt b/testautomation/extensions/optional/input/dependencies/version330.oxt
new file mode 100644
index 000000000000..abc13cdc07a2
--- /dev/null
+++ b/testautomation/extensions/optional/input/dependencies/version330.oxt
Binary files differ
diff --git a/testautomation/extensions/optional/input/dependencies/version34.oxt b/testautomation/extensions/optional/input/dependencies/version34.oxt
new file mode 100644
index 000000000000..e14671c77e92
--- /dev/null
+++ b/testautomation/extensions/optional/input/dependencies/version34.oxt
Binary files differ
diff --git a/testautomation/extensions/optional/input/files.txt b/testautomation/extensions/optional/input/files.txt
index 5e37bbd64659..369cb99b74d2 100755
--- a/testautomation/extensions/optional/input/files.txt
+++ b/testautomation/extensions/optional/input/files.txt
@@ -29,8 +29,12 @@ dependencies\version25.oxt;0,0,1,0,0
dependencies\version30.oxt;0,0,1,0,0
dependencies\version300.oxt;0,0,1,0,0
dependencies\version301.oxt;0,0,1,0,0
+dependencies\version310.oxt;0,0,1,0,0
+dependencies\version330.oxt;0,0,1,0,0
dependencies\versionempty.oxt;0,0,1,0,0
-dependencies\version31.oxt;1,0,0,0,0
+dependencies\version31.oxt;0,0,1,0,0
+dependencies\version33.oxt;0,0,1,0,0
+dependencies\version34.oxt;1,0,0,0,0
dependencies\version937.oxt;1,0,0,0,0
dependencies\versionnone.oxt;0,0,1,0,0
versions/plain.oxt;0,0,1,0,0
@@ -43,3 +47,4 @@ versions/version_1.2.4.7/plain.oxt;0,0,1,0,2
versions/version_1.02.4.7.0/plain.oxt;0,0,1,0,1
versions/version_1.2.3/plain.oxt;0,0,1,0,2
versions/version_1.2.15.3/plain.oxt;0,0,1,0,2
+issues/111434.oxt;0,1,1,0,0
diff --git a/testautomation/extensions/optional/input/issues/111434.oxt b/testautomation/extensions/optional/input/issues/111434.oxt
new file mode 100644
index 000000000000..d88965e803f1
--- /dev/null
+++ b/testautomation/extensions/optional/input/issues/111434.oxt
Binary files differ
diff --git a/testautomation/extensions/required/includes/e_update.inc b/testautomation/extensions/required/includes/e_update.inc
index c3114a65dbbc..769259aeaa7c 100644
--- a/testautomation/extensions/required/includes/e_update.inc
+++ b/testautomation/extensions/required/includes/e_update.inc
@@ -120,161 +120,30 @@ testcase tExtensionManagerResources()
printlog( "Extension Options button does not exist, no options available" )
endif
- if ( bUserIsAdmin ) then
-
- ' If the user is Admin or the office was installed in the users
- ' home directory we have access to the extensions that reside in
- ' the shared layer. This means that the user can remove and disable
- ' these extensions.
-
- kontext "PackageManager"
- BrowsePackages.select( 1 )
- if ( disable.exists() ) then
- if ( disable.isEnabled() ) then
-
- disable.click()
-
- kontext "Active"
- if ( Active.exists( 1 ) ) then
- printlog( "Disable extension: Warning for other office instance. Good." )
- active.ok()
- else
- warnlog( "No warning for other office instances running" )
- endif
-
- ' We now re-enable the extensions. Depending on the "size"
- ' of the extension it might take the Extension Manager UI
- ' a few seconds to complete the "disable" action. We need to
- ' wait for that.
- kontext "PackageManager"
- BrowsePackages.select( 1 )
- iBreakCounter = 0
- do while( not enable.exists() )
- iBreakCounter = iBreakCounter + 1
- wait( 100 )
- if ( iBreakCounter = MAX_ITERATIONS ) then
- warnlog( "Extension not ready within timeframe. Aborting" )
- goto endsub
- endif
- loop
- enable.click()
-
- kontext "Active"
- if ( Active.exists( 1 ) ) then
- printlog( "Enable extension: Warning for other office instance. Good." )
- active.ok()
- else
- warnlog( "No warning for other office instances running" )
- endif
-
- ' The Extension Manager UI remembers when it has warned about
- ' other running instances of the office, so the next time we try
- ' to disable/enable the extension there should be no warning.
-
- kontext "PackageManager"
- iBreakCounter = 0
- do while( not disable.exists() )
- iBreakCounter = iBreakCounter + 1
- wait( 100 )
- if ( iBreakCounter = MAX_ITERATIONS ) then
- warnlog( "Extension not ready within timeframe. Aborting" )
- goto endsub
- endif
- loop
- disable.click()
+ kontext "PackageManager"
+ BrowsePackages.select( 1 )
- kontext "Active"
- if ( Active.exists( 1 ) ) then
- warnlog( "There should be no warning when disabling the extension a second time" )
- active.ok()
- else
- printlog( "Disable extension: No warning for other office instances. Good." )
- endif
-
- kontext "PackageManager"
- iBreakCounter = 0
- do while( not enable.exists() )
- iBreakCounter = iBreakCounter + 1
- wait( 100 )
- if ( iBreakCounter = MAX_ITERATIONS ) then
- warnlog( "Extension not ready within timeframe. Aborting" )
- goto endsub
- endif
- loop
- enable.click()
-
- kontext "Active"
- if ( Active.exists( 1 ) ) then
- warnlog( "There should be no warning when enabling the extension a second time" )
- active.ok()
- else
- printlog( "Enable extension: No warning for other office instances. Good." )
- endif
- WaitSlot()
-
- else
- warnlog( "User should be able to disable shared extension" )
- endif
+ printlog( "Check visibility of some controls, many are hidden for bundled extensions" )
+ if ( disable.exists() ) then
+ if ( disable.isVisible() ) then
+ warnlog( "Button <Disable> should not be visible for shared extensions" )
else
- warnlog( "Cannot disable extension. It might be disabled already or defunct" )
+ printlog( "Button <Disable> is hidden" )
endif
-
- kontext "PackageManager"
- iBreakCounter = 0
- do while( not remove.isEnabled() )
- iBreakCounter = iBreakCounter + 1
- wait( 100 )
- if ( iBreakCounter = MAX_ITERATIONS ) then
- warnlog( "Extension not ready within timeframe. Aborting" )
- goto endsub
- endif
- loop
-
- kontext "PackageManager"
- if ( remove.isEnabled() ) then
-
- remove.click()
-
- ' Note: First time we try to remove an extension we should get a
- ' warning that we must make sure that no other office instances
- ' are running. If this warning is missing we actually remove the
- ' extension which leaves the installation in an inconsistent
- ' state. In a "real life" installation this would not work, in a
- ' "user space" installation we have to reinstall. Bad that is.
-
- kontext "Active"
- if ( Active.exists( 1 ) ) then
- printlog( "Remove extension: Warning for other office instances. Good." )
- active.cancel()
- else
- warnlog( "No warning for other office instances running" )
- warnlog( "Installation inconsistency: Extension was removed!" )
- endif
- WaitSlot()
-
- ' Note: Like for the disable/enable buttons we should not get
- ' a warning for another running office instance when removing
- ' an extension for the second time.
-
+ else
+ printlog( "The control <Disable> is not defined in this context" )
+ endif
+
+ if ( remove.exists() ) then
+ if ( remove.isVisible() ) then
+ warnlog( "Button <Remove> should not be visible for shared extensions" )
else
- warnlog( "User should be able to remove extension" )
+ printlog( "Button <Remove> is hidden" )
endif
else
-
- ' if the user does not have Administrator rights he may neither
- ' he may neither disable or remove extensions.
-
- kontext "PackageManager"
- if ( disable.isEnabled() ) then
- warnlog( "Disable-button enabled for shared extension" )
- endif
-
- kontext "PackageManager"
- if ( remove.isEnabled() ) then
- warnlog( "Remove-button enabled for shared extension" )
- endif
+ printlog( "The control <Remove> is not defined in this context" )
endif
-
+
kontext "PackageManager"
PackageManager.close()
diff --git a/testautomation/extensions/required/includes/e_update_oooimprovement.inc b/testautomation/extensions/required/includes/e_update_oooimprovement.inc
deleted file mode 100644
index 0981a1836937..000000000000
--- a/testautomation/extensions/required/includes/e_update_oooimprovement.inc
+++ /dev/null
@@ -1,94 +0,0 @@
-'encoding UTF-8 Do not remove or change this line!
-'**************************************************************************
-' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-'
-' Copyright 2000, 2010 Oracle and/or its affiliates.
-'
-' OpenOffice.org - a multi-platform office productivity suite
-'
-' This file is part of OpenOffice.org.
-'
-' OpenOffice.org is free software: you can redistribute it and/or modify
-' it under the terms of the GNU Lesser General Public License version 3
-' only, as published by the Free Software Foundation.
-'
-' OpenOffice.org is distributed in the hope that it will be useful,
-' but WITHOUT ANY WARRANTY; without even the implied warranty of
-' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-' GNU Lesser General Public License version 3 for more details
-' (a copy is included in the LICENSE file that accompanied this code).
-'
-' You should have received a copy of the GNU Lesser General Public License
-' version 3 along with OpenOffice.org. If not, see
-' <http://www.openoffice.org/license.html>
-' for a copy of the LGPLv3 License.
-'
-'/******************************************************************************
-'*
-'* owner : joerg.skottke@sun.com
-'*
-'* short description : Extension Update Test
-'*
-'\******************************************************************************
-
-testcase tUpdtOOoImprovement
-
- printlog( "Update test for the tools/options dialog of the OOo Improvement extension" )
- if ( not gExtensionOOoImprovementIsInstalled ) then
- qaerrorlog( "The extension is not installed." )
- goto endsub
- endif
-
- dim cLogFile as string
- cLogFile = gOfficePath & "user\temp\feedback\Current.csv"
- cLogFile = convertpath( cLogFile )
-
- if ( hDeleteFile( cLogFile ) ) then
- printlog( "Test environment is clean, no logfile present (anymore)" )
- endif
-
- ToolsOptions
- hToolsOptions( "StarOffice", "Improvement" )
- printlog( "Improvement Program tabpage" )
-
- call DialogTest( TabOOoImprovement )
-
- ParticipateNo.check()
- ParticipateYes.check()
-
- if ( ShowData.isEnabled() ) then
-
- ShowData.click()
-
- Kontext "TextImport"
- if ( TextImport.exists( 1 ) ) then
- printlog( "Text import dialog" )
-
- call DialogTest( TextImport )
- TextImport.cancel()
- else
- warnlog( "#i97340# Show Data button enabled but no logged data found" )
- endif
-
- Kontext "Active"
- if ( Active.exists( 1 ) ) then
- printlog( "Messagebox: " & Active.getText() )
- Active.ok()
- else
- warnlog( "No warning for missing file: " & cLogFile )
- endif
-
- Kontext "Active"
- if ( Active.exists( 1 ) ) then
- warnlog( "#97342# Second message for missing " & cLogFile )
- Active.ok()
- endif
- else
- printlog( "Show data is disabled" )
- endif
-
- Kontext "OptionenDlg"
- OptionenDlg.cancel()
-
-endcase
-
diff --git a/testautomation/writer/required/includes/w_007_.inc b/testautomation/writer/required/includes/w_007_.inc
index 6614fe77a162..4551ee1c2390 100755
--- a/testautomation/writer/required/includes/w_007_.inc
+++ b/testautomation/writer/required/includes/w_007_.inc
@@ -1114,6 +1114,10 @@ endcase
' -------------------------------------------
testcase tHtmlDocToolsHangulHanjaConversion
+
+ warnlog( "#i112523# - Hangul Hanya Conversion dialog causes crash." )
+ goto endsub
+
Dim bAsianLanguage as Boolean
Dim sTestFile as String