From: robertlipe Date: Thu, 28 Feb 2013 21:40:56 +0000 (+0000) Subject: Add a test for HTML and TEXT output of a geocache. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~626 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=84229f9a5a8b7a848c565038cc88a323c24e5bb8;p=gpsbabel.git Add a test for HTML and TEXT output of a geocache. --- diff --git a/gpsbabel/testo.d/text.test b/gpsbabel/testo.d/text.test new file mode 100644 index 000000000..a81ca86c8 --- /dev/null +++ b/gpsbabel/testo.d/text.test @@ -0,0 +1,5 @@ +# Test HTML and Text output of a geocache. + +gpsbabel -i gpx -f reference/gc/GCGCA8.gpx -o html -F ${TMPDIR}/gc.html -o text -F ${TMPDIR}/gc.txt +compare reference/gc/GCGCA8~text.txt ${TMPDIR}/gc.txt +compare reference/gc/GCGCA8~html.txt ${TMPDIR}/gc.html