From 960f92f8b6e4ee1f5993ebf642d3490aa0a30477 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Wed, 8 Jan 2014 14:38:18 +0100 Subject: Qt Quick Test: Fix links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To TestCase and SignalSpy. Add link to the QtTest qml module. Change-Id: Ibbcc90acb2ef81ecaba5d1045b30b373115fb195 Reviewed-by: Topi Reiniƶ Reviewed-by: Martin Smith --- doc/src/qmlapp/qtquicktest.qdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/qmlapp/qtquicktest.qdoc b/doc/src/qmlapp/qtquicktest.qdoc index 62369c152..722297b56 100644 --- a/doc/src/qmlapp/qtquicktest.qdoc +++ b/doc/src/qmlapp/qtquicktest.qdoc @@ -32,8 +32,8 @@ \section1 Introduction - QtQuickTest is a unit test framework for QML applications. - Test cases are written as JavaScript functions within a TestCase + \l {Qt Quick Test QML Types}{Qt Quick Test} is a unit test framework for QML applications. + Test cases are written as JavaScript functions within a \l {QtTest::TestCase}{TestCase} type: \code @@ -54,8 +54,8 @@ \endcode Functions whose names start with \c{test_} are treated as test cases - to be executed. See the documentation for the \l TestCase and - \l SignalSpy types for more information on writing test cases. + to be executed. See the documentation for the \l {QtTest::TestCase}{TestCase} and + \l {QtTest::SignalSpy}{SignalSpy} types for more information on writing test cases. \section1 Running tests -- cgit v1.2.3