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