aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/test/nc_SUITE.erl
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2015-12-07 16:07:18 +0100
committerHenrik Nord <[email protected]>2015-12-07 16:07:18 +0100
commit494afc417880374d11971b73e8aab3d2321eee2d (patch)
treea3f053d32c145e22d6a7d6d295fe1f983f29eebe /lib/jinterface/test/nc_SUITE.erl
parent8081c6d2ac8f69bfa3ef718dfb8f9a1abe6ea908 (diff)
parent9be3ffd7bbb7fbf386fe7857b3ff9c9803e91cc7 (diff)
downloadotp-494afc417880374d11971b73e8aab3d2321eee2d.tar.gz
otp-494afc417880374d11971b73e8aab3d2321eee2d.tar.bz2
otp-494afc417880374d11971b73e8aab3d2321eee2d.zip
Merge branch 'maint'
Diffstat (limited to 'lib/jinterface/test/nc_SUITE.erl')
-rw-r--r--lib/jinterface/test/nc_SUITE.erl2
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,