update datasource hit test (not sure why it changed)
This commit is contained in:
parent
f153c5c6be
commit
a3e2079bc5
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue