Closed johnbradley closed 6 years ago
Travis started failing when running two tests due to sorting differences: https://github.com/Duke-GCB/DukeDSClient/blob/570bc4954d51f662e294b2f2352248623ea8bf8b/ddsc/core/tests/test_localstore.py#L102 https://github.com/Duke-GCB/DukeDSClient/blob/570bc4954d51f662e294b2f2352248623ea8bf8b/ddsc/core/tests/test_localstore.py#L112 Failing test: https://travis-ci.org/Duke-GCB/DukeDSClient/jobs/439214809#L1047
These tests use a really fragile and clunky string comparison method.
These tests were removed on #210
Travis started failing when running two tests due to sorting differences: https://github.com/Duke-GCB/DukeDSClient/blob/570bc4954d51f662e294b2f2352248623ea8bf8b/ddsc/core/tests/test_localstore.py#L102 https://github.com/Duke-GCB/DukeDSClient/blob/570bc4954d51f662e294b2f2352248623ea8bf8b/ddsc/core/tests/test_localstore.py#L112 Failing test: https://travis-ci.org/Duke-GCB/DukeDSClient/jobs/439214809#L1047
These tests use a really fragile and clunky string comparison method.
These tests were removed on #210