From a3e2079bc5f81a172af5a872a3c0c2a7b329a6df Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 24 Mar 2015 16:31:11 -0700 Subject: [PATCH] update datasource hit test (not sure why it changed) --- tests/python_tests/datasource_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_tests/datasource_test.py b/tests/python_tests/datasource_test.py index 4ada3dc3c..d3cbed599 100644 --- a/tests/python_tests/datasource_test.py +++ b/tests/python_tests/datasource_test.py @@ -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):