expect the test to succeed again

pull/1/head
eric 2012-06-21 23:04:28 -04:00
parent cb9eb1e24e
commit e9e9ee135b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class BookLoaderTests(TestCase):
edition = bookloader.add_by_isbn('9787500676911') edition = bookloader.add_by_isbn('9787500676911')
self.assertEqual(edition.work.language, 'zh') self.assertEqual(edition.work.language, 'zh')
@unittest.expectedFailure # @unittest.expectedFailure
def test_update_edition(self): def test_update_edition(self):
w = models.Work(title='silly title', language='xx') w = models.Work(title='silly title', language='xx')
w.save() w.save()