3386
3388
return self.make_records(attribs, contents)
3388
3390
def test_serialize_symlink_creation(self):
3391
3393
tt.new_symlink(u'foo\u1234', tt.root, u'bar\u1234')
3392
3394
self.assertSerializesTo(self.symlink_creation_records(), tt)
3394
3396
def test_deserialize_symlink_creation(self):
3397
3399
tt.deserialize(iter(self.symlink_creation_records()))
3398
3400
abspath = tt._limbo_name('new-1')