comparison tests/test_push_dirs.py @ 329:235022089da6

merge with stable
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Sat, 09 May 2009 12:36:17 +0200
parents 067914ecb4eb
children d2ef7220a079
comparison
equal deleted inserted replaced
328:48ec2d62dc29 329:235022089da6
45 ('d31/d32/d33/d34/a', None, None), 45 ('d31/d32/d33/d34/a', None, None),
46 ] 46 ]
47 self.commitchanges(changes) 47 self.commitchanges(changes)
48 self.pushrevisions() 48 self.pushrevisions()
49 self.assertEqual(self.svnls('trunk'), 49 self.assertEqual(self.svnls('trunk'),
50 ['d2', 'd2/b', 'd31', 'd31/d32', 'd31/d32/a', 'd31/d32/d33']) 50 ['d2', 'd2/b', 'd31', 'd31/d32', 'd31/d32/a', ])
51 51
52 52
53 class TestPushDirsNotAtRoot(test_util.TestBase): 53 class TestPushDirsNotAtRoot(test_util.TestBase):
54 def test_push_new_dir_project_root_not_repo_root(self): 54 def test_push_new_dir_project_root_not_repo_root(self):
55 test_util.load_fixture_and_fetch('fetch_missing_files_subdir.svndump', 55 test_util.load_fixture_and_fetch('fetch_missing_files_subdir.svndump',