sapi_location/tsrc/testing/tloctest/conf/tloctest.cfg
author Kiiskinen Klaus (Nokia-D-MSW/Tampere) <klaus.kiiskinen@nokia.com>
Mon, 30 Mar 2009 12:51:10 +0300
changeset 0 14df0fbfcc4e
permissions -rw-r--r--
Revision: 200912 Kit: 200912

[Test]
title GetLocation test
create TLocTest foobar
foobar GetLocation 
delete foobar
[Endtest] 

[Test]
title LocationUpdate test
create TLocTest foobar
foobar LocationUpdates 
delete foobar
[Endtest] 

[Test]
title CancelLocationUpdates1 test
create TLocTest foobar
foobar CancelLocationUpdates1 
delete foobar
[Endtest] 

[Test]
title CancelLocationUpdates2 test
create TLocTest foobar
foobar CancelLocationUpdates2 
delete foobar
[Endtest] 


[Test]
title GetLastKnown Location
create TLocTest foobar
foobar LastKnownLoc
delete foobar
[Endtest] 
[Test]
title FindDistance
create TLocTest foobar
foobar FindDistance
delete foobar
[Endtest]

[Test]
title GetLocationAsynch
create TLocTest foobar
foobar GetLocationAsynch
delete foobar
[Endtest]

[Test]
title CancelLocationAsynch
create TLocTest foobar
foobar CancelLocationAsynch
delete foobar
[Endtest]


[Test]
title Stray Signal Test
create TLocTest foobar
foobar StraySignal
delete foobar
[Endtest]

[Test]
title Stray Signal Test for GetLocation
create TLocTest foobar
foobar StraySignalGetLoc
delete foobar
[Endtest]