Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Label servers that can cause data loss as dangerous
[xestiaab/.git] / source / tests / xestiaab_common.h
index ca9b727..c870765 100644 (file)
@@ -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
        
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy