diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-07-26 10:31:22 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-07-27 13:38:26 +0100 |
commit | 4518b2c17508ff427aa6d4f253e660b0da98a2b0 (patch) | |
tree | 2e187102d3b849f400317aa78eb089b54a1cea9b /tests | |
parent | 2dfc0356903962e457b185135f0122ac18f99254 (diff) |
Rename the tls test from /openssl to /tls to avoid confusion
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wocky-tls-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wocky-tls-test.c b/tests/wocky-tls-test.c index 3a362a3..dac091c 100644 --- a/tests/wocky-tls-test.c +++ b/tests/wocky-tls-test.c @@ -258,7 +258,7 @@ teardown_ssl_test (ssl_test_t *ssl_test) } static void -test_openssl_handshake_rw (void) +test_tls_handshake_rw (void) { ssl_test_t ssl_test = { NULL, } ; test_data_t *test = setup_test (); @@ -311,7 +311,7 @@ main (int argc, char **argv) int result; test_init (argc, argv); - g_test_add_func ("/openssl/handshake+rw", test_openssl_handshake_rw); + g_test_add_func ("/tls/handshake+rw", test_tls_handshake_rw); result = g_test_run (); test_deinit (); |