gwu-libraries / launchpad

A django based system that provides a stable URL for every item in the library's catalog. Various discovery services will link to these URLs. The page for each item will in turn link out to various other resources that provide methods for accessing the content of the items.
MIT License
15 stars 9 forks source link

test_search needs updating #1198

Closed kerchner closed 6 years ago

kerchner commented 6 years ago

Currently failing, causing Travis tests to fail:

FAIL: test_search (ui.tests.summon_test.SummonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/gwu-libraries/launchpad/lp/ui/tests/summon_test.py", line 39, in test_search
    self.assertEqual(i['author'][0]['name'], 'Silva, Gabriel A')
AssertionError: u'Parpura, Vladimir, 1964' != 'Silva, Gabriel A'