sot / chandra_time

Convert between various time formats relevant to Chandra.
https://sot.github.io/Chandra.Time
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Remove mxDateTime test of local representation #9

Open taldcroft opened 11 years ago

taldcroft commented 11 years ago

From @mbaski and https://github.com/sot/skare/pull/18:

The Chandra.Time test ran fine on Windows (though I had to run it the way I normally do, through the setup.py utility due to stdin issues) - just the one difference in date representation that always occurs:

AssertionError: '01/01/99 12:13:14' != 'Fri Jan 1 12:13:14 1999'

This test isn't important, just cut it so the Windows tests pass.