Commit f1170797 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_prototype: Add more asserts in the live tests

parent a10d9f2e
......@@ -134,3 +134,5 @@ class TestBusinessPackage(ERP5TypeTestCase):
# Test if the file is back
self.assertIsNotNone(self.portal.restrictedTraverse(file_path))
document = self.portal.restrictedTraverse(file_path)
self.assertEquals(document.title, 'Test Document')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment