#=============================================================================================
# @TITLE			Check - main test
#
# @NUMBER			WDBM_FKT_00205
#
# @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\Configuration\WDBM_FKT_02050"();
call_close "WEBDBM\Configuration\WDBM_FKT_02051"();
call_close "WEBDBM\Configuration\WDBM_FKT_02052"();

if (match ("74", database) != 0) {
	call_close "WEBDBM\Configuration\WDBM_FKT_02053"();
}
if (new_interface == 1) {
	call_close "WebDBM\Configuration\WDBM_FKT_02054"();
}
call_close "WEBDBM\Configuration\WDBM_FKT_02055"();
#=============================================================================================
# @STEP	3			Close IE.
#=============================================================================================
call_close "WEBDBM\Open_Close\WDBM_FKT_01001"();
#=============================================================================================
# 					Closing all GUI MAPS.
#=============================================================================================
GUI_close_all();