diff --git a/adsmp/tests/test_solr_updater.py b/adsmp/tests/test_solr_updater.py index 3079e33..5a41710 100644 --- a/adsmp/tests/test_solr_updater.py +++ b/adsmp/tests/test_solr_updater.py @@ -109,6 +109,7 @@ def test_solr_transformer(self): "page": ["283"], # u'property': [u'OPENACCESS', u'ADS_OPENACCESS', u'ARTICLE', u'NOT REFEREED'], "pub": "Astronomical Data Analysis Software and Systems XII", + "pub_abbrev": "ADASS XII", "pub_raw": "Astronomical Data Analysis Software and Systems XII ASP Conference Series, Vol. 295, 2003 H. E. Payne, R. I. Jedrzejewski, and R. N. Hook, eds., p.283", "pubdate": "2003-00-00", "title": ["Chandra Data Archive Download and Usage Database"], @@ -503,6 +504,7 @@ def test_solr_transformer(self): "property": ["OPENACCESS", "ADS_OPENACCESS", "ARTICLE", "NOT REFEREED"], "pub": "Astronomical Data Analysis Software and Systems XII", "pub_raw": "Astronomical Data Analysis Software and Systems XII ASP Conference Series, Vol. 295, 2003 H. E. Payne, R. I. Jedrzejewski, and R. N. Hook, eds., p.283", + "pub_abbrev": "ADASS XII", "pubdate": "2003-00-00", "read_count": 0, "reference": [ diff --git a/requirements.txt b/requirements.txt index 4baf9c4..71a37e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -adsputils==1.5.13 +adsputils==1.5.15 alembic==0.9.1 httplib2==0.19.0 portalocker==1.7.1