NaturalTimeParser icon indicating copy to clipboard operation
NaturalTimeParser copied to clipboard

The following test fails: Formatter_BuildsExpectedOutput("{Date:|10 years 2 months 3 days}")

Open ramiabughazaleh opened this issue 9 years ago • 0 comments

Test Name: Formatter_BuildsExpectedOutput("{Date:|10 years 2 months 3 days}") Test FullName: Pathoschild.NaturalTimeParser.Tests.Extensions.SmartFormattingTests.Formatter_BuildsExpectedOutput("{Date:|10 years 2 months 3 days}") Test Source: c:\github\ramiabughazaleh\NaturalTimeParser\Tests\Extensions\SmartFormattingTests.cs : line 43 Test Outcome: Failed Test Duration: 0:00:00.034

Result Message: Expected string length 19 but was 20. Strings differ at index 0. Expected: "2010-03-04 00:00:00" But was: "3/4/2010 12:00:00 AM" -----------^

ramiabughazaleh avatar Jan 23 '17 22:01 ramiabughazaleh