update datasource hit test (not sure why it changed)

This commit is contained in:
Dane Springmeyer 2015-03-24 16:31:11 -07:00
parent f153c5c6be
commit a3e2079bc5

View file

@ -155,8 +155,8 @@ def test_hit_grid():
if not added:
fg.append('')
hit_list = '|'.join(rle_encode(fg))
eq_(hit_list[:16],'730:|2:Greenland')
eq_(hit_list[-12:],'1:Chile|812:')
eq_(hit_list[:16],'723:|9:Greenland')
eq_(hit_list[-12:],'9:Chile|747:')
except RuntimeError, e:
# only test datasources that we have installed
if not 'Could not create datasource' in str(e):