Migrate to version 3.4

This commit is contained in:
Sergi Almacellas Abellana 2014-11-05 11:52:08 +01:00
parent 181ddd7a82
commit f198d0c577
3 changed files with 3 additions and 6 deletions

View File

@ -1 +1,2 @@
Version 3.4.0 - 2014-11-03
* Initial release

View File

@ -3,7 +3,7 @@
# copyright notices and license terms.
import unittest
import trytond.tests.test_tryton
from trytond.tests.test_tryton import test_view, test_depends # , doctest_dropdb TODO: Remove if no sceneario needed.
from trytond.tests.test_tryton import test_view, test_depends
class TestCase(unittest.TestCase):
@ -24,8 +24,4 @@ class TestCase(unittest.TestCase):
def suite():
suite = trytond.tests.test_tryton.suite()
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(TestCase))
# TODO: remove if no scenario needed.
#suite.addTests(doctest.DocFileSuite('scenario_sale_opportunity_phase.rst',
# setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
# optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
return suite

View File

@ -1,5 +1,5 @@
[tryton]
version=3.2.0
version=3.4.0
depends:
sale_opportunity
xml: