mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
Fix unit tests
This commit is contained in:
@@ -99,7 +99,7 @@ namespace plistcil.test
|
|||||||
BinaryPropertyListWriter.Write(stream, original);
|
BinaryPropertyListWriter.Write(stream, original);
|
||||||
stream.Position = 0;
|
stream.Position = 0;
|
||||||
var roundtrip = BinaryPropertyListParser.Parse(stream) as UID;
|
var roundtrip = BinaryPropertyListParser.Parse(stream) as UID;
|
||||||
Assert.Equal(original, roundtrip);
|
Assert.Equal(original.Bytes, roundtrip.Bytes);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user