aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/test
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2013-11-29 11:38:20 +0100
committerHenrik Nord <[email protected]>2013-11-29 11:38:20 +0100
commit0b5ac8b3433ff05728d087b15666457ba27d1f32 (patch)
treecbbb5ac837e146bf01e9d2611437fd4709840d37 /lib/observer/test
parent670150ff9bfdce856c327fb76c30e58039df2cba (diff)
parentb1309987eb47a009d2bfaa8f81e2f600090500a4 (diff)
downloadotp-0b5ac8b3433ff05728d087b15666457ba27d1f32.tar.gz
otp-0b5ac8b3433ff05728d087b15666457ba27d1f32.tar.bz2
otp-0b5ac8b3433ff05728d087b15666457ba27d1f32.zip
Merge branch 'maint'
Diffstat (limited to 'lib/observer/test')
-rw-r--r--lib/observer/test/observer_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/observer/test/observer_SUITE.erl b/lib/observer/test/observer_SUITE.erl
index 8dea0d8ea8..b6665cb70b 100644
--- a/lib/observer/test/observer_SUITE.erl
+++ b/lib/observer/test/observer_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2006-2011. All Rights Reserved.
+%% Copyright Ericsson AB 2006-2013. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -66,5 +66,5 @@ app_file(suite) ->
app_file(doc) ->
["Testing .app file"];
app_file(Config) when is_list(Config) ->
- ?line ok = ?t:app_test(os_mon),
+ ?line ok = ?t:app_test(observer),
ok.