apicompatanamdw/bcdrivers/os/lbs/LocAcquisition/group/testlbslocacquisition.cfg
author bdonegan
Tue, 21 Sep 2010 10:35:24 +0100
changeset 15 e37098e40f6a
parent 2 0cb2248d0edc
permissions -rw-r--r--
Close redundant head

[Define]

KRequestTypeService             1
KRequestFormatApplication       1
KServicName                     MyService
KServicNameErr                  MyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyServiceMyService
KSetInterval                    10000
KSetTimeDefault                 1000000
KSetTimeDefaultErr              10
KSetAgeDefault                  0
KModuleIndex                    0 
KModuleIndexErr                 13 
KUidTestNoExist                 01000003
KUidTestBTPsy                   101FE999
KUidTestSimPsy									101f7a81
KErrNotFound                    -1 
KEventAll												4
KEventNone											0
KErrArgument										-6
KErrCancel											-3

EInt8  										0
EInt16 										1
EInt32 										2
EInt64 										3
EUint8 										4
EUint16 									5
EUint32 									6
EReal32 									7
EReal64 									8
EDesC8 										9
EDesC16 									10
EPtrC8 										11
EPtrC16  									12
ETime 										13
ETimeIntervalMicroSeconds 14

ECostUnknown 		0
ECostZero				1
ECostPossible		2
ECostCharge			3
EPowerUnknown		0
EPowerZero			1
EPowerLow				2
EPowerMedium		3
EPowerHigh			4
ETechnologyUnknown	0
ETechnologyTerminal	 1
ETechnologyNetwork	 2
ETechnologyAssisted	 3
EDeviceUnknown			0
EDeviceInternal			1
EDeviceExternal			2
ECapabilityNone	       0
ECapabilityHorizontal  1
ECapabilityVertical    2
ECapabilitySpeed       3
ECapabilityDirection   4
ECapabilitySatellite   5
ECapabilityCompass     6
ECapabilityNmea        7
ECapabilityAddress     8
ECapabilityBuilding    9
ECapabilityMedia       10
EPositionInfoFamily			0
EPositionModuleInfoFamily		1
EPositionModuleStatusFamily	2
EPositionModuleStatusEventFamily	3
EPositionModuleQualityFamily	4
EPositionPositionCriteriaFamily	5
EPositionLastFamily				6
EPositionInfoUnknownClass	0
EPositionInfoClass	1
EPositionGenericInfoClass	2
EPositionCourseInfoClass	3
EPositionSatelliteInfoClass	4
EPositionInfoFirstCustomClass	5
EDeviceUnknown		0
EDeviceDisabled		1
EDeviceInactive		2
EDeviceInitialising	3
EDeviceStandBy			4
EDeviceReady				5
EDeviceActive				6
EDataQualityUnknown 	0
EDataQualityLoss			1
EDataQualityPartial		2
EDataQualityNormal		3
EEventNone				0
EEventDeviceStatus      1
EEventDataQualityStatus 2
EEventSystemModuleEvent 3
EEventAll				4
ESystemUnknown				0
ESystemError					1
ESystemModuleInstalled 2
ESystemModuleRemoved		3
ETrue									1
EFalse								0
EOrderDontCare    0
EOrderDefault     1
EOrderVeryLow     2
EOrderLow         3
EOrderFairlyLow   4
EOrderMedium      5
EOrderFairlyHigh  6
EOrderHigh        7
EOrderVeryHigh    8
ERequestorUnknown		0
ERequestorService		1
ERequestorContact		2
EFormatUnknown			0
EFormatApplication	1
EFormatTelephone		2
EFormatUrl					3
EFormatMail					4

[Enddefine]

[Test] 
title TCLBSLOCACQUISITION0001 
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj Disconnect
print DisConnecting...
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0002
create testlbslocacquisition Obj
Obj ConnectPanic
print Panic - "Lbs Client Fault" on Connect...
Obj Disconnect
print DisConnecting...
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0003
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj VersionCheck
print Checking Version...
Obj Disconnect
print DisConnecting...
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0004
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
Obj    GetDefaultModule
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test] 
title TCLBSLOCACQUISITION0005
create testlbslocacquisition Obj
Obj    GetDefaultModulePanicNoServer
delete Obj
[Endtest] 

[Test] 
title TCLBSLOCACQUISITION0006
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj GetModuleNum
print Getting Number of Modules...
Obj Disconnect
print DisConnecting...
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0007
create testlbslocacquisition Obj
Obj GetModuleNumPanicNoServer
print Getting Number of Modules...
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0008
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
Obj  GetModuleInfoIndex KModuleIndex
print Getting 3rd Module Information...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test] 
title TCLBSLOCACQUISITION0009
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
allownextresult KErrNotFound
print Allow Error Result..
Obj  GetModuleInfoIndex KModuleIndexErr
print Getting 3rd Module Information...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test] 
title TCLBSLOCACQUISITION0010
create testlbslocacquisition Obj
Obj  GetModuleInfoIndexPanicNoServer KModuleIndex
delete Obj
[Endtest] 

[Test] 
title TCLBSLOCACQUISITION0011
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
Obj  GetModuleInfoId KUidTestSimPsy
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0012
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
allownextresult KErrNotFound
Obj  GetModuleInfoId KUidTestNoExist
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0013
create testlbslocacquisition Obj
Obj  GetModuleInfoIdPanicNoServer KUidTestBTPsy
delete Obj
[Endtest] 

[Test] 
title TCLBSLOCACQUISITION0014
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
Obj  GetModuleStatus KUidTestSimPsy
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test] 
title TCLBSLOCACQUISITION0015
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
allownextresult KErrNotFound
Obj  GetModuleStatus KUidTestNoExist
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0016
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
Obj  GetModuleChangeNotification KEventAll KUidTestSimPsy
print Disconnecting...
Obj  Disconnect
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0017
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
allownextresult -1
Obj  GetModuleChangeNotification KEventAll KUidTestNoExist
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0018
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
allownextresult -3
Obj  GetModuleChangeNotificationCancel KEventNone KUidTestSimPsy
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0019
create testlbslocacquisition Obj
Obj  GetModuleChangeNotificationPanicNoServer KEventAll KUidTestSimPsy
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0020
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
Obj  GetModuleChangeNotificationPanicDuplicate KEventAll KUidTestSimPsy
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0021
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
allownextresult KErrNotFound
Obj  CancelModuleStatusRequest
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0022
create testlbslocacquisition Obj
Obj  CancelModuleStatusRequestPanicNoConnect
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0023
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj OpenPositioner
print Opening Postion Module...
Obj ClosePositioner
print Closing Postion Module...
Obj Disconnect
print DisConnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0024
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj OpenPositioner KUidTestSimPsy
print Opening Postion Module...
Obj ClosePositioner
print Closing Postion Module...
Obj Disconnect
print DisConnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0025
create testlbslocacquisition Obj
Obj Connect
print Connecting...
allownextresult KErrNotFound
Obj OpenPositionerByCriteria
print Opening Postion Module...
Obj Disconnect
print DisConnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0026
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj OpenPositionerPanicNotClosed
Obj Disconnect
print DisConnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0027
create testlbslocacquisition Obj
Obj OpenPositionerPanicBadHandle
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0028
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj OpenPositionerPanicNotClosed KUidTestSimPsy
Obj Disconnect
print DisConnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0029
create testlbslocacquisition Obj
Obj OpenPositionerPanicBadHandle KUidTestSimPsy
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0030
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    OpenPositioner
print  Opening...
Obj    SetRequestor KRequestTypeService KRequestFormatApplication KServicName
print  Setting Request...
Obj  ClosePositioner
print  Closing...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0031
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    SetRequestorPanicNoOpen KRequestTypeService KRequestFormatApplication KServicName
print  Setting Request...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0032
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    OpenPositioner
print  Opening...
Obj    SetRequestorstack KServicName
print  Setting Request...
Obj  ClosePositioner
print  Closing...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0033
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    OpenPositioner
print  Opening...
Obj    SetRequestorstack
print  Setting Request...
Obj  ClosePositioner
print  Closing...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0034
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    SetRequestorStackPanicNoOpen KServicName
print  Setting Request...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0035
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    OpenPositioner
print  Opening...
Obj    SetUpdateOp KSetInterval KSetTimeDefault KSetAgeDefault
print  Setting Update properties...
Obj  ClosePositioner
print  Closing...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0036
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    OpenPositioner
print  Opening...
allownextresult KErrArgument
Obj    SetUpdateOp KSetInterval KSetTimeDefaultErr KSetAgeDefault
print  Setting Update properties...
Obj  ClosePositioner
print  Closing...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0037
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    SetUpdateOpPanicNoOpen KSetInterval KSetTimeDefault KSetAgeDefault
print  Setting Update properties...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0038
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    OpenPositioner
print  Opening...
Obj    SetUpdateOp KSetInterval KSetTimeDefault KSetAgeDefault
print  Setting Update properties...
Obj    GetUpdateOp KSetInterval KSetTimeDefault KSetAgeDefault
print  Getting Update properties...
Obj  ClosePositioner
print  Closing...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0039
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    GetUpdateOpPanicNoOpen KSetInterval KSetTimeDefault KSetAgeDefault
print  Getting Update properties...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0040
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    OpenPositioner KUidTestSimPsy
print  Opening...
Obj    SetRequestor KRequestTypeService KRequestFormatApplication KServicName
Obj    SetUpdateOp KSetInterval KSetTimeDefault KSetAgeDefault
Obj GetPositionInfo 0 KUidTestSimPsy
Obj  ClosePositioner
print  Closing...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0041
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    OpenPositioner KUidTestSimPsy
print  Opening...
Obj    SetRequestor KRequestTypeService KRequestFormatApplication KServicName
Obj    SetUpdateOp KSetInterval KSetTimeDefault KSetAgeDefault
Obj GetPositionInfo 0 KUidTestSimPsy
Obj GetLastKnownPostion 0 KUidTestSimPsy
Obj  ClosePositioner
print  Closing...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0042
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    OpenPositioner KUidTestSimPsy
print  Opening...
Obj    SetRequestor KRequestTypeService KRequestFormatApplication KServicName
Obj    SetUpdateOp KSetInterval KSetTimeDefault KSetAgeDefault
allownextresult -3
Obj GetPositionInfoCancel 0 KUidTestSimPsy
Obj  ClosePositioner
print  Closing...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0043
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj GetLastKnownPostionPanicNoOpen 0 KUidTestSimPsy
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0044
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj GetPositionInfoPanicNoOpen 0 KUidTestSimPsy
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0045
create testlbslocacquisition Obj
Obj Connect
print Connecting...
Obj    OpenPositioner KUidTestSimPsy
print  Opening...
Obj    SetRequestor KRequestTypeService KRequestFormatApplication KServicName
Obj    SetUpdateOp KSetInterval KSetTimeDefault KSetAgeDefault
Obj GetPositionInfoPanicDuplicate 3 KUidTestSimPsy
delete Obj
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0046
create testlbslocacquisition Obj
Obj  CancelGetPositionInfoPanicNoConnect 0
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0047
create testlbslocacquisition Obj
Obj Connect
print  Connecting...
Obj    OpenPositioner KUidTestSimPsy
print  Opening...
allownextresult KErrNotFound
Obj  CancelGetPositionInfo 1
Obj  ClosePositioner
print  Closing...
Obj  Disconnect
print Disconnecting...
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0048
create testlbslocacquisition Obj
Obj  CancelGetPositionInfoPanicNoConnect 1
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0049 
create testlbslocacquisition Obj
Obj CheckModuleId KUidTestSimPsy
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0050
create testlbslocacquisition Obj
Obj CheckUpdateType 0
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0051
create testlbslocacquisition Obj
Obj CheckPosition
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0052
create testlbslocacquisition Obj
Obj CheckCourse
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0053
create testlbslocacquisition Obj
Obj CheckNewL
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0054
create testlbslocacquisition Obj
Obj CheckRequestedFields
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0055
create testlbslocacquisition Obj
Obj CheckOrderOfRequestedField
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0056 
create testlbslocacquisition Obj
Obj CheckClearPositionData
delete Obj
[Endtest]

[Test] 
title TCLBSLOCACQUISITION0057
create testlbslocacquisition Obj
Obj CheckClearRequestedFields
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0058
create testlbslocacquisition foobar
foobar DefaultConstructor 
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0069
create testlbslocacquisition foobar
foobar Constructor1 10 20 
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0060
create testlbslocacquisition foobar
foobar Constructor2 10 20 30
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0061
create testlbslocacquisition foobar
foobar SetLatLon 10 20 
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0062
create testlbslocacquisition foobar
foobar SetLatLonAlt 10 20 50
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0063
create testlbslocacquisition foobar
foobar SetDatum 
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0064
create testlbslocacquisition foobar
foobar GetDistance 10 20 11 20 111195.1 
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0065
create testlbslocacquisition foobar
allownextresult -6
foobar GetDistance1 
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0066
create testlbslocacquisition foobar
foobar GetBearing 10 20 11 20 0
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0067
create testlbslocacquisition foobar
allownextresult -6
foobar GetBearing1  
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0068
create testlbslocacquisition foobar
foobar MoveCoordinate 10 20 0 111195.1
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0069
create testlbslocacquisition foobar
allownextresult -6
foobar MoveCoordinate1 
delete foobar
[Endtest]  


[Test]
title TCLBSLOCACQUISITION0070
create testlbslocacquisition foobar
foobar LocalityDefaultConstructor 
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0071
create testlbslocacquisition foobar
foobar LocalityConstructor1 10 20 30 100 
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0072
create testlbslocacquisition foobar
foobar LocalityConstructor2 10 20 30 100 150
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0073
create testlbslocacquisition foobar
foobar SetGetHorizontalAcc  100 
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0074
create testlbslocacquisition foobar
foobar SetGetVerticalAcc  150
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0075
create testlbslocacquisition foobar
foobar SetGetAcc  200 150
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0076
create testlbslocacquisition foobar
foobar GetDistLocality1.1  10 20 11 20 111195.1 
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0077
create testlbslocacquisition foobar
allownextresult -6
foobar GetDistLocality1.2  
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0078
create testlbslocacquisition foobar
foobar GetDistLocality2.1 10 20 11 20 100 100 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0079
create testlbslocacquisition foobar
allownextresult -6
foobar GetDistLocality2.2  
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0080
create testlbslocacquisition foobar
foobar GetBearingLocality1.1 10 20 11 20
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0081
create testlbslocacquisition foobar
allownextresult -6
foobar GetBearingLocality1.2 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0082
create testlbslocacquisition foobar
foobar GetBearingLocality2.1 10 20 11 20 34 14
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0083
create testlbslocacquisition foobar
allownextresult -6
foobar GetBearingLocality2.2 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0084
create testlbslocacquisition foobar
foobar PositionDefaultConstructor  
delete foobar
[Endtest]  

[Test]
title TCLBSLOCACQUISITION0085
create testlbslocacquisition foobar
foobar PositionConstructor1 100  
delete foobar
[Endtest]  

[Test]
title TCLBSLOCACQUISITION0086
create testlbslocacquisition foobar
foobar PositionSetTime 100  
delete foobar
[Endtest] 

[Test]
title TCLBSLOCACQUISITION0087
create testlbslocacquisition foobar
foobar PositionSetCurrentTime  
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0088
create testlbslocacquisition foobar
foobar CheckSpeed1 10 20 30 40 100 100 1000 5000
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0089
create testlbslocacquisition foobar
foobar CheckSpeed2 10 20 30 40 100 100 1000 5000
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0090
create testlbslocacquisition foobar
foobar CourseDefaultConstructor  
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0091
create testlbslocacquisition foobar
foobar SetGetSpeed 120  
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0092
create testlbslocacquisition foobar
foobar SetGetHeading 90  
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0093
create testlbslocacquisition foobar
foobar SetGetCourse 180 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0094
create testlbslocacquisition foobar
foobar SetGetSpeedAccuracy 10
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0095
create testlbslocacquisition foobar
foobar SetGetHeadingAccuracy 100
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0096
create testlbslocacquisition foobar
foobar SetGetCourseAccuracy 100
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0097
create testlbslocacquisition foobar
foobar CheckPositionClassType
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0098
create testlbslocacquisition foobar
foobar CheckPositionClassSize
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0099
create testlbslocacquisition foobar
allownextresult -6
foobar CheckCompare
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0100
create testlbslocacquisition foobar
foobar CheckIsDefined
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0101
create testlbslocacquisition foobar
foobar HighWaterMark 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0102
create testlbslocacquisition foobar
foobar DefaultPositionQuality 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0103
create testlbslocacquisition foobar
foobar SetTimeToFirstFix1 100
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0104
create testlbslocacquisition foobar
foobar SetTimeToFirstFix2 -2000
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0105
create testlbslocacquisition foobar
foobar SetTimeToNextFix1 100
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0106
create testlbslocacquisition foobar
foobar SetTimeToNextFix2 -2000
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0107
create testlbslocacquisition foobar
foobar SetHorizontalAccuracy1 100
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0108
create testlbslocacquisition foobar
foobar SetHorizontalAccuracy2 -2000
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0109
create testlbslocacquisition foobar
foobar SetVerticalAccuracy1 100
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0110
create testlbslocacquisition foobar
foobar SetVerticalAccuracy2 -2000
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0111
create testlbslocacquisition foobar
foobar SettingCostIndicator ECostZero
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0112
create testlbslocacquisition foobar
foobar SettingPowerConsumption EPowerZero
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0113
create testlbslocacquisition foobar
foobar PositionModuleInfo 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0114
create testlbslocacquisition foobar
foobar SettingModuleId 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0115
create testlbslocacquisition foobar
foobar IsAvailable ETrue
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0116
create testlbslocacquisition foobar
foobar SettingModuleName Location
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0117
create testlbslocacquisition foobar
foobar SettingTechnologyType ETechnologyTerminal	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0118
create testlbslocacquisition foobar
foobar SettingDeviceLocation 	EDeviceInternal
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0119
create testlbslocacquisition foobar
foobar SettingCapabilities 	ECapabilityNmea        
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0120
create testlbslocacquisition foobar
foobar SettingClassesSupported 	EPositionInfoFamily  EPositionInfoUnknownClass        
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0121
create testlbslocacquisition foobar
foobar SettingVersion 	1 1 0 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0122
create testlbslocacquisition foobar
foobar PositionModuleStatus 	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0123
create testlbslocacquisition foobar
foobar SettingDeviceStatus EDeviceDisabled 	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0124
create testlbslocacquisition foobar
foobar SettingDataQualityStatus  EDataQualityNormal	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0125
create testlbslocacquisition foobar
foobar SettingRequestedEvents EEventSystemModuleEvent   	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0126
create testlbslocacquisition foobar
foobar SetModStatusEventBaseModuleId    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0127
create testlbslocacquisition foobar
foobar SettingOccurredEvents EEventSystemModuleEvent   	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0128
create testlbslocacquisition foobar
foobar SettingSystemModuleEvents ESystemModuleInstalled   	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0129
create testlbslocacquisition foobar
foobar DefaultPosModuleStatusEvent    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0130
create testlbslocacquisition foobar
foobar PosModuleStatusEventConstructor1    EEventSystemModuleEvent 	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0131
create testlbslocacquisition foobar
foobar SettingModuleStatus    EDeviceDisabled 	EDataQualityNormal
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0132
create testlbslocacquisition foobar
foobar SettingUpdateInterval 1000    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0133
create testlbslocacquisition foobar
foobar SettingUpdateInterval -2000  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0134
create testlbslocacquisition foobar
foobar SettingUpdateTimeOut 1000    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0135
create testlbslocacquisition foobar
foobar SettingUpdateTimeOut -2000  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0136
create testlbslocacquisition foobar
foobar SettingMaxUpdateAge 1000    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0137
create testlbslocacquisition foobar
foobar SettingMaxUpdateAge -2000  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0138
create testlbslocacquisition foobar
foobar DefaultPosUpdateOptions   	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0139	
create testlbslocacquisition foobar
foobar PosUpdateOptionsConstructor1   	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0140
create testlbslocacquisition foobar
foobar PartialUpdates 	ETrue   	
delete foobar
[Endtest]


[Test]
title TCLBSLOCACQUISITION0141
create testlbslocacquisition foobar
foobar DefaultSatelliteData    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0142
create testlbslocacquisition foobar
foobar SettingSatelliteId  123    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0143
create testlbslocacquisition foobar
foobar SettingAzimuth  10    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0144
create testlbslocacquisition foobar
foobar SettingElevation  10    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0145
create testlbslocacquisition foobar
foobar IsUsed  ETrue   	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0146
create testlbslocacquisition foobar
foobar SignalStrength  1000   	
delete foobar
[Endtest]


[Test]
title TCLBSLOCACQUISITION0147
create testlbslocacquisition foobar
foobar DefaultPositionSatelliteInfo    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0148
create testlbslocacquisition foobar
foobar SettingSatelliteTime 1000    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0149
create testlbslocacquisition foobar
foobar SettingHorizontalDoP 100   	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0150
create testlbslocacquisition foobar
foobar SettingVerticalDoP 100   	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0151
create testlbslocacquisition foobar
foobar SettingTimeDoP 100   	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0152
create testlbslocacquisition foobar
foobar CheckNumSatellitesInView    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0153
create testlbslocacquisition foobar
foobar CheckClearSatellitesInView    	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0154
create testlbslocacquisition foobar
foobar CheckNumSatellitesUsed  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0155
create testlbslocacquisition foobar
allownextresult -9
foobar CheckAppendSatelliteData  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0156
create testlbslocacquisition foobar
allownextresult -1
foobar CheckGetSatelliteData  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0157
create testlbslocacquisition foobar
foobar PositionSelectionOrder  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0158
create testlbslocacquisition foobar
foobar SetOrderTimeToFirstFix   EOrderLow  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0159
create testlbslocacquisition foobar
foobar SetOrderTimeToNextFix   EOrderHigh  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0160
create testlbslocacquisition foobar
foobar SetOrderHorizontalAccuracy   EOrderMedium  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0161
create testlbslocacquisition foobar
foobar SetOrderVerticalAccuracy   EOrderHigh  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0162
create testlbslocacquisition foobar
foobar SetOrderCostIndicator   EOrderLow  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0163		
create testlbslocacquisition foobar
foobar SetOrderPowerConsumption   EOrderVeryLow  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0164
create testlbslocacquisition foobar
foobar CheckResetSelectionOrder     	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0165
create testlbslocacquisition foobar
foobar CheckClearSelectionOrder     	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0166
create testlbslocacquisition foobar
foobar NumSelectionItems     	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0167
create testlbslocacquisition foobar
foobar CheckGetSelectionItem     	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0168
create testlbslocacquisition foobar
foobar SettingRequiredCapabilities   ECapabilityHorizontal  	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0169
create testlbslocacquisition foobar
foobar CheckClearRequiredCapabilities     	
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0170
create testlbslocacquisition foobar
foobar SettingRequiredQuality   
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0171
create testlbslocacquisition foobar
foobar SettingSelectionOrder   
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0172
create testlbslocacquisition foobar
foobar CheckResetCriteria   
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0173
create testlbslocacquisition foobar
foobar CheckClearCriteria   
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0174
create testlbslocacquisition foobar
foobar DefaultPositionCriteria   
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0175
create testlbslocacquisition foobar
foobar PositionCriteria1   ECapabilityHorizontal 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0176
create testlbslocacquisition foobar
foobar SettingRequestor     ERequestorService EFormatTelephone 9901256789 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0177
create testlbslocacquisition foobar
foobar GettingRequestorData     ERequestorService EFormatTelephone 9901256789 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0178
create testlbslocacquisition Obj
Obj CheckSetGetValue EInt8  10
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0179
create testlbslocacquisition Obj
Obj CheckSetGetValue EInt16 18
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0180
create testlbslocacquisition Obj
Obj CheckSetGetValue EInt32 20
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0181
create testlbslocacquisition Obj
Obj CheckSetGetValue EInt64 30
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0182
create testlbslocacquisition Obj
Obj CheckSetGetValue EUint8 40
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0183
create testlbslocacquisition Obj
Obj CheckSetGetValue EUint16 50
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0184
create testlbslocacquisition Obj
Obj CheckSetGetValue EUint32 60
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0185
create testlbslocacquisition Obj
Obj CheckSetGetValue EReal32 70
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0186
create testlbslocacquisition  Obj
Obj CheckSetGetValue EReal64 8
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0187
create testlbslocacquisition Obj
Obj CheckSetGetValue EDesC8 Nokia
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0188
create testlbslocacquisition Obj
Obj CheckSetGetValue EDesC16 Nokia
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0189
create testlbslocacquisition Obj
Obj CheckSetGetValue EPtrC8 Nokia
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0190
create testlbslocacquisition Obj
Obj CheckSetGetValue EPtrC16 Nokia
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0191
create testlbslocacquisition Obj
Obj CheckSetGetValue ETime 1300
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0192
create testlbslocacquisition Obj
Obj CheckSetGetValue  ETimeIntervalMicroSeconds 10000
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0193
create testlbslocacquisition foobar
foobar GettingRequestorType     ERequestorService EFormatTelephone 9901256789 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0194
create testlbslocacquisition foobar
foobar GettingRequestorFormat     ERequestorService EFormatTelephone 9901256789 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0195
create testlbslocacquisition foobar
foobar RequestorNew     ERequestorService EFormatTelephone 9901256789 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0196
create testlbslocacquisition foobar
foobar RequestorNewL     ERequestorService EFormatTelephone 9901256789 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0197
create testlbslocacquisition foobar
foobar RequestorNewLC     ERequestorService EFormatTelephone 9901256789 
delete foobar
[Endtest]

[Test]
title TCLBSLOCACQUISITION0198
create testlbslocacquisition Obj
Obj PositionerExtendedInterfaceL
delete Obj
[Endtest]

[Test]
title TCLBSLOCACQUISITION0199
create testlbslocacquisition foobar
foobar RequestorExtendedInterfaceL
delete foobar
[Endtest]