~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/is_clean.py

  • Committer: Aaron Bentley
  • Date: 2007-06-15 19:44:04 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070615194404-aftg1b9up4ve1t3y
Update graph-ancestry to support new graph API

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