diff options
author | Andrey Pampukha <[email protected]> | 2010-04-19 17:28:07 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-09 16:19:18 +0200 |
commit | 1327bd8956b2d0f6b5a9201ce9ecf361f94733aa (patch) | |
tree | 9fa7463d786cfab1c12343e8b5fac829e7e1e0c1 /lib/common_test/src/ct_config_xml.erl | |
parent | ebcab814cabc74407f48aba1b41327df80586fcd (diff) | |
download | otp-1327bd8956b2d0f6b5a9201ce9ecf361f94733aa.tar.gz otp-1327bd8956b2d0f6b5a9201ce9ecf361f94733aa.tar.bz2 otp-1327bd8956b2d0f6b5a9201ce9ecf361f94733aa.zip |
Move 'node_start' and 'eval' terms into new 'init' term
node_start+eval -> init(node_start, eval)
Also include some documentation updates.
Diffstat (limited to 'lib/common_test/src/ct_config_xml.erl')
-rwxr-xr-x | lib/common_test/src/ct_config_xml.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/common_test/src/ct_config_xml.erl b/lib/common_test/src/ct_config_xml.erl index 111d1426c9..4ced80aeac 100755 --- a/lib/common_test/src/ct_config_xml.erl +++ b/lib/common_test/src/ct_config_xml.erl @@ -24,9 +24,6 @@ -module(ct_config_xml). -export([read_config/1, check_parameter/1]). -% DEBUG ONLY --export([list_to_term/1]). - % read config file read_config(ConfigFile) -> case catch do_read_xml_config(ConfigFile) of |