debuglevels: fixed index access in StartTestWithDefaultOptions
This commit is contained in:
parent
123c60ed46
commit
c32a04b6b8
1 changed files with 2 additions and 1 deletions
|
@ -658,10 +658,11 @@ Function StartTestWithDefaultOptions
|
|||
component(cStJava) = "Java"
|
||||
component(cStDataBase) = "Base"
|
||||
component(cStExtension) = "Extensions"
|
||||
dim action(2) as string
|
||||
dim action(3) as string
|
||||
action(cDocNew) = "new"
|
||||
action(cDocSaveOpen8) = "V8.0"
|
||||
action(cDocSaveOpenXML) = "XML"
|
||||
action(cDocClose) = "close"
|
||||
dim baseAction(5) as string
|
||||
baseAction(cDBService) = "services"
|
||||
baseAction(cDBOpen) = "open"
|
||||
|
|
Loading…
Reference in a new issue