diff options
author | Björn Gustavsson <[email protected]> | 2012-09-26 15:13:14 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-09-26 15:18:24 +0200 |
commit | b1da9595a4b87bc0b8a68ae06a6b5b0a93c8be02 (patch) | |
tree | 7ee01a3159d02f8c4d3c87989f40a3e16f1256e1 /lib/test_server/test/test_server_SUITE.erl | |
parent | 7a594dd7b4616176e774ed7e78267805d237d0a8 (diff) | |
download | otp-b1da9595a4b87bc0b8a68ae06a6b5b0a93c8be02.tar.gz otp-b1da9595a4b87bc0b8a68ae06a6b5b0a93c8be02.tar.bz2 otp-b1da9595a4b87bc0b8a68ae06a6b5b0a93c8be02.zip |
test_server_SUITE: Remove the undefined_functions/1 test case
The undefined_functions/1 test case will fail if it is run
using an uninstalled Erlang/OTP system (i.e. in a source
tree/git repository).
Since the test_server application is now a part of Erlang/OTP
(it was not originally), the system-wide test case that looks
for use of undefined functions will catch undefined functions.
Therefore the easiest solution is to remove the test case.
Diffstat (limited to 'lib/test_server/test/test_server_SUITE.erl')
-rw-r--r-- | lib/test_server/test/test_server_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/test_server/test/test_server_SUITE.erl b/lib/test_server/test/test_server_SUITE.erl index a8532b08ab..8c1fd443fa 100644 --- a/lib/test_server/test/test_server_SUITE.erl +++ b/lib/test_server/test/test_server_SUITE.erl @@ -92,8 +92,8 @@ test_server_SUITE(Config) -> % rpc:call(Node,dbg, tracer,[]), % rpc:call(Node,dbg, p,[all,c]), % rpc:call(Node,dbg, tpl,[test_server_ctrl,x]), - run_test_server_tests("test_server_SUITE", 39, 1, 31, - 20, 9, 1, 11, 2, 26, Config). + run_test_server_tests("test_server_SUITE", 38, 1, 30, + 19, 9, 1, 11, 2, 25, Config). test_server_parallel01_SUITE(Config) -> run_test_server_tests("test_server_parallel01_SUITE", 37, 0, 19, |