ChimeraTK / ControlSystemAdapter

An adapter layer which allows to use control applications with different control system software environments.
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Test all data types with persistent data storage #17

Open killenb opened 5 years ago

killenb commented 5 years ago

The tests for persistent data storage only use uint16_t, float and int32_t. They should be done for all data types, especially also for std::string.

Recommendation: Start adding a variable with std::string to all test before adding the remaining numerical types.

This is a follow up of #9. It should be done after #11 (or maybe as a sub-task if it?)