From 05304123f5a72dc06d981c89bf6c3b42196b25bf Mon Sep 17 00:00:00 2001
From: Sergey Yakubov <sergey.yakubov@desy.de>
Date: Mon, 12 Aug 2019 15:32:55 +0200
Subject: [PATCH] fix windows test

---
 tests/automatic/full_chain/two_streams/check_windows.bat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/automatic/full_chain/two_streams/check_windows.bat b/tests/automatic/full_chain/two_streams/check_windows.bat
index 70b59e8f0..6ad56c0ad 100644
--- a/tests/automatic/full_chain/two_streams/check_windows.bat
+++ b/tests/automatic/full_chain/two_streams/check_windows.bat
@@ -1,8 +1,8 @@
 SET mongo_exe="c:\Program Files\MongoDB\Server\3.6\bin\mongo.exe"
-SET beamtime_id=asapo_test1
+SET beamtime_id=asapo_test
 SET beamline=test
 SET stream1=s1
-SET stream1=s2
+SET stream2=s2
 
 SET receiver_root_folder=c:\tmp\asapo\receiver\files
 SET receiver_folder="%receiver_root_folder%\%beamline%\%beamtime_id%"
-- 
GitLab