From 3ad6f6aca70e787d65def6b40e2097c90cc814a8 Mon Sep 17 00:00:00 2001 From: Martin Schaller Date: Thu, 15 May 2014 12:33:49 -0700 Subject: Added test files for tripcomputer --- test/resource/trip_1000km_10l.log | 10 ++++++++++ test/resource/trip_1020km_9l.log | 10 ++++++++++ test/resource/trip_1050km_8l.log | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 test/resource/trip_1000km_10l.log create mode 100644 test/resource/trip_1020km_9l.log create mode 100644 test/resource/trip_1050km_8l.log (limited to 'test') diff --git a/test/resource/trip_1000km_10l.log b/test/resource/trip_1000km_10l.log new file mode 100644 index 0000000..ce11726 --- /dev/null +++ b/test/resource/trip_1000km_10l.log @@ -0,0 +1,10 @@ +#SPDX-License-Identifier: CC-BY-SA-4.0 +#Log file for the FSA simulator +#GNS version 2.0.0 +#SNS version 2.0.0 +#VEH version 0.0.0 (alpha) +#localization geneve cologny +#fuel level 10 l +#odometer 1000km +200,0$GVVEHFUELLEVEL,10,0X01 +200,0$GVVEHTOTALODO,10000,0x01 diff --git a/test/resource/trip_1020km_9l.log b/test/resource/trip_1020km_9l.log new file mode 100644 index 0000000..b24a10f --- /dev/null +++ b/test/resource/trip_1020km_9l.log @@ -0,0 +1,10 @@ +#SPDX-License-Identifier: CC-BY-SA-4.0 +#Log file for the FSA simulator +#GNS version 2.0.0 +#SNS version 2.0.0 +#VEH version 0.0.0 (alpha) +#localization geneve cologny +#fuel level 10 l +#odometer 1000km +200,0$GVVEHFUELLEVEL,9,0X01 +200,0$GVVEHTOTALODO,10200,0x01 diff --git a/test/resource/trip_1050km_8l.log b/test/resource/trip_1050km_8l.log new file mode 100644 index 0000000..d01cf23 --- /dev/null +++ b/test/resource/trip_1050km_8l.log @@ -0,0 +1,10 @@ +#SPDX-License-Identifier: CC-BY-SA-4.0 +#Log file for the FSA simulator +#GNS version 2.0.0 +#SNS version 2.0.0 +#VEH version 0.0.0 (alpha) +#localization geneve cologny +#fuel level 10 l +#odometer 1000km +200,0$GVVEHFUELLEVEL,8,0X01 +200,0$GVVEHTOTALODO,10500,0x01 -- cgit v1.2.1