Move CORS authenticator test to non-private tests
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 26 Jan 2014 00:49:53 +0000 (01:49 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 1 Feb 2014 16:01:19 +0000 (17:01 +0100)
commit3dbdc9a9e6153b46c01269c85804609123f1bd7d
tree619e0747927f38e54d598af9e9f38dc4c1331503
parent11b5eca580900a677fdf9a5d6cd990b0700ad5ad
Move CORS authenticator test to non-private tests

QWebSocketCorsAuthenticator is a public class and hence needs to be
tested with the public API of QtWebSockets.

Change-Id: If3af0744d8901f9c6c13d5fb9061ebf0a5a8d163
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
tests/auto/auto.pro
tests/auto/qwebsocketcorsauthenticator/qwebsocketcorsauthenticator.pro [new file with mode: 0644]
tests/auto/qwebsocketcorsauthenticator/tst_qwebsocketcorsauthenticator.cpp [moved from tests/auto/websocketcorsauthenticator/tst_websocketcorsauthenticator.cpp with 79% similarity]
tests/auto/websocketcorsauthenticator/websocketcorsauthenticator.pro [deleted file]