aboutsummaryrefslogtreecommitdiffstats
path: root/erts/test
diff options
context:
space:
mode:
authorErland Schönbeck <[email protected]>2015-03-23 13:26:39 +0100
committerErland Schönbeck <[email protected]>2015-03-23 13:26:39 +0100
commit137d68ce8d9f68c2f80f246e7b5f65e38e699323 (patch)
tree56331bdd03ef064c09b87c3398b598376241351b /erts/test
parent7a4967882b44e9048949bd8dc6cb6e953ea0c1c9 (diff)
downloadotp-137d68ce8d9f68c2f80f246e7b5f65e38e699323.tar.gz
otp-137d68ce8d9f68c2f80f246e7b5f65e38e699323.tar.bz2
otp-137d68ce8d9f68c2f80f246e7b5f65e38e699323.zip
Update with changes in new time api
otp_SUITE: change filter för diameter
Diffstat (limited to 'erts/test')
-rw-r--r--erts/test/otp_SUITE.erl4
1 files changed, 1 insertions, 3 deletions
diff --git a/erts/test/otp_SUITE.erl b/erts/test/otp_SUITE.erl
index 171f722357..2969383d66 100644
--- a/erts/test/otp_SUITE.erl
+++ b/erts/test/otp_SUITE.erl
@@ -220,12 +220,10 @@ gs_filter(Undef) ->
diameter_filter(Undef) ->
%% Filter away function calls that are catched.
- filter(fun({{diameter_lib,_,_},{erlang,convert_time_resolution,3}}) ->
+ filter(fun({{diameter_lib,_,_},{erlang,convert_time_unit,3}}) ->
false;
({{diameter_lib,_,_},{erlang,monotonic_time,0}}) ->
false;
- ({{diameter_lib,_,_},{erlang,time_resolution,0}}) ->
- false;
({{diameter_lib,_,_},{erlang,unique_integer,0}}) ->
false;
({{diameter_lib,_,_},{erlang,time_offset,0}}) ->