revise header file name
authorYoungjae Shin <yj99.shin@samsung.com>
Wed, 24 Aug 2022 23:30:23 +0000 (08:30 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 15 Sep 2022 05:32:30 +0000 (14:32 +0900)
 - align with class name

tests/AITT_TCP_test.cc
tests/AITT_manualtest.cc
tests/AITT_test.cc
tests/AittTests.h [moved from tests/aitt_tests.h with 97% similarity]
tests/ModuleLoader_test.cc
tests/MosquittoMQ_test.cc
tests/RequestResponse_test.cc
tests/aitt_c_manualtest.cc
tests/aitt_c_test.cc

index bd28993..28c4888 100644 (file)
@@ -19,8 +19,8 @@
 #include <thread>
 
 #include "AITT.h"
+#include "AittTests.h"
 #include "aitt_internal.h"
-#include "aitt_tests.h"
 
 using AITT = aitt::AITT;
 
index 0e57ccb..42b3c23 100644 (file)
@@ -18,8 +18,8 @@
 #include <glib.h>
 #include <gtest/gtest.h>
 
+#include "AittTests.h"
 #include "aitt_internal.h"
-#include "aitt_tests.h"
 
 using AITT = aitt::AITT;
 
index 8a4b771..2b3d3ed 100644 (file)
@@ -20,8 +20,8 @@
 
 #include <random>
 
+#include "AittTests.h"
 #include "aitt_internal.h"
-#include "aitt_tests.h"
 
 using AITT = aitt::AITT;
 
similarity index 97%
rename from tests/aitt_tests.h
rename to tests/AittTests.h
index f740007..05fed56 100644 (file)
@@ -18,6 +18,7 @@
 #include <glib.h>
 #include <sys/time.h>
 
+#include "AITT.h"
 #include "aitt_internal.h"
 
 #define LOCAL_IP "127.0.0.1"
@@ -67,7 +68,7 @@ class AittTests {
         DBG("Go forward");
     }
 
-    void *subscribeHandle;
+    AittSubscribeID subscribeHandle;
     bool ready;
     bool ready2;
 
index ccaefdc..5e7678f 100644 (file)
@@ -18,9 +18,9 @@
 #include <AITT.h>
 #include <gtest/gtest.h>
 
+#include "AittTests.h"
 #include "AittTransport.h"
 #include "aitt_internal.h"
-#include "aitt_tests.h"
 
 using ModuleLoader = aitt::ModuleLoader;
 
index d0937b2..39fc414 100644 (file)
@@ -17,8 +17,8 @@
 
 #include <gtest/gtest.h>
 
+#include "AittTests.h"
 #include "aitt_internal.h"
-#include "aitt_tests.h"
 
 using MosquittoMQ = aitt::MosquittoMQ;
 
index 28e0914..fc26049 100644 (file)
@@ -19,8 +19,8 @@
 #include <iostream>
 
 #include "AITT.h"
+#include "AittTests.h"
 #include "aitt_internal.h"
-#include "aitt_tests.h"
 
 using AITT = aitt::AITT;
 
index 016b549..e8e0e5c 100644 (file)
@@ -18,7 +18,7 @@
 #include <glib.h>
 #include <gtest/gtest.h>
 
-#include "aitt_tests.h"
+#include "AittTests.h"
 
 TEST(AITT_C_MANUAL, will_set_P)
 {
index 93cff1f..68e0cf9 100644 (file)
@@ -18,8 +18,8 @@
 #include <glib.h>
 #include <gtest/gtest.h>
 
+#include "AittTests.h"
 #include "aitt_internal.h"
-#include "aitt_tests.h"
 
 TEST(AITT_C_INTERFACE, new_P_Anytime)
 {