#include "../common/filename.h"
#include "../common/mime.h"
#include "../common/svrblist.h"
-
+#include "../common/textprocessing.h"
TEST(CommonFunctions, GetUserDir){
// Run the unit tests depending on the operating system being used.
UserDirCheck.Append(wxT("/.xestiaab/preferences/"));
wxString UserDir = GetUserPrefDir();
-
- ASSERT_EQ(UserDir, UserDirCheck);
+ ASSERT_EQ(UserDir, UserDirCheck);
#endif
ASSERT_EQ(false, CheckBlacklist("example.com"));
ASSERT_EQ(true, CheckBlacklist("google.com"));
+}
+
+TEST(CommonFunctions, EscapeString){
+
+}
+
+TEST(CommonFunctions, GetEscapeString){
+
+}
+
+TEST(CommonFunctions, CaptureString){
+
+}
+
+TEST(CommonFunctions, ResetUnusedString){
+
+}
+
+TEST(CommonFunctions, ConvertToHTML){
+
+}
+
+TEST(CommonFunctions, DeleteMapDataProcess){
+
+}
+
+TEST(CommonFunctions, MapDataExists){
+
}
\ No newline at end of file