1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-11 11:41:56 +02:00

Преобразование OPI -> OInt (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-06-01 18:11:12 +00:00 committed by Vitaly the Alpaca (bot)
parent 23d2634141
commit 4020695130
4 changed files with 718 additions and 718 deletions

File diff suppressed because it is too large Load Diff

View File

@ -226,7 +226,7 @@ Function ExpectsThat(Value) Export
Try
Module = GetCommonModule("ЮТест");
Module = GetCommonModule("ЮTest");
Awaiting = TypeOf(Module) = Type("CommonModule");
Return Module.ОжидаетЧто(Value);
@ -238,7 +238,7 @@ EndFunction
Function FormYAXTests() Export
Module = GetCommonModule("ЮТТесты");
Module = GetCommonModule("ЮТTests");
Sections = GetTestingSectionMapping();
TestTable = GetTestTable();
@ -248,10 +248,10 @@ Function FormYAXTests() Export
Filter = New Structure("Section", CurrentSection);
SectionTests = TestTable.FindRows(Filter);
Set = Module.ДобавитьТестовыйНабор(CurrentSection);
Set = Module.AddTestоinыйSet(CurrentSection);
For Each Test In SectionTests Do
Set.ДобавитьСерверныйТест(Test.Method, Test.Synonym);
Set.AddServerныйTest(Test.Method, Test.Synonym);
EndDo;
EndDo;

View File

@ -226,7 +226,7 @@ Function ExpectsThat(Value) Export
Try
Module = GetCommonModule("ЮТест");
Module = GetCommonModule("ЮTest");
Awaiting = TypeOf(Module) = Type("CommonModule");
Return Module.ОжидаетЧто(Value);
@ -238,7 +238,7 @@ EndFunction
Function FormYAXTests() Export
Module = GetCommonModule("ЮТТесты");
Module = GetCommonModule("ЮТTests");
Sections = GetTestingSectionMapping();
TestTable = GetTestTable();
@ -248,10 +248,10 @@ Function FormYAXTests() Export
Filter = New Structure("Section", CurrentSection);
SectionTests = TestTable.FindRows(Filter);
Set = Module.ДобавитьТестовыйНабор(CurrentSection);
Set = Module.AddTestоinыйSet(CurrentSection);
For Each Test In SectionTests Do
Set.ДобавитьСерверныйТест(Test.Method, Test.Synonym);
Set.AddServerныйTest(Test.Method, Test.Synonym);
EndDo;
EndDo;

File diff suppressed because it is too large Load Diff