Migrate to version 3.4

This commit is contained in:
Sergi Almacellas Abellana 2014-11-04 17:43:53 +01:00
parent aebfd53c05
commit add2192302
3 changed files with 8 additions and 13 deletions

View File

@ -1 +1,2 @@
Version 3.4.0 - 2014-11-03

View File

@ -1,30 +1,24 @@
#!/usr/bin/env python
#This file is part asterisk module for Tryton.
#The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
# This file is part asterisk module for Tryton.
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
import unittest
import trytond.tests.test_tryton
from trytond.tests.test_tryton import test_view, test_depends
class AsteriskTestCase(unittest.TestCase):
'''
Test Asterisk module.
'''
'Test Asterisk module'
def setUp(self):
trytond.tests.test_tryton.install_module('asterisk')
def test0005views(self):
'''
Test views.
'''
'Test views'
test_view('asterisk')
def test0006depends(self):
'''
Test depends.
'''
'Test depends'
test_depends()

View File

@ -1,5 +1,5 @@
[tryton]
version=3.2.0
version=3.4.0
depends:
company
ir