From d406af7208ed159a27649ca3059c104abdacb2ff Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Thu, 30 Aug 2012 14:47:11 +0200 Subject: Fix documentation error --- lib/common_test/src/ct.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl index 455fd1e4f1..49b51c9207 100644 --- a/lib/common_test/src/ct.erl +++ b/lib/common_test/src/ct.erl @@ -353,12 +353,12 @@ require(Required) -> %%%

For this to work, the config file must at least contain:

%%%
{machine,[{node,[{telnet,IpAddr},{ftp,IpAddr}]}]}.
%%% -%%% The behaviour of this function changed radically in common_test +%%%

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:
ct:require(a,{node,[telnet,ftp]}).
%%% This will associate the name a with the top level node entry. %%% For this to work, the config file must at least contain:
-%%% {node,[{telnet,IpAddr},{ftp,IpAddr}]}. +%%% {node,[{telnet,IpAddr},{ftp,IpAddr}]}.

%%% %%% @see require/1 %%% @see get_config/1 -- cgit v1.2.3