aboutsummaryrefslogtreecommitdiff
path: root/ber/ber_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ber/ber_test.go')
-rw-r--r--ber/ber_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ber/ber_test.go b/ber/ber_test.go
index 94edbb0..690a8d5 100644
--- a/ber/ber_test.go
+++ b/ber/ber_test.go
@@ -35,6 +35,7 @@ var intTestData = map[int][]byte{
8388607: {0x03, 0x7f, 0xff, 0xff},
-8388607: {0x03, 0x80, 0x00, 0x01},
-136: {0x02, 0xff, 0x78},
+ 19988489: {0x04, 0x01, 0x31, 0x00, 0x09},
}
func TestInt(t *testing.T) {