~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/is_clean.py

  • Committer: Aaron Bentley
  • Date: 2007-06-10 17:55:08 UTC
  • mfrom: (531.2.2 bzrtools)
  • Revision ID: aaron.bentley@utoronto.ca-20070610175508-gex1oxvmfv0qoagi
Merge whitespace cleanups

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))