Skip to content

Commit

Permalink
Update obsolete URL's in test data.
Browse files Browse the repository at this point in the history
Task-number: QTBUG-19653

Change-Id: I5682c9d99569a318ea8ffc7fa883cb41f51a32d6
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
  • Loading branch information
Jason McDonald authored and Qt by Nokia committed Dec 21, 2011
1 parent 3db5afa commit 8def833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/auto/qtquick1/qdeclarativeanchors/data/loop2.qml
Expand Up @@ -7,13 +7,13 @@ Rectangle {

Image {
id: image1
source: "http://labs.trolltech.com/blogs/wp-content/uploads/2009/03/3311388091_ac2a257feb.jpg"
source: "http://labs.qt.nokia.com/blogs/wp-content/uploads/2009/03/3311388091_ac2a257feb.jpg"
anchors.right: image2.left
}

Image {
id: image2
source: "http://labs.trolltech.com/blogs/wp-content/uploads/2009/03/oslo_groupphoto.jpg"
source: "http://labs.qt.nokia.com/blogs/wp-content/uploads/2009/03/oslo_groupphoto.jpg"
anchors.left: image1.right
anchors.leftMargin: 20
}
Expand Down
4 changes: 2 additions & 2 deletions tests/auto/qtquick2/qquickanchors/data/loop2.qml
Expand Up @@ -7,13 +7,13 @@ Rectangle {

Image {
id: image1
source: "http://labs.trolltech.com/blogs/wp-content/uploads/2009/03/3311388091_ac2a257feb.jpg"
source: "http://labs.qt.nokia.com/blogs/wp-content/uploads/2009/03/3311388091_ac2a257feb.jpg"
anchors.right: image2.left
}

Image {
id: image2
source: "http://labs.trolltech.com/blogs/wp-content/uploads/2009/03/oslo_groupphoto.jpg"
source: "http://labs.qt.nokia.com/blogs/wp-content/uploads/2009/03/oslo_groupphoto.jpg"
anchors.left: image1.right
anchors.leftMargin: 20
}
Expand Down

0 comments on commit 8def833

Please sign in to comment.