mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
Merge pull request #57 from quamotion/fixes/uid-remove-deprecated
UID: Remove deprecated members
This commit is contained in:
@@ -52,20 +52,6 @@ namespace plistcil.test
|
||||
Assert.Equal(new byte[] {0xAB, 0xCD, 0xEF, 0x00, 0x00, 0xEF, 0xCD, 0xAB}, uid.Bytes);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void SByteUidTest()
|
||||
{
|
||||
UID uid = new UID("test", (sbyte)0x0F);
|
||||
Assert.Equal(new byte[] {0x0F}, uid.Bytes);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void ShortUidTest()
|
||||
{
|
||||
UID uid = new UID("test", (short)0x0F0F);
|
||||
Assert.Equal(new byte[] {0x0F, 0x0F}, uid.Bytes);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void UIntUidTest()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user