소스 검색

Remove ls_std_test header

This file is not needed anymore, since test suites have dedicated headers.
Patrick-Christopher Mattulat 2 년 전
부모
커밋
7c48021cf2
3개의 변경된 파일17개의 추가작업 그리고 25개의 파일을 삭제
  1. 2 2
      test/cases/core/ClassTest.cpp
  2. 15 0
      test/ls_std_core_test.hpp
  3. 0 23
      test/ls_std_test.hpp

+ 2 - 2
test/cases/core/ClassTest.cpp

@@ -3,13 +3,13 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-16
- * Changed:         2022-05-13
+ * Changed:         2022-05-16
  *
  * */
 
 #include <gtest/gtest.h>
 #include <ls_std/ls_std_core.hpp>
-#include <ls_std_test.hpp>
+#include <ls_std_core_test.hpp>
 
 namespace
 {

+ 15 - 0
test/ls_std_core_test.hpp

@@ -0,0 +1,15 @@
+/*
+ * Author:          Patrick-Christopher Mattulat
+ * Company:         Lynar Studios
+ * E-Mail:          webmaster@lynarstudios.com
+ * Created:         2022-05-16
+ * Changed:         2022-05-16
+ *
+ * */
+
+#ifndef LS_STD_LS_STD_CORE_TEST_HPP
+#define LS_STD_LS_STD_CORE_TEST_HPP
+
+#include <classes/base/ClassWrapper.hpp>
+
+#endif

+ 0 - 23
test/ls_std_test.hpp

@@ -1,23 +0,0 @@
-/*
- * Author:          Patrick-Christopher Mattulat
- * Company:         Lynar Studios
- * E-Mail:          webmaster@lynarstudios.com
- * Created:         2020-11-27
- * Changed:         2021-07-14
- *
- * */
-
-#ifndef LS_STD_LS_STD_TEST_HPP
-#define LS_STD_LS_STD_TEST_HPP
-// TODO: file can be removed
-#include "classes/base/ClassWrapper.hpp"
-
-#include "classes/event/NewsAgency.hpp"
-#include "classes/event/DailyNewsAgency.hpp"
-#include "classes/event/GossipNewsAgency.hpp"
-#include "classes/event/GossipNewsEvent.hpp"
-#include "classes/event/SeriousNewsEvent.hpp"
-
-#include "classes/io/xml/XmlParserTestWrapper.hpp"
-
-#endif