From a488a4d45a392b5cf4cc46195a3ad2df32389582 Mon Sep 17 00:00:00 2001 From: Niclas Eklund Date: Mon, 7 Mar 2011 14:47:00 +0100 Subject: Corrected include path and spelling of a test case function. --- lib/ssh/test/ssh_basic_SUITE.erl | 2 +- lib/ssh/test/ssh_test_lib.erl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ssh') diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl index e801664ff2..b51b17b2f4 100644 --- a/lib/ssh/test/ssh_basic_SUITE.erl +++ b/lib/ssh/test/ssh_basic_SUITE.erl @@ -102,7 +102,7 @@ end_per_testcase(_TestCase, _Config) -> %% Description: Returns a list of all test cases in this test suite %%-------------------------------------------------------------------- all() -> - [exec, exec_compressed, shell, daemon_allready_started, + [exec, exec_compressed, shell, daemon_already_started, server_password_option, server_userpassword_option, known_hosts]. diff --git a/lib/ssh/test/ssh_test_lib.erl b/lib/ssh/test/ssh_test_lib.erl index e8197e32c2..4fd47da090 100644 --- a/lib/ssh/test/ssh_test_lib.erl +++ b/lib/ssh/test/ssh_test_lib.erl @@ -27,7 +27,7 @@ -include_lib("public_key/include/public_key.hrl"). -include("test_server.hrl"). -include("test_server_line.hrl"). --include("../src/ssh.hrl"). +-include_lib("ssh/src/ssh.hrl"). -define(TIMEOUT, 50000). -- cgit v1.2.3