~ubuntu-branches/ubuntu/saucy/maas/saucy

« back to all changes in this revision

Viewing changes to src/maasserver/tests/test_configuration.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-08-28 11:17:44 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20130828111744-a8hqmsmvvc1wnanc
Tags: 1.4+bzr1655+dfsg-0ubuntu1
* New Upstream release. (LP: #1218526)
* debian/control:
  - Depends on python-djorm-ext-pgarray, python-curtin,
    python-simplestreams, ubuntu-cloud-keyring.
  - Depends on maas-dns, maas-dhcp to get them seeded and
    into main (LP: #1227353)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2012 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2012, 2013 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
"""Tests configuration."""
14
14
 
15
15
 
16
16
from django.conf import settings
17
 
from maasserver.testing.testcase import TestCase
18
 
 
19
 
 
20
 
class TestConfiguration(TestCase):
 
17
from maasserver.testing.testcase import MAASServerTestCase
 
18
 
 
19
 
 
20
class TestConfiguration(MAASServerTestCase):
21
21
 
22
22
    def test_transactionmiddleware(self):
23
23
        # The 'TransactionMiddleware' is enabled.