1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-01 13:17:58 +02:00

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

This commit is contained in:
Vitaly the Alpaca 2024-06-03 06:20:06 +00:00 committed by Vitaly the Alpaca (bot)
parent 02bc48a0f1
commit e273dc6c51
6 changed files with 12 additions and 12 deletions

View File

@ -48,7 +48,7 @@
// For YAxUnit
Procedure ИсполняеымыеСценарии() Export
Procedure AndwithполняеымыеСцеtoрии() Export
OPI_TestDataRetrieval.FormYAXTests();

View File

@ -226,7 +226,7 @@ Function ExpectsThat(Value) Export
Try
Module = GetCommonModule("ЮТест");
Module = GetCommonModule("ЮTest");
Awaiting = TypeOf(Module) = Type("CommonModule");
Return Module.ОжидаетЧто(Value);
@ -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

@ -258,8 +258,8 @@ Function SplitURL(Val URL) Export
URL = StrReplace(URL, "http://", "");
URL = StrReplace(URL, ":443", "");
Address = Right(URL, StrLen(URL) - StrFind(URL, "/", SearchDirection.FromStart) + 1);
Server = Left(URL, StrFind(URL, "/", SearchDirection.FromStart) - 1);
Address = Right(URL, StrLen(URL) - StrFind(URL, "/", SearchDirection.FromBegin) + 1);
Server = Left(URL, StrFind(URL, "/", SearchDirection.FromBegin) - 1);
Try
SSL = New OpenSSLSecureConnection;

View File

@ -226,7 +226,7 @@ Function ExpectsThat(Value) Export
Try
Module = GetCommonModule("ЮТест");
Module = GetCommonModule("ЮTest");
Awaiting = TypeOf(Module) = Type("CommonModule");
Return Module.ОжидаетЧто(Value);
@ -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

@ -48,7 +48,7 @@
// For YAxUnit
Procedure ИсполняеымыеСценарии() Export
Procedure AndwithполняеымыеСцеtoрии() Export
OPI_TestDataRetrieval.FormYAXTests();

View File

@ -258,8 +258,8 @@ Function SplitURL(Val URL) Export
URL = StrReplace(URL, "http://", "");
URL = StrReplace(URL, ":443", "");
Address = Right(URL, StrLen(URL) - StrFind(URL, "/", SearchDirection.FromStart) + 1);
Server = Left(URL, StrFind(URL, "/", SearchDirection.FromStart) - 1);
Address = Right(URL, StrLen(URL) - StrFind(URL, "/", SearchDirection.FromBegin) + 1);
Server = Left(URL, StrFind(URL, "/", SearchDirection.FromBegin) - 1);
Try
SSL = New OpenSSLSecureConnection;