unit test fixes
This commit is contained in:
parent
fe45c7eb8b
commit
03b0ae7b68
@ -17,7 +17,7 @@ UnitTestClass::UnitTestClass() {
|
|||||||
UnitTestClass::~UnitTestClass() {
|
UnitTestClass::~UnitTestClass() {
|
||||||
}
|
}
|
||||||
|
|
||||||
ReturnValue_t UnitTestClass::performTests() {
|
ReturnValue_t UnitTestClass::perform_tests() {
|
||||||
ReturnValue_t result = test_serialization();
|
ReturnValue_t result = test_serialization();
|
||||||
if(result != RETURN_OK) {
|
if(result != RETURN_OK) {
|
||||||
return result;
|
return result;
|
||||||
|
@ -41,7 +41,7 @@ public:
|
|||||||
* Some function which calls all other tests
|
* Some function which calls all other tests
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
ReturnValue_t performTests();
|
ReturnValue_t perform_tests();
|
||||||
|
|
||||||
ReturnValue_t test_serialization();
|
ReturnValue_t test_serialization();
|
||||||
ReturnValue_t test_autoserialization();
|
ReturnValue_t test_autoserialization();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user