changeset 625:96552e855d7e

tests: fix misnamed test caught while hunting unrelated bugs
author Augie Fackler <durin42@gmail.com>
date Sun, 27 Jun 2010 21:14:36 -0500
parents cc25b4c654dc
children 8e621dbb82d4
files tests/test_push_command.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test_push_command.py
+++ b/tests/test_push_command.py
@@ -266,7 +266,7 @@ class PushTests(test_util.TestBase):
             self.assertEqual(tip['adding_file'].data(), 'foo')
             self.assertEqual(tip.branch(), 'the_branch')
 
-    def push_to_non_tip(self):
+    def test_push_to_non_tip(self):
         self.test_push_to_branch(push=False)
         wc2path = self.wc_path + '_clone'
         u = self.repo.ui
@@ -289,7 +289,6 @@ class PushTests(test_util.TestBase):
         from hgsubversion import svncommands
         svncommands.rebuildmeta(u,
                                 self.repo,
-                                os.path.dirname(self.repo.path),
                                 args=[test_util.fileurl(self.repo_path)])