You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-13 20:05:19 +02:00
Преобразование OPI -> OInt (workflow)
This commit is contained in:
committed by
Vitaly the Alpaca (bot)
parent
746bd1ede0
commit
a47cadb602
File diff suppressed because it is too large
Load Diff
@@ -3361,7 +3361,7 @@ Procedure Check_BinaryData(Val Result, Val Size = Undefined)
|
|||||||
OPI_TestDataRetrieval.ExpectsThat(Result).ИмеетТип("BinaryData");
|
OPI_TestDataRetrieval.ExpectsThat(Result).ИмеетТип("BinaryData");
|
||||||
|
|
||||||
If Not Size = Undefined Then
|
If Not Size = Undefined Then
|
||||||
OPI_TestDataRetrieval.ExpectsThat(Result.Size() >= Size.Равно(True);
|
OPI_TestDataRetrieval.ExpectsThat(Result.Size() >= Size).Равно(True);
|
||||||
Else
|
Else
|
||||||
OPI_TestDataRetrieval.ExpectsThat(Result.Size() > MinimumSize).Равно(True);
|
OPI_TestDataRetrieval.ExpectsThat(Result.Size() > MinimumSize).Равно(True);
|
||||||
EndIf;
|
EndIf;
|
||||||
|
@@ -3361,7 +3361,7 @@ Procedure Check_BinaryData(Val Result, Val Size = Undefined)
|
|||||||
OPI_TestDataRetrieval.ExpectsThat(Result).ИмеетТип("BinaryData");
|
OPI_TestDataRetrieval.ExpectsThat(Result).ИмеетТип("BinaryData");
|
||||||
|
|
||||||
If Not Size = Undefined Then
|
If Not Size = Undefined Then
|
||||||
OPI_TestDataRetrieval.ExpectsThat(Result.Size() >= Size.Равно(True);
|
OPI_TestDataRetrieval.ExpectsThat(Result.Size() >= Size).Равно(True);
|
||||||
Else
|
Else
|
||||||
OPI_TestDataRetrieval.ExpectsThat(Result.Size() > MinimumSize).Равно(True);
|
OPI_TestDataRetrieval.ExpectsThat(Result.Size() > MinimumSize).Равно(True);
|
||||||
EndIf;
|
EndIf;
|
||||||
|
Reference in New Issue
Block a user