mockcpp
mockcpp copied to clipboard
Two TestFormatter tests failed on Visual Studio 2019
The failed tests are:
--------------------SUITE: TestFormatter--------------------
(TestFormatter)
.................
[ FAILED ] testShouldBeAbleToStringnizeVerySmallDouble - TestFormatter.h:234: expected (expected == toTypeAndValueString(d)), found ((std::string)"(double)1e-022" != (std::string)"(double)1e-22")
.....
[ FAILED ] testShouldBeAbleToStringnizeVerySmallFloat - TestFormatter.h:280: expected (expected == toTypeAndValueString(f)), found ((std::string)"(float)1e-022" != (std::string)"(float)1e-22")