Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj
===================================================================
diff -u -r191629d9d6d5431a17dd1308aa52d8a4e2286dbc -r0d16e71caaa6b47ac23c09cf01c2bbb5b20b9fe5
--- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj (.../AutomatedSystemTests.csproj) (revision 191629d9d6d5431a17dd1308aa52d8a4e2286dbc)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj (.../AutomatedSystemTests.csproj) (revision 0d16e71caaa6b47ac23c09cf01c2bbb5b20b9fe5)
@@ -2834,10 +2834,12 @@
7cc7b432-68fb-4ae4-b844-f84f59230578
Always
-
- 63fb9523-42c3-4db5-9031-7791c33add7c
- Always
+
+ 7c5c52d6-4608-4c76-8b15-6428380ea1ca
+
+ 6ba120b9-6a1e-4a67-a528-4acd743f4255
+
38a629fe-c230-41b4-bad8-6c025199c595
Always
Fisheye: Tag 0d16e71caaa6b47ac23c09cf01c2bbb5b20b9fe5 refers to a dead (removed) revision in file `System tests/AutomatedSystemTests/AutomatedSystemTests/ReportDeltaresStyle/openReport.bat'.
Fisheye: No comparison available. Pass `N' to diff?
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/ReportDeltaresStyle/openReportWithChrome.bat
===================================================================
diff -u
--- System tests/AutomatedSystemTests/AutomatedSystemTests/ReportDeltaresStyle/openReportWithChrome.bat (revision 0)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/ReportDeltaresStyle/openReportWithChrome.bat (revision 0d16e71caaa6b47ac23c09cf01c2bbb5b20b9fe5)
@@ -0,0 +1,8 @@
+@ECHO OFF
+SET running=0
+FOR /f "tokens=*" %%A IN ('tasklist^ /v^| findstr /i /c:"chrome.exe"') DO SET running=1
+IF %running%==1 ECHO Chrome is running! It must be closed before opening the report.
+IF %running%==1 PAUSE
+
+IF %running%==0 ECHO Opening report...
+IF %running%==0 FOR /F %%g IN ('dir /b *.html') DO START "" "%ProgramFiles(x86)%\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files %~dps0%%g
\ No newline at end of file
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/ReportDeltaresStyle/openReportWithInternetExplorer.bat
===================================================================
diff -u
--- System tests/AutomatedSystemTests/AutomatedSystemTests/ReportDeltaresStyle/openReportWithInternetExplorer.bat (revision 0)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/ReportDeltaresStyle/openReportWithInternetExplorer.bat (revision 0d16e71caaa6b47ac23c09cf01c2bbb5b20b9fe5)
@@ -0,0 +1,2 @@
+@echo Opening report...
+FOR /F %%g IN ('dir /b *.html') DO START "" "%ProgramFiles%\Internet Explorer\iexplore.exe" %~dps0%%g
\ No newline at end of file