/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: Szilveszter Farkas (Phanatic)
  • Date: 2007-03-15 12:43:48 UTC
  • mto: (126.1.38 bzr-gtk)
  • mto: This revision was merged to the branch mainline in revision 172.
  • Revision ID: szilveszter.farkas@gmail.com-20070315124348-0nx0zb7fv4pa8xk6
Fix the indentation error in the TortoiseBZR test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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))