~ubuntu-branches/ubuntu/trusty/tryton-modules-account-product/trusty

« back to all changes in this revision

Viewing changes to tests/test_account_product.py

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Behrle
  • Date: 2011-02-15 13:05:39 UTC
  • mfrom: (11.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110215130539-781gpe9y04itwu84
Tags: 1.8.0-2
* Changing my email address.
* Setting minimal Python version to 2.5.
* Updating Copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        '''
26
26
        Test views.
27
27
        '''
28
 
        self.assertRaises(Exception, test_view('account_product'))
 
28
        test_view('account_product')
29
29
 
30
30
def suite():
31
31
    suite = trytond.tests.test_tryton.suite()