Test more numbers

This commit is contained in:
Andrea Cavalli 2021-07-18 19:37:24 +02:00
parent e57088c0dd
commit 01994698fc
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ public class TestInt52Serializer {
testInt52Serialization(i); testInt52Serialization(i);
} }
testInt52Serialization(0xF_FF_FF_FF_FF_FF_FFL); testInt52Serialization(0xF_FF_FF_FF_FF_FF_FFL);
testInt52Serialization(1099511627775L);
testInt52Serialization(999619292661L);
} }
public void testInt52Serialization(long n) throws IOException { public void testInt52Serialization(long n) throws IOException {