Reviewers: ,


Please review this at http://codereview.tryton.org/157002/

Affected files:
  M tests/test_product_cost_history.py


Index: tests/test_product_cost_history.py
===================================================================
--- a/tests/test_product_cost_history.py
+++ b/tests/test_product_cost_history.py
@@ -10,7 +10,7 @@

 import unittest
 import trytond.tests.test_tryton
-from trytond.tests.test_tryton import test_view, test_depends
+from trytond.tests.test_tryton import test_view, test_depends, test_rec_name


 class ProductCostHistoryTestCase(unittest.TestCase):
@@ -33,6 +33,12 @@
         '''
         test_depends()

+    def test0007rec_name(self):
+        '''
+        Test rec_name.
+        '''
+        test_rec_name()
+
 def suite():
     suite = trytond.tests.test_tryton.suite()
     suite.addTests(unittest.TestLoader().loadTestsFromTestCase(


--
[email protected] mailing list

Reply via email to