Closed msize closed 6 years ago
Override toString in enums:
In the previous commit, enums were updated and it became the cause incorrect converting to string values.
enums
This patch adds overloading of the toString method and covered all changed enums with unit-tests.
Hi @msize,
Thank you for taking the time to put this change together. It was a significant undertaking and we greatly appreciate the help with maintaining this code base.
Override toString in enums:
Description
In the previous commit,
enums
were updated and it became the cause incorrect converting to string values.This patch adds overloading of the toString method and covered all changed enums with unit-tests.