From 34a7b3ef5527f2b5b6b57743233593d4e53487e2 Mon Sep 17 00:00:00 2001
From: Sergey Yakubov <sergey.yakubov@desy.de>
Date: Fri, 8 Mar 2019 23:01:02 +0100
Subject: [PATCH] fix

---
 .../simple_chain_filegen_readdata_file/check_linux.sh       | 6 +++---
 .../simple_chain_filegen_readdata_file/check_windows.bat    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_linux.sh b/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_linux.sh
index 5635097a3..dbc15de26 100644
--- a/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_linux.sh
+++ b/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_linux.sh
@@ -55,7 +55,7 @@ echo -n hello3 > /tmp/asapo/test_in/test2/file2
 $2 ${proxy_address} ${receiver_folder} ${beamtime_id} 2 $token 1000 0 > out.txt
 cat out.txt
 grep "Processed 3 file(s)" out.txt
-grep "Received: hello1" out.txt
-grep "Received: hello2" out.txt
-grep "Received: hello3" out.txt
+grep "hello1" out.txt
+grep "hello2" out.txt
+grep "hello3" out.txt
 
diff --git a/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_windows.bat b/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_windows.bat
index 96baf4c0d..b7ba5985e 100644
--- a/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_windows.bat
+++ b/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_windows.bat
@@ -43,9 +43,9 @@ REM worker
 "%2" %proxy_address% %receiver_folder% %beamtime_id% 2 %token% 1000 0 > out.txt
 type out.txt
 findstr /i /l /c:"Processed 3 file(s)" out.txt || goto :error
-findstr /i /l /c:"Received: hello1" out.txt || goto :error
-findstr /i /l /c:"Received: hello2" out.txt || goto :error
-findstr /i /l /c:"Received: hello3" out.txt || goto :error
+findstr /i /l /c:"hello1" out.txt || goto :error
+findstr /i /l /c:"hello2" out.txt || goto :error
+findstr /i /l /c:"hello3" out.txt || goto :error
 
 
 goto :clean
-- 
GitLab