~bzr/ubuntu/lucid/qbzr/bzr-ppa

« back to all changes in this revision

Viewing changes to lib/tests/test_util.py

  • Committer: Max Bowsher
  • Date: 2011-02-09 04:34:06 UTC
  • mfrom: (0.250.10 lucid)
  • Revision ID: maxb@f2s.com-20110209043406-12tctou1pcpylqhu
Merge beta-ppa into ppa upon release of 0.20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    )
27
27
from bzrlib.transport import memory
28
28
 
29
 
from bzrlib.plugins.qbzr.lib import util
 
29
from bzrlib.plugins.qbzr.lib import (
 
30
    tests as qtests,
 
31
    util,
 
32
    )
30
33
from bzrlib.plugins.qbzr.lib.tests import mock
31
34
 
32
35
 
33
 
class TestUtil(tests.TestCase):
 
36
class TestUtil(qtests.QTestCase):
34
37
 
35
38
    def test_file_extension(self):
36
39
        self.assertEquals('', util.file_extension(''))