Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.cs =================================================================== diff -u -r8a6fc9305c59af074879bea4e9156622a7a4ab83 -r59d97777ad14843a13affec9bee9bf3c6c3272fb --- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.cs (.../AutomatedSystemTestsRepository.cs) (revision 8a6fc9305c59af074879bea4e9156622a7a4ab83) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.cs (.../AutomatedSystemTestsRepository.cs) (revision 59d97777ad14843a13affec9bee9bf3c6c3272fb) @@ -10144,7 +10144,7 @@ /// Creates a new OpenFileDialog folder. /// public OpenFileDialogAppFolder(RepoGenBaseFolder parentFolder) : - base("OpenFileDialog", "/form[@title='Bestand openen']", parentFolder, 30000, null, true, "b4994c0d-5167-43e4-8cf7-09a41072ae61", "") + base("OpenFileDialog", "/form[@title='Bestand openen' or @title='Bestand Openen' or @title='Open File' or @title='Open file']", parentFolder, 30000, null, true, "b4994c0d-5167-43e4-8cf7-09a41072ae61", "") { _buttonopenInfo = new RepoItemInfo(this, "ButtonOpen", "button[@text='&Open']", 30000, null, "1003af8e-9e10-4fa3-9036-19f31d7713b9"); _filenamefieldInfo = new RepoItemInfo(this, "FileNameField", "?/combobox/text", 30000, null, "88a4a7e6-e1ab-4778-871a-63b4fc5f59ae"); Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.rxrep =================================================================== diff -u -r8a6fc9305c59af074879bea4e9156622a7a4ab83 -r59d97777ad14843a13affec9bee9bf3c6c3272fb --- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.rxrep (.../AutomatedSystemTestsRepository.rxrep) (revision 8a6fc9305c59af074879bea4e9156622a7a4ab83) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.rxrep (.../AutomatedSystemTestsRepository.rxrep) (revision 59d97777ad14843a13affec9bee9bf3c6c3272fb) @@ -3049,7 +3049,7 @@ name="ButtonOpen" refimgid="2cf87765-e788-495e-aebd-595b6f4af89b" searchtimeout="30000ms"> - /form[@title='Bestand openen']/button[@text='&Open'] + /form[@title='Bestand openen' or @title='Bestand Openen' or @title='Open File' or @title='Open file']/button[@text='&Open'] - /form[@title='Bestand openen']/?/combobox/text + /form[@title='Bestand openen' or @title='Bestand Openen' or @title='Open File' or @title='Open file']/?/combobox/text - /form[@title='Bestand openen'] + /form[@title='Bestand openen' or @title='Bestand Openen' or @title='Open File' or @title='Open file'] iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACx Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Calculation/CalculateValueParameterN.cs =================================================================== diff -u -r27d155e9da141fece3bba0f6d46fbdbf0ee50d5c -r59d97777ad14843a13affec9bee9bf3c6c3272fb --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Calculation/CalculateValueParameterN.cs (.../CalculateValueParameterN.cs) (revision 27d155e9da141fece3bba0f6d46fbdbf0ee50d5c) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Calculation/CalculateValueParameterN.cs (.../CalculateValueParameterN.cs) (revision 59d97777ad14843a13affec9bee9bf3c6c3272fb) @@ -69,6 +69,16 @@ } /// + /// Gets or sets the value of variable nameOfParameterInPropertiesPanel. + /// + [TestVariable("afe1ce8e-ff00-4307-a9d8-1f91fa796fad")] + public string nameOfParameterInPropertiesPanel + { + get { return repo.nameOfParameterInPropertiesPanel; } + set { repo.nameOfParameterInPropertiesPanel = value; } + } + + /// /// Gets or sets the value of variable substringNameItemInTraject. /// [TestVariable("cb52c14e-9bef-4f4a-9d11-1758141c50cb")] @@ -88,16 +98,6 @@ set { repo.fmLabel = value; } } - /// - /// Gets or sets the value of variable nameOfParameterInPropertiesPanel. - /// - [TestVariable("afe1ce8e-ff00-4307-a9d8-1f91fa796fad")] - public string nameOfParameterInPropertiesPanel - { - get { return repo.nameOfParameterInPropertiesPanel; } - set { repo.nameOfParameterInPropertiesPanel = value; } - } - #endregion ///