diff options
author | Siri Hansen <[email protected]> | 2012-03-30 12:24:40 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-03-30 12:24:40 +0200 |
commit | 44a6cf23d6c127493f0785c45a8b99ee4603eb01 (patch) | |
tree | 5f363b8b908b5ab18d2729d18ea9cf51361b633a | |
parent | 22e8b7981f8f1ea43a74b0b19985a364ae780f0f (diff) | |
parent | f2ea92776a292ff07601e6bbab7663667b50efad (diff) | |
download | otp-44a6cf23d6c127493f0785c45a8b99ee4603eb01.tar.gz otp-44a6cf23d6c127493f0785c45a8b99ee4603eb01.tar.bz2 otp-44a6cf23d6c127493f0785c45a8b99ee4603eb01.zip |
Merge branch 'maint'
-rw-r--r-- | lib/observer/test/crashdump_viewer_SUITE.erl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/observer/test/crashdump_viewer_SUITE.erl b/lib/observer/test/crashdump_viewer_SUITE.erl index 79ece7edf5..5bbce9d076 100644 --- a/lib/observer/test/crashdump_viewer_SUITE.erl +++ b/lib/observer/test/crashdump_viewer_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2003-2011. All Rights Reserved. +%% Copyright Ericsson AB 2003-2012. 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 @@ -318,7 +318,7 @@ browse_file(Port,File) -> %% The page where a filename can be entered title(Port,"read_file_frame","Read File"), - + %% Load a file Url = "http://localhost:"++Port++"/cdv_erl/crashdump_viewer/read_file", Html = request_sync(post,{Url,[],[],"path="++File}), @@ -711,6 +711,7 @@ rel_opt(Rel) -> r11b -> [{erl,[{release,"r11b_patched"}]}]; r12b -> [{erl,[{release,"r12b_patched"}]}]; r13b -> [{erl,[{release,"r13b_patched"}]}]; + r14b -> [{erl,[{release,"r14b_latest"}]}]; %naming convention changed current -> [] end. @@ -734,6 +735,6 @@ compat_rel(Rel) -> r11b -> "+R11 "; r12b -> "+R12 "; r13b -> "+R13 "; - r14b -> "+R13 "; + r14b -> "+R14 "; current -> "" end. |