You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-16 09:38:28 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -1 +1 @@
|
||||
D1561E1148C10264C79DE60FF36DCCB8C60A49120839A009D6C163FF0C601E14
|
||||
32355F4CEA97E537B4EC6A771BC27D6CA4C0B8F509C5D1E29F807735E6D0A0E2
|
||||
+11044
-11044
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
D1561E1148C10264C79DE60FF36DCCB8C60A49120839A009D6C163FF0C601E14
|
||||
32355F4CEA97E537B4EC6A771BC27D6CA4C0B8F509C5D1E29F807735E6D0A0E2
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
Function GetHashSum() Export
|
||||
|
||||
LastBuildHash = "D1561E1148C10264C79DE60FF36DCCB8C60A49120839A009D6C163FF0C601E14";
|
||||
LastBuildHash = "32355F4CEA97E537B4EC6A771BC27D6CA4C0B8F509C5D1E29F807735E6D0A0E2";
|
||||
|
||||
Return LastBuildHash;
|
||||
|
||||
|
||||
@@ -592,8 +592,8 @@ Procedure WebSocket_SendBinaryMessage(FunctionParameters)
|
||||
|
||||
Connection = OPI_WebSocket.CreateConnection(Address, TLSSettings, ProxySettings, Headers);
|
||||
|
||||
SourceString = "binary-message-" + Format(CurrentDate(), "DF=yyyyMMddhhmmss");
|
||||
Data = GetBinaryDataFromString(SourceString);
|
||||
SourceLine = "binary-message-" + Format(CurrentDate(), "DF=yyyyMMddhhmmss");
|
||||
Data = GetBinaryDataFromString(SourceLine);
|
||||
|
||||
If OPI_WebSocket.IsClientObject(Connection) Then
|
||||
Result = OPI_WebSocket.SendBinaryMessage(Connection, Data);
|
||||
@@ -616,7 +616,7 @@ Procedure WebSocket_SendBinaryMessage(FunctionParameters)
|
||||
EndDo;
|
||||
|
||||
OPI_TestDataRetrieval.Process(Result, "WebSocket", "SendBinaryMessage", Postfix);
|
||||
OPI_TestDataRetrieval.Process(Check , "WebSocket", "SendBinaryMessage", "Check, " + Postfix, SourceString);
|
||||
OPI_TestDataRetrieval.Process(Check , "WebSocket", "SendBinaryMessage", "Check, " + Postfix, SourceLine);
|
||||
|
||||
If OPI_WebSocket.IsClientObject(Connection) Then
|
||||
OPI_WebSocket.CloseConnection(Connection);
|
||||
|
||||
@@ -594,8 +594,8 @@ Procedure WebSocket_SendBinaryMessage(FunctionParameters)
|
||||
|
||||
Connection = OPI_WebSocket.CreateConnection(Address, TLSSettings, ProxySettings, Headers);
|
||||
|
||||
SourceString = "binary-message-" + Format(CurrentDate(), "DF=yyyyMMddhhmmss");
|
||||
Data = GetBinaryDataFromString(SourceString);
|
||||
SourceLine = "binary-message-" + Format(CurrentDate(), "DF=yyyyMMddhhmmss");
|
||||
Data = GetBinaryDataFromString(SourceLine);
|
||||
|
||||
If OPI_WebSocket.IsClientObject(Connection) Then
|
||||
Result = OPI_WebSocket.SendBinaryMessage(Connection, Data);
|
||||
@@ -618,7 +618,7 @@ Procedure WebSocket_SendBinaryMessage(FunctionParameters)
|
||||
EndDo;
|
||||
|
||||
OPI_TestDataRetrieval.ProcessCLI(Result, "WebSocket", "SendBinaryMessage", Postfix);
|
||||
OPI_TestDataRetrieval.ProcessCLI(Check , "WebSocket", "SendBinaryMessage", "Check, " + Postfix, SourceString);
|
||||
OPI_TestDataRetrieval.ProcessCLI(Check , "WebSocket", "SendBinaryMessage", "Check, " + Postfix, SourceLine);
|
||||
|
||||
If OPI_WebSocket.IsClientObject(Connection) Then
|
||||
OPI_WebSocket.CloseConnection(Connection);
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
D1561E1148C10264C79DE60FF36DCCB8C60A49120839A009D6C163FF0C601E14
|
||||
32355F4CEA97E537B4EC6A771BC27D6CA4C0B8F509C5D1E29F807735E6D0A0E2
|
||||
+3
-3
@@ -592,8 +592,8 @@ Procedure WebSocket_SendBinaryMessage(FunctionParameters)
|
||||
|
||||
Connection = OPI_WebSocket.CreateConnection(Address, TLSSettings, ProxySettings, Headers);
|
||||
|
||||
SourceString = "binary-message-" + Format(CurrentDate(), "DF=yyyyMMddhhmmss");
|
||||
Data = GetBinaryDataFromString(SourceString);
|
||||
SourceLine = "binary-message-" + Format(CurrentDate(), "DF=yyyyMMddhhmmss");
|
||||
Data = GetBinaryDataFromString(SourceLine);
|
||||
|
||||
If OPI_WebSocket.IsClientObject(Connection) Then
|
||||
Result = OPI_WebSocket.SendBinaryMessage(Connection, Data);
|
||||
@@ -616,7 +616,7 @@ Procedure WebSocket_SendBinaryMessage(FunctionParameters)
|
||||
EndDo;
|
||||
|
||||
OPI_TestDataRetrieval.Process(Result, "WebSocket", "SendBinaryMessage", Postfix);
|
||||
OPI_TestDataRetrieval.Process(Check , "WebSocket", "SendBinaryMessage", "Check, " + Postfix, SourceString);
|
||||
OPI_TestDataRetrieval.Process(Check , "WebSocket", "SendBinaryMessage", "Check, " + Postfix, SourceLine);
|
||||
|
||||
If OPI_WebSocket.IsClientObject(Connection) Then
|
||||
OPI_WebSocket.CloseConnection(Connection);
|
||||
|
||||
+3
-3
@@ -594,8 +594,8 @@ Procedure WebSocket_SendBinaryMessage(FunctionParameters)
|
||||
|
||||
Connection = OPI_WebSocket.CreateConnection(Address, TLSSettings, ProxySettings, Headers);
|
||||
|
||||
SourceString = "binary-message-" + Format(CurrentDate(), "DF=yyyyMMddhhmmss");
|
||||
Data = GetBinaryDataFromString(SourceString);
|
||||
SourceLine = "binary-message-" + Format(CurrentDate(), "DF=yyyyMMddhhmmss");
|
||||
Data = GetBinaryDataFromString(SourceLine);
|
||||
|
||||
If OPI_WebSocket.IsClientObject(Connection) Then
|
||||
Result = OPI_WebSocket.SendBinaryMessage(Connection, Data);
|
||||
@@ -618,7 +618,7 @@ Procedure WebSocket_SendBinaryMessage(FunctionParameters)
|
||||
EndDo;
|
||||
|
||||
OPI_TestDataRetrieval.ProcessCLI(Result, "WebSocket", "SendBinaryMessage", Postfix);
|
||||
OPI_TestDataRetrieval.ProcessCLI(Check , "WebSocket", "SendBinaryMessage", "Check, " + Postfix, SourceString);
|
||||
OPI_TestDataRetrieval.ProcessCLI(Check , "WebSocket", "SendBinaryMessage", "Check, " + Postfix, SourceLine);
|
||||
|
||||
If OPI_WebSocket.IsClientObject(Connection) Then
|
||||
OPI_WebSocket.CloseConnection(Connection);
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
|
||||
Function GetHashSum() Export
|
||||
|
||||
LastBuildHash = "D1561E1148C10264C79DE60FF36DCCB8C60A49120839A009D6C163FF0C601E14";
|
||||
LastBuildHash = "32355F4CEA97E537B4EC6A771BC27D6CA4C0B8F509C5D1E29F807735E6D0A0E2";
|
||||
|
||||
Return LastBuildHash;
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
D1561E1148C10264C79DE60FF36DCCB8C60A49120839A009D6C163FF0C601E14
|
||||
32355F4CEA97E537B4EC6A771BC27D6CA4C0B8F509C5D1E29F807735E6D0A0E2
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
Function GetHashSum() Export
|
||||
|
||||
LastBuildHash = "D1561E1148C10264C79DE60FF36DCCB8C60A49120839A009D6C163FF0C601E14";
|
||||
LastBuildHash = "32355F4CEA97E537B4EC6A771BC27D6CA4C0B8F509C5D1E29F807735E6D0A0E2";
|
||||
|
||||
Return LastBuildHash;
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
D1561E1148C10264C79DE60FF36DCCB8C60A49120839A009D6C163FF0C601E14
|
||||
32355F4CEA97E537B4EC6A771BC27D6CA4C0B8F509C5D1E29F807735E6D0A0E2
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
|
||||
Function GetHashSum() Export
|
||||
|
||||
LastBuildHash = "D1561E1148C10264C79DE60FF36DCCB8C60A49120839A009D6C163FF0C601E14";
|
||||
LastBuildHash = "32355F4CEA97E537B4EC6A771BC27D6CA4C0B8F509C5D1E29F807735E6D0A0E2";
|
||||
|
||||
Return LastBuildHash;
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
D1561E1148C10264C79DE60FF36DCCB8C60A49120839A009D6C163FF0C601E14
|
||||
32355F4CEA97E537B4EC6A771BC27D6CA4C0B8F509C5D1E29F807735E6D0A0E2
|
||||
Reference in New Issue
Block a user