diff --git a/rowers/mytypes.py b/rowers/mytypes.py index fef3969d..afc90c8b 100644 --- a/rowers/mytypes.py +++ b/rowers/mytypes.py @@ -15,6 +15,7 @@ workouttypes_ordered = collections.OrderedDict({ 'coastal': 'Coastal', 'c-boat': 'Dutch C boat', 'churchboat': 'Finnish Church boat', + 'Surfboat': 'Surfboat', 'Ride': 'Ride', 'bike': 'Bike', 'Run': 'Run', @@ -336,6 +337,7 @@ otwtypes = ( 'coastal', 'c-boat', 'churchboat' + 'surfboat', ) otetypes = ( @@ -501,6 +503,7 @@ boatbrands = ( ('levator', 'Levator Boatworks'), ('liangjin', 'Liangjin Boat'), ('liteboat', 'LiteBoat'), + ('Monomoy', 'Monomoy'), ('littleriver', 'Little River Marine'), ('kaschper', 'Kaschper Racing Shells'), ('kanghua', 'Kanghua'), diff --git a/rowers/tests/testdata/testdata.tcx.gz b/rowers/tests/testdata/testdata.tcx.gz index 893ad688..9d8b8bed 100644 Binary files a/rowers/tests/testdata/testdata.tcx.gz and b/rowers/tests/testdata/testdata.tcx.gz differ