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