|
@@ -3,14 +3,14 @@
|
|
|
* Company: Lynar Studios
|
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
|
* Created: 2020-09-17
|
|
|
- * Changed: 2020-11-26
|
|
|
+ * Changed: 2020-11-29
|
|
|
*
|
|
|
* */
|
|
|
|
|
|
#include <gtest/gtest.h>
|
|
|
#include <ls_std/ls_std.hpp>
|
|
|
-#include "../../../../TestDataFactory.hpp"
|
|
|
-#include "../../../../TestHelper.hpp"
|
|
|
+#include <TestDataFactory.hpp>
|
|
|
+#include <TestHelper.hpp>
|
|
|
|
|
|
namespace {
|
|
|
class SerializableJSONStateMachineTest : public ::testing::Test {
|