QmlDebuggingTests: Separate out public and private tests
authorAurindam Jana <aurindam.jana@nokia.com>
Tue, 6 Mar 2012 22:35:27 +0000 (23:35 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 19 Mar 2012 11:04:54 +0000 (12:04 +0100)
commit5c05f5df1f35291070962b7fe295004e4942f2ce
tree1a0bfae2fe67fbea1be3f58735b691ede340a1c3
parentc975f80db197cef667c512c06e3a03b17570e7d6
QmlDebuggingTests: Separate out public and private tests

Remove dependencies on quick-private from all
possible debugging auto tests and list them under public
tests.

Change-Id: I688b5b36fdf3d6fbcb6cef2a975ecd1bf679af2b
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
32 files changed:
src/plugins/qmltooling/qmldbg_tcp/qmldbg_tcp.pro
src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.cpp
src/plugins/qmltooling/shared/qpacketprotocol.cpp [moved from src/qml/debugger/qpacketprotocol.cpp with 99% similarity]
src/plugins/qmltooling/shared/qpacketprotocol.h [moved from src/qml/debugger/qpacketprotocol_p.h with 85% similarity]
src/qml/debugger/debugger.pri
tests/auto/qml/debugger/debugger.pro
tests/auto/qml/debugger/qdebugmessageservice/qdebugmessageservice.pro
tests/auto/qml/debugger/qpacketprotocol/qpacketprotocol.pro
tests/auto/qml/debugger/qpacketprotocol/tst_qpacketprotocol.cpp
tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro
tests/auto/qml/debugger/qqmldebugclient/tst_qqmldebugclient.cpp
tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro
tests/auto/qml/debugger/qqmldebugservice/qqmldebugservice.pro
tests/auto/qml/debugger/qqmldebugservice/tst_qqmldebugservice.cpp
tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.pro
tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
tests/auto/qml/debugger/qqmlprofilerservice/tst_qqmlprofilerservice.cpp
tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro
tests/auto/qml/debugger/qv8profilerservice/tst_qv8profilerservice.cpp
tests/auto/qml/debugger/shared/debugutil.cpp
tests/auto/qml/debugger/shared/debugutil.pri
tests/auto/qml/debugger/shared/debugutil_p.h
tests/auto/qml/debugger/shared/qqmldebugclient.cpp
tests/auto/qml/debugger/shared/qqmldebugclient.h
tests/auto/qml/debugger/shared/qqmldebugtestservice.cpp [new file with mode: 0644]
tests/auto/qml/debugger/shared/qqmldebugtestservice.h [new file with mode: 0644]
tests/auto/qml/debugger/shared/qqmlenginedebug.cpp
tests/auto/qml/debugger/shared/qqmlenginedebug_p.h
tools/qmlprofiler/qmlprofiler.pro
tools/qmlprofiler/qpacketprotocol.cpp [new file with mode: 0644]
tools/qmlprofiler/qpacketprotocol.h [new file with mode: 0644]
tools/qmlprofiler/qqmldebugclient.cpp