From 6500e943c18a416b4f628a963d067ee977da48ba Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 27 Aug 2012 14:34:21 -0700 Subject: [PATCH] Some simple test dives for the trips code Playing with these shows that there are still some issues with handling multiple files correctly. Signed-off-by: Dirk Hohndel --- dives/test21.xml | 9 +++++++++ dives/test22.xml | 9 +++++++++ dives/test23.xml | 9 +++++++++ 3 files changed, 27 insertions(+) create mode 100644 dives/test21.xml create mode 100644 dives/test22.xml create mode 100644 dives/test23.xml diff --git a/dives/test21.xml b/dives/test21.xml new file mode 100644 index 0000000..5f5f6c9 --- /dev/null +++ b/dives/test21.xml @@ -0,0 +1,9 @@ + + + + + + 20th test dive - this should be in a trip with same location + We are testing that the location of the dive is picked up in the trip if the trip has no location + + diff --git a/dives/test22.xml b/dives/test22.xml new file mode 100644 index 0000000..a610323 --- /dev/null +++ b/dives/test22.xml @@ -0,0 +1,9 @@ + + + + + + 21st test dive - this should be in a trip with a trip location + We are testing that the location of the dive is not picked up in the trip if the trip has a location + + diff --git a/dives/test23.xml b/dives/test23.xml new file mode 100644 index 0000000..c61ad2d --- /dev/null +++ b/dives/test23.xml @@ -0,0 +1,9 @@ + + + + + + 22nd test dive - this should not be in a trip + We are testing that the NOTRIP flag works + + -- 2.43.0