Commit 1ab1a655 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_package: Dummy commit to restart cancelled test

parent 1b4a5122
......@@ -136,3 +136,9 @@ class TestBusinessPackage(ERP5TypeTestCase):
self.assertIsNotNone(self.portal.restrictedTraverse(file_path))
document = self.portal.restrictedTraverse(file_path)
self.assertEquals(document.title, 'Test Document')
def test_sameFileImportAndReinstallOnTwoPackages(self):
"""
Test two Business Packages build and installation of same file
"""
self.assertEquals(1, 1)
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