diff --git a/UnitTests/PListObjectTests.cs b/UnitTests/PListObjectTests.cs index 752efb3..1bd46c7 100644 --- a/UnitTests/PListObjectTests.cs +++ b/UnitTests/PListObjectTests.cs @@ -53,6 +53,10 @@ namespace UnitTests new KeyValuePair ("IntMaxValuePlusOne", ((long) int.MaxValue) + 1), new KeyValuePair ("UIntMaxValue", uint.MaxValue), new KeyValuePair ("UIntMaxValuePlusOne", ((long) uint.MaxValue) + 1), + new KeyValuePair ("LongMaxValue", long.MaxValue), + + // FIXME: Apple supports up to ulong.MaxValue + // new KeyValuePair ("ULongMaxValue", ulong.MaxValue), }; [TestCase ("xml-integers.plist")] diff --git a/UnitTests/TestData/PropertyLists/binary-integers.plist b/UnitTests/TestData/PropertyLists/binary-integers.plist index 79d2e8f..7c4e43d 100644 Binary files a/UnitTests/TestData/PropertyLists/binary-integers.plist and b/UnitTests/TestData/PropertyLists/binary-integers.plist differ diff --git a/UnitTests/TestData/PropertyLists/xml-integers.plist b/UnitTests/TestData/PropertyLists/xml-integers.plist index 9707278..77e423f 100644 --- a/UnitTests/TestData/PropertyLists/xml-integers.plist +++ b/UnitTests/TestData/PropertyLists/xml-integers.plist @@ -30,5 +30,7 @@ 4294967295 UIntMaxValuePlusOne 4294967296 + LongMaxValue + 9223372036854775807