summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/includes/basic_library_export.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/optional/includes/basic_library_export.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/framework/optional/includes/basic_library_export.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/testautomation/framework/optional/includes/basic_library_export.inc b/testautomation/framework/optional/includes/basic_library_export.inc
index 18bb4af4441c..6f5acacbdb24 100644..100755
--- a/testautomation/framework/optional/includes/basic_library_export.inc
+++ b/testautomation/framework/optional/includes/basic_library_export.inc
@@ -38,7 +38,9 @@ testcase tBasicLibraryExport
' Assumption: All actions take place in the user/work directory
' macro taken from framework/tools/input/macros.txt::tBasicLibraryExport
- ' For constants (UPPERCASE) see .BAS-file
+ ' For test specific global constants (UPPERCASE) see .BAS-file
+
+ const LIBRARIES_TAB = 3
dim cDocumentName as string
dim cLibraryName as string
@@ -124,7 +126,7 @@ testcase tBasicLibraryExport
Verwalten.click()
printlog( "Go to the libraries-tab" )
- hSelectBasicObjectOrganizerTab( 3 )
+ hSelectBasicObjectOrganizerTab( LIBRARIES_TAB )
kontext "TabBibliotheken"
printlog( "Select the document at pos. " & DOCUMENT_POSITION )