Skip to content

Commit 01face1

Browse files
file rename: qassertMockSupport.hpp --> cmsQAssertMockSupport.hpp.
i.e. add cms prefix for consistency with other headers.
1 parent 6541c6b commit 01face1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cpputest-for-qpc-lib/include/qassertMockSupport.hpp renamed to cpputest-for-qpc-lib/include/cmsQAssertMockSupport.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
///***************************************************************************
2222
/// @endcond
2323

24-
#ifndef QASSERT_MOCK_SUPPORT_HPP
25-
#define QASSERT_MOCK_SUPPORT_HPP
24+
#ifndef CMS_TEST_QASSERT_MOCK_SUPPORT_HPP
25+
#define CMS_TEST_QASSERT_MOCK_SUPPORT_HPP
2626

2727
#include "qp_port.h"
2828
#include "qsafe.h"
@@ -52,4 +52,4 @@ inline void MockExpectQAssert(const char* module, int id)
5252
} // namespace test
5353
} // namespace cms
5454

55-
#endif // QASSERT_MOCK_SUPPORT_HPP
55+
#endif // CMS_TEST_QASSERT_MOCK_SUPPORT_HPP

cpputest-for-qpc-lib/src/cms_cpputest_q_onAssert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "cms_cpputest.hpp"
3030
#include "qp_port.h" //required for Q_NORETURN definition, needed by qsafe.h
3131
#include "qsafe.h"
32-
#include "qassertMockSupport.hpp"
32+
#include "cmsQAssertMockSupport.hpp"
3333

3434
void Q_onError(char const* const module, int_t const id)
3535
{

cpputest-for-qpc-lib/tests/qassertTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/// @endcond
2323

2424
#include "CppUTest/TestHarness.h"
25-
#include "qassertMockSupport.hpp"
25+
#include "cmsQAssertMockSupport.hpp"
2626

2727
Q_DEFINE_THIS_MODULE("QAssertTests");
2828

0 commit comments

Comments
 (0)