summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamian Jansen <damian.jansen@nokia.com>2011-05-06 13:15:42 +1000
committerDamian Jansen <damian.jansen@nokia.com>2011-05-06 13:15:42 +1000
commit3fcf11b3c2f1e9bc7080fb8d8ef5562a72ce32ae (patch)
tree7ea0fee73fabbc388e74f2e4d3c380f846b38fbc
parent2dfd1cdbaef2f5d1d84b039277ee8483b6e37965 (diff)
parentcb8c446cfd1ec1753948204f5b2c133e0f8be2e5 (diff)
Merge branch 'master' of scm.dev.nokia.troll.no:research/systemtests
-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 | |