mockcpp icon indicating copy to clipboard operation
mockcpp copied to clipboard

Two TestFormatter tests failed on Visual Studio 2019

Open sinojelly opened this issue 4 years ago • 0 comments

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")

sinojelly avatar Mar 25 '21 02:03 sinojelly