aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/property_test/uri_string_recompose.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/property_test/uri_string_recompose.erl')
-rw-r--r--lib/stdlib/test/property_test/uri_string_recompose.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/stdlib/test/property_test/uri_string_recompose.erl b/lib/stdlib/test/property_test/uri_string_recompose.erl
index 97f9d727a0..e51a671172 100644
--- a/lib/stdlib/test/property_test/uri_string_recompose.erl
+++ b/lib/stdlib/test/property_test/uri_string_recompose.erl
@@ -267,8 +267,9 @@ host_uri() ->
%% Port, Query, Fragment
%%-------------------------------------------------------------------------
port() ->
- range(1,65535).
-
+ frequency([{10, undefined},
+ {10, range(1,65535)}
+ ]).
query_map() ->
unicode().