def test_drawing_template(self):
     uri = '../templates/drawing.otg'
     self.assert_(odf_new_container_from_template(uri))
 def test_spreadsheet_template(self):
     uri = '../templates/spreadsheet.ots'
     self.assert_(odf_new_container_from_template(uri))
 def test_presentation_template(self):
     uri = '../templates/presentation.otp'
     self.assert_(odf_new_container_from_template(uri))
 def test_text_template(self):
     uri = '../templates/text.ott'
     self.assert_(odf_new_container_from_template(uri))