96
96
if sys.platform != 'win32':
97
97
raise TestSkipped('windows-specific test')
98
98
b = self.make_branch('.')
100
100
if not base_url.startswith('file:///'):
101
101
raise TestNotApplicable('this test should be run with local base')
102
102
base = urlutils.local_path_from_url(base_url)
105
105
other = 'file:///C:/path'