Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Fix an ESRI test that was breaking in Travis.
Browse files Browse the repository at this point in the history
This was masked (and I was seeing another failure) because I keep
running a version of the code with state uploading commented out.
Sorry!
  • Loading branch information
NelsonMinar committed Jan 23, 2015
1 parent 95d1edf commit 171fd8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def test_process_all(self):
self.assertTrue(bool(state['version']), 'Checking for version in {}'.format(source))
self.assertTrue(bool(state['fingerprint']), 'Checking for fingerprint in {}'.format(source))

self.assertTrue(bool(state['geometry type']), 'Checking for geometry type in {}'.format(source))
self.assertTrue(bool(state['sample']), 'Checking for sample in {}'.format(source))

if 'san_francisco' in source or 'alameda_county' in source or 'carson' in source:
Expand Down

0 comments on commit 171fd8b

Please sign in to comment.