Skip to content

Commit

Permalink
Merge remote branch 'upstream/maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Andersson committed Aug 30, 2012
2 parents 7fc6342 + cc3e7a0 commit c7787af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/common_test/src/ct.erl
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,12 @@ require(Required) ->
%%% <p>For this to work, the config file must at least contain:</p>
%%% <pre>{machine,[{node,[{telnet,IpAddr},{ftp,IpAddr}]}]}.</pre>
%%%
%%% <note>The behaviour of this function changed radically in common_test
%%% <note><p>The behaviour of this function changed radically in common_test
%%% 1.6.2. In order too keep some backwards compatability it is still possible
%%% to do: <br/><c>ct:require(a,{node,[telnet,ftp]}).</c><br/>
%%% This will associate the name <c>a</c> with the top level <c>node</c> entry.
%%% For this to work, the config file must at least contain:<br/>
%%% <c>{node,[{telnet,IpAddr},{ftp,IpAddr}]}.</c></note>
%%% <c>{node,[{telnet,IpAddr},{ftp,IpAddr}]}.</c></p></note>
%%%
%%% @see require/1
%%% @see get_config/1
Expand Down

0 comments on commit c7787af

Please sign in to comment.