Compare commits

..

No commits in common. "85f2a81ebb33646dea2836d17eab309b1cc5c049" and "3b526c9c6f0b4b74b813ea83e364d5474ff24112" have entirely different histories.

View File

@ -90,12 +90,4 @@ class PhotoAlbumTestCase(ModelTestCase):
self.assertTrue('lostplaces.example.com' in albumlink.url,
msg='Expecting albumlink.url to contain \'lostplaces.example.com\' string'
)
def test_linked_place(self):
albumlink = self.albumlink
place = self.place
self.assertTrue(str(albumlink.place) in str(place.name),
msg='Expecting %s.__str__ to contain the name' % (
self.model.__name__
)
)