diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-02-08 21:07:58 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-09 07:54:42 (GMT) |
commit | 60666017530dc981b3908e3e572269cb5a3019ed (patch) | |
tree | 2c82884738c155c6a4103eb84e2871996894ff30 /tests | |
parent | 95a857c2d3212c0a19aefd11ff960df56d413acc (diff) | |
download | Qt-60666017530dc981b3908e3e572269cb5a3019ed.zip Qt-60666017530dc981b3908e3e572269cb5a3019ed.tar.gz Qt-60666017530dc981b3908e3e572269cb5a3019ed.tar.bz2 |
Change bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Ib13737eac7f7cee3ebca44aa712cb6b152672a81
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qimagereader/tst_qimagereader.cpp | 2 | ||||
-rw-r--r-- | tests/auto/qnetworkreply/tst_qnetworkreply.cpp | 2 | ||||
-rw-r--r-- | tests/benchmarks/gui/kernel/qwidget/tst_qwidget.cpp | 2 | ||||
-rw-r--r-- | tests/system/declarative/sys_rtl/sys_rtl.qtt | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/tests/auto/qimagereader/tst_qimagereader.cpp b/tests/auto/qimagereader/tst_qimagereader.cpp index 9443739..2d6fcc0 100644 --- a/tests/auto/qimagereader/tst_qimagereader.cpp +++ b/tests/auto/qimagereader/tst_qimagereader.cpp @@ -870,7 +870,7 @@ void tst_QImageReader::animatedGif() } } -// http://bugreports.qt.nokia.com/browse/QTBUG-6696 +// http://bugreports.qt-project.org/browse/QTBUG-6696 // Check the count of images in various call orders... void tst_QImageReader::gifImageCount() { diff --git a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp index f123ad9..b6a0196 100644 --- a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp +++ b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp @@ -6439,7 +6439,7 @@ void tst_QNetworkReply::synchronousRequest() // workaround for HTTPS requests: add self-signed server cert to list of CA certs, // since we cannot react to the sslErrors() signal // to fix this properly we would need to have an ignoreSslErrors() method in the - // QNetworkRequest, see http://bugreports.qt.nokia.com/browse/QTBUG-14774 + // QNetworkRequest, see http://bugreports.qt-project.org/browse/QTBUG-14774 if (url.scheme() == "https") { QSslConfiguration sslConf; QList<QSslCertificate> certs = QSslCertificate::fromPath(SRCDIR "/certs/qt-test-server-cacert.pem"); diff --git a/tests/benchmarks/gui/kernel/qwidget/tst_qwidget.cpp b/tests/benchmarks/gui/kernel/qwidget/tst_qwidget.cpp index 12ef9b0..b4b4a63 100644 --- a/tests/benchmarks/gui/kernel/qwidget/tst_qwidget.cpp +++ b/tests/benchmarks/gui/kernel/qwidget/tst_qwidget.cpp @@ -161,7 +161,7 @@ void tst_QWidget::update_data() QTest::newRow("10x10x100 opaque") << 10 << 10 << 100 << true; #ifndef Q_OS_SYMBIAN //These test cases cause stack overflow in QWidgetPrivate::paintSiblingsRecursive - //see http://bugreports.qt.nokia.com/browse/QTBUG-8512 + //see http://bugreports.qt-project.org/browse/QTBUG-8512 //Symbian threads have a hard limit of 80kB user stack QTest::newRow("25x25x1 transparent ") << 25 << 25 << 1 << false; QTest::newRow("25x25x10 transparent") << 25 << 25 << 10 << false; diff --git a/tests/system/declarative/sys_rtl/sys_rtl.qtt b/tests/system/declarative/sys_rtl/sys_rtl.qtt index ba18237..3a2c546 100644 --- a/tests/system/declarative/sys_rtl/sys_rtl.qtt +++ b/tests/system/declarative/sys_rtl/sys_rtl.qtt @@ -45,7 +45,7 @@ testcase = { implicit_text_alignment: function() { prompt(twiki('---++ Implicit Text alignment -Note: Empty/whitepace text has no direction, thus TextEdits will still show the cursor to the left. See http://bugreports.qt.nokia.com/browse/QTBUG-17973 +Note: Empty/whitepace text has no direction, thus TextEdits will still show the cursor to the left. See http://bugreports.qt-project.org/browse/QTBUG-17973 | *Step* | *Verification* | | Execute systemtests/Qt/examples/declarative/rtl/rtltext.qml | Verify that the indicator at the bottom shows Implicit alignment | | Observe the three different element types - Text, TextInput, TextEdit | Verify that for each case where the text box shows right-to-left text, the text is aligned to the right | @@ -61,7 +61,7 @@ Note: Empty/whitepace text has no direction, thus TextEdits will still show the left_center_and_right_text_alignment: function(name,alignment) { prompt(twiki('---++ '+name+' Text alignment -Note: Empty/whitepace text has no direction, thus TextEdits will still show the cursor to the left. See http://bugreports.qt.nokia.com/browse/QTBUG-17973 +Note: Empty/whitepace text has no direction, thus TextEdits will still show the cursor to the left. See http://bugreports.qt-project.org/browse/QTBUG-17973 | *Step* | *Verification* | | Execute systemtests/Qt/examples/declarative/rtl/rtltext.qml | Verify that the indicator at the bottom shows Implicit alignment | | Press the indicator until '+name+' alignment shows | Verify that the indicator at the bottom shows '+name+' alignment | @@ -72,7 +72,7 @@ Note: Empty/whitepace text has no direction, thus TextEdits will still show the { prompt(twiki('---++ Justified Text alignment Note that this only applies to Text and TextEdit. AlignJustify is not available for TextInput -Note: Empty/whitepace text has no direction, thus TextEdits will still show the cursor to the left. See http://bugreports.qt.nokia.com/browse/QTBUG-17973 +Note: Empty/whitepace text has no direction, thus TextEdits will still show the cursor to the left. See http://bugreports.qt-project.org/browse/QTBUG-17973 | *Step* | *Verification* | | Execute systemtests/Qt/examples/declarative/rtl/rtltext.qml | Verify that the indicator at the bottom shows Implicit alignment | | Press the indicator until Justify alignment shows | Verify that the indicator at the bottom shows Justify alignment | |