From ac3fc1f06156565bbe0b08d3b08cc4bdc9ffd126 Mon Sep 17 00:00:00 2001 From: garciay Date: Fri, 18 Mar 2016 12:46:01 +0000 Subject: [PATCH] STF507 Week#11: Merge GNSS support from C2C branch --- unittests/codec/ttcn/test_LibItsExternalFunctions.ttcn3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unittests/codec/ttcn/test_LibItsExternalFunctions.ttcn3 b/unittests/codec/ttcn/test_LibItsExternalFunctions.ttcn3 index 8be07cf80..c8d27be9c 100644 --- a/unittests/codec/ttcn/test_LibItsExternalFunctions.ttcn3 +++ b/unittests/codec/ttcn/test_LibItsExternalFunctions.ttcn3 @@ -14,8 +14,8 @@ module test_LibItsExternalFunctions { import from LibItsCam_Templates all; // LibItsIpv6OverGeoNetworking - import from LibItsIpv6OverGeoNetworking_TypesAndValues { - type Ipv6Address, RouterAdvertisementMsg; + import from LibItsIpv6OverGeoNetworking_TypesAndValues { + type Ipv6Address, RouterAdvertisementMsg; } import from LibItsIpv6OverGeoNetworking_Functions all; @@ -92,10 +92,10 @@ module test_LibItsExternalFunctions { testcase tc_computePositionUsingDistance_01() runs on TCType system TCType { var ReferencePosition v_referencePosition; - var integer v_offSet; + var float v_offSet; v_referencePosition := valueof(m_tsPosition); - v_offSet := 1000; + v_offSet := 1000.0; log("v_referencePosition = ", v_referencePosition); fx_computePositionUsingDistance( -- GitLab