~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/is_clean.py

  • Committer: Charlie Shepherd
  • Date: 2007-04-04 18:12:00 UTC
  • mto: This revision was merged to the branch mainline in revision 538.
  • Revision ID: masterdriverz@gentoo.org-20070404181200-wqiwytdor9srux2v
Remove all trailing whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
from bzrlib.plugins.bzrtools.bzrtools import is_clean
5
5
 
6
6
class TestIsClean(tests.TestCaseWithTransport):
7
 
    
 
7
 
8
8
    def test_is_clean(self):
9
9
        tree = self.make_branch_and_tree('.')
10
10
        self.assertEqual((True, []), is_clean(tree))