17
17
"""Test the RevisionView functionality."""
27
26
from bzrlib.plugins.gtk import revisionview
31
os.path.dirname(__file__), '..', 'icons', *args)
30
34
class TestPendingRevisions(tests.TestCaseWithMemoryTransport):
32
40
def assertBufferText(self, text, buffer):
33
41
"""Check the text stored in the buffer."""
34
42
self.assertEqual(text, buffer.get_text(buffer.get_start_iter(),
37
46
def test_create_view(self):
38
47
builder = self.make_branch_builder('test')