X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Ftests%2Fxestiaab_common.h;h=c87076594923169afb1f46896a27c75244d80b77;hp=ca9b72746d68a198a7c65f7e4bdc5948e99dd7d1;hb=ce32889b3a42670bfbc3bbb87a689ae79e889e68;hpb=ea5f276a69989d4e5797b49083322bac2c9a820c diff --git a/source/tests/xestiaab_common.h b/source/tests/xestiaab_common.h index ca9b727..c870765 100644 --- a/source/tests/xestiaab_common.h +++ b/source/tests/xestiaab_common.h @@ -20,7 +20,7 @@ #include "../common/dirs.h" #include "../common/filename.h" #include "../common/mime.h" -#include "../common/svrblist.h" +#include "../common/svrdlist.h" #include "../common/textprocessing.h" static wxString AccountInput1 = "Example1"; @@ -316,10 +316,10 @@ TEST(CommonFunctions, GivenTwoFilesWhenGetMIMEIsCalledThenBothFilesMIMETypesAreG } -TEST(CommonFunctions, GivenTwoDomainNamesWhenCheckBlacklistIsCalledThenReturnsCorrectStatus) +TEST(CommonFunctions, GivenTwoDomainNamesWhenCheckDangerousListIsCalledThenReturnsCorrectStatus) { - // Test that the blacklist is actually working. + // Test that the dangerous list is actually working. // Given @@ -327,7 +327,7 @@ TEST(CommonFunctions, GivenTwoDomainNamesWhenCheckBlacklistIsCalledThenReturnsCo // When - domainStatus = CheckBlacklist("example.com"); + domainStatus = CheckDangerousList("example.com"); // Then @@ -336,7 +336,7 @@ TEST(CommonFunctions, GivenTwoDomainNamesWhenCheckBlacklistIsCalledThenReturnsCo // When domainStatus = false; - domainStatus = CheckBlacklist("google.com"); + domainStatus = CheckDangerousList("google.com"); // Then