/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to tests/test_tortoise_bzr.py

  • Committer: Jelmer Vernooij
  • Date: 2007-03-09 19:04:40 UTC
  • Revision ID: jelmer@samba.org-20070309190440-1dutx4pfeko02fgr
Update TODO

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2007 Jelmer Vernooij <jelmer@samba.org>
 
1
# Copyright (C) 2007 Jelmer Venrooij <jelmer@samba.org>
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
22
22
class TestsShellExtension(TestCaseInTempDir):
23
23
    def setUp(self):
24
24
        super(TestsUrlHistory, self).setUp()
25
 
        self.ext = client.Dispatch("Bazaar.ShellExtension.ContextMenu")
 
25
                self.ext = client.Dispatch("Bazaar.ShellExtension.ContextMenu")
26
26
 
27
 
    def test_get_command_string(self):
28
 
        self.assertEqual(u"Hello from Python!!", self.ext.GetCommandString(1,1))
 
27
        def test_get_command_string(self):
 
28
                self.assertEqual(u"Hello from Python!!", self.ext.GetCommandString(1,1))