544
544
def test_missing_dir(self):
545
545
"""Initializing a missing directory should fail like the bzrdir api."""
546
546
backing = self.get_transport()
548
548
request = smart_dir.SmartServerRequestBzrDirInitializeEx(backing)
549
549
self.assertRaises(errors.NoSuchFile, request.execute, name,
550
550
'subdir/dir', 'False', 'False', 'False', '', '', '', '', 'False')