Rename demo file to test and move it into the right folder

This commit is contained in:
Akim Juillerat
2018-10-01 10:11:42 +02:00
committed by OCA-git-bot
parent dbf9c07387
commit a2e9e67d9c
2 changed files with 2 additions and 2 deletions

View File

@@ -24,8 +24,8 @@ class TestAssetManagement(common.TransactionCase):
super(TestAssetManagement, self).setUp()
self._load('account', 'test', 'account_minimal_test.xml')
self._load('account_asset_management', 'demo',
'account_asset_demo.xml')
self._load('account_asset_management', 'tests',
'account_asset_test_data.xml')
# ENVIRONEMENTS
self.asset_model = self.env['account.asset']