Compare commits

..

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

View File

@ -91,11 +91,3 @@ class PhotoAlbumTestCase(ModelTestCase):
msg='Expecting albumlink.url to contain \'lostplaces.example.com\' string' 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__
)
)