#=============================================================================================
# @TITLE					Recovery - main test
#
# @NUMBER					WDBM_FKT_00202
#
# @DESCRIPTION		All links under recovery will be checked and the shown content as well.
#
# @EXP_RESULT			The tests pass through.
#
# @REQUIREMENTS		Test: WDBM_FKT_01000; WDBM_FKT_00100; WDBM_FKT_01010;
#=============================================================================================

call_close "WEBDBM\Init"();
#=============================================================================================
# 					Loading GUI MAPS.
#=============================================================================================
GUI_load( guiFilePath & "WEBDBM.gui");
GUI_load( guiFilePath & "IE_Browser.gui");
GUI_load( guiFilePath & "WebAgent.gui");
#=============================================================================================
# @STEP	1			Open IE.
#=============================================================================================
call_close "WEBDBM\Open_Close\WDBM_FKT_01000"();
call_close "WEBDBM\Service\WDBM_FKT_00100"();
call_close "WEBDBM\Login\WDBM_FKT_01010"();
#=============================================================================================
# @STEP	2			Calling tests.
#=============================================================================================
call_close "WEBDBM\Recovery\WDBM_FKT_02020"();		# backup recovery
#call_close "WEBDBM\Recovery\WDBM_FKT_02021"();		# recover indexes - at the moment not supported
#call_close "WEBDBM\Recovery\WDBM_FKT_02022"();		# recover volumes - at the moment not supported
#=============================================================================================
# @STEP	3			Close IE.
#=============================================================================================
call_close "WEBDBM\Open_Close\WDBM_FKT_01001"();
#=============================================================================================
# 					Closing all GUI MAPS.
#=============================================================================================
GUI_close_all();
