1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Description: disable failing tests
This tests seems to need a source of information to properly work.
So far I couldn't understand how to add that source or if it is possible at
all.
Disable them until we can work it out.
Author: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Forwarded: not-needed
Last-Update: 2016-07-14
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -25,12 +25,11 @@
qplacesearchsuggestionreply \
qplaceuser \
qplacemanager \
- qplacemanager_nokia \
qplacemanager_unsupported \
placesplugin_unsupported
#misc tests
- SUBDIRS += qmlinterface \
+ SUBDIRS += \
cmake \
doublevectors
@@ -54,15 +53,8 @@
qgeotilespec \
qgeoroutexmlparser \
maptype \
- nokia_services \
qgeocameratiles
- qtHaveModule(quick) {
- SUBDIRS += declarative_core \
- declarative_geoshape
-
- !mac: SUBDIRS += declarative_ui
- }
}
@@ -77,7 +69,5 @@
qgeocoordinate \
qgeolocation \
qgeopositioninfo \
- qgeopositioninfosource \
qgeosatelliteinfo \
- qgeosatelliteinfosource \
qnmeapositioninfosource
|