diff options
author | Henrik Nord <[email protected]> | 2015-12-07 16:03:48 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-12-07 16:03:48 +0100 |
commit | 75b185358f5c901e57bbeab1e60caf4e4aa28ca9 (patch) | |
tree | 1060b2be91d2d433e4d6d4fc1287ff046b73b707 /lib/jinterface/test/nc_SUITE.erl | |
parent | a16b7d63cc665dca90305b146c15de04487808db (diff) | |
parent | eefc4f1b40c8d1bd01abe3687c5f343cb838b0d5 (diff) | |
download | otp-75b185358f5c901e57bbeab1e60caf4e4aa28ca9.tar.gz otp-75b185358f5c901e57bbeab1e60caf4e4aa28ca9.tar.bz2 otp-75b185358f5c901e57bbeab1e60caf4e4aa28ca9.zip |
Merge branch 'NicoK/jinterface-regression' into maint
* NicoK/jinterface-regression:
jinterface: fix writing small compressed values
OTP-13165
Diffstat (limited to 'lib/jinterface/test/nc_SUITE.erl')
-rw-r--r-- | lib/jinterface/test/nc_SUITE.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/jinterface/test/nc_SUITE.erl b/lib/jinterface/test/nc_SUITE.erl index 9679b90a0d..c5f3198c21 100644 --- a/lib/jinterface/test/nc_SUITE.erl +++ b/lib/jinterface/test/nc_SUITE.erl @@ -215,6 +215,7 @@ decompress_roundtrip(Config) when is_list(Config) -> 0.0, math:sqrt(2), <<1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,31:5>>, + "{}", RandomBin1k, RandomBin1M, RandomBin10M, @@ -244,6 +245,7 @@ compress_roundtrip(Config) when is_list(Config) -> 0.0, math:sqrt(2), <<1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,31:5>>, + "{}", RandomBin1k, RandomBin1M, RandomBin10M, |