summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatalia Shubina <natalia.shubina@nokia.com>2011-05-04 16:38:27 +1000
committerNatalia Shubina <natalia.shubina@nokia.com>2011-05-04 16:38:27 +1000
commitcb8c446cfd1ec1753948204f5b2c133e0f8be2e5 (patch)
treeb06039cae4341d637d0aefa34f8b21e0121b6a2f
parent29ff57815e81c6b650ddda7dc6ce62df45d5fe7d (diff)
replacing Fetchgooglemaps with lightmaps_with_location
-rw-r--r--QtMobility/sys_location/sys_location.qtt13
1 files changed, 6 insertions, 7 deletions
diff --git a/QtMobility/sys_location/sys_location.qtt b/QtMobility/sys_location/sys_location.qtt
index c061ad8..48ae4b5 100644
--- a/QtMobility/sys_location/sys_location.qtt
+++ b/QtMobility/sys_location/sys_location.qtt
@@ -54,11 +54,10 @@ testcase = {
location_is_updated: function()
{
prompt(twiki('---+++ Position changes are detected
- 1. Run the fetchgooglemaps example (sources are in examples/fetchgooglemaps).
- 1. Note the initial position displayed in the example.
- 1. Move to a different location.
- 1. Note the updated position displayed in the example.
- 1. Verify that the new position in step 4 corresponds to the move in step 3 (i.e. if the device moved north, the new position should clearly indicate this).'
+ Note that GPS and internet connection is required for this test case.
+ | *Step* | *Verification* |
+ | Run the lightmaps_with_location app (sources are in demos\lightmaps). | Verify that map is displayed and centered with the current position |
+ | Move to a different location | Verify that map is updated and centered with new location |'
));
},
@@ -316,7 +315,7 @@ testcase = {
geocoding: function()
{
prompt(twiki('---+++ Geocoding
- Note that testing via proxy is not recommended, incorrect settings can be a cause of " Socket operation timed out" error
+ Note that testing via proxy is not recommended, incorrect settings can be a cause of the " Socket operation timed out" error
| *Step* | *Verification* |
| Run the GeoServiceDemo application (sources are /tests/location-testing-tools/geoservicedemo) | |
| Select Search By Adress tab | |
@@ -335,7 +334,7 @@ testcase = {
reverse_geocoding: function()
{
prompt(twiki('---+++ Reverse geocoding
- Note that testing via proxy is not recommended, incorrect settings can be a cause of " Socket operation timed out" error
+ Note that testing via proxy is not recommended, incorrect settings can be a cause of the " Socket operation timed out" error
| *Step* | *Verification* |
| Run the GeoServiceDemo application | |
| Select Reverse Geocoding tab | |