Skip to content

Commit

Permalink
testdata: update golden fingerprints and files due activity file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tormoder committed Oct 4, 2023
1 parent d96d454 commit 11784d3
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions reader_files_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var decodeTestFiles = [...]struct {
"activity-small-fenix2-run.fit",
"",
false,
17911580998713317665,
18371229752680076200,
true,
tdoAllWithDiscardLogger,
true,
Expand All @@ -30,7 +30,7 @@ var decodeTestFiles = [...]struct {
"Activity.fit",
"",
false,
8357036050187671688,
14144875446989160045,
true,
tdoNone,
false,
Expand Down Expand Up @@ -129,7 +129,7 @@ var decodeTestFiles = [...]struct {
"garmin-edge-500-activitiy.fit",
"",
false,
18000379971667096524,
12438793213158767420,
true,
tdoNone,
false,
Expand All @@ -140,7 +140,7 @@ var decodeTestFiles = [...]struct {
"sample-activity-indoor-trainer.fit",
"",
false,
12156010575183317765,
14338690625832646283,
true,
tdoNone,
true,
Expand All @@ -162,7 +162,7 @@ var decodeTestFiles = [...]struct {
"antfs-dump.63.fit",
"",
false,
10099001037729153578,
6582447834165183736,
true,
tdoNone,
true,
Expand Down Expand Up @@ -195,7 +195,7 @@ var decodeTestFiles = [...]struct {
"Edge810-Vector-2013-08-16-15-35-10.fit",
"",
false,
14813344167367045139,
17721372148334979063,
true,
tdoNone,
true,
Expand All @@ -206,7 +206,7 @@ var decodeTestFiles = [...]struct {
"2013-02-06-12-11-14.fit",
"",
false,
15077402031564467630,
5737379589684728556,
true,
tdoNone,
false,
Expand All @@ -217,7 +217,7 @@ var decodeTestFiles = [...]struct {
"2015-10-13-08-43-15.fit",
"",
false,
2839087396707766606,
1804560237650400088,
true,
tdoNone,
false,
Expand All @@ -228,7 +228,7 @@ var decodeTestFiles = [...]struct {
"garmin.fit",
"https://github.com/tormoder/fit/pull/54",
false,
3625984934451814844,
9530971717682041541,
true,
tdoNone,
false,
Expand All @@ -239,7 +239,7 @@ var decodeTestFiles = [...]struct {
"activity-filecrc.fit",
"",
true,
18130677528378296865,
2764261087675073317,
true,
tdoNone,
false,
Expand All @@ -250,7 +250,7 @@ var decodeTestFiles = [...]struct {
"activity-unexpected-eof.fit",
"",
true,
5979398369081668479,
15370168455200986360,
true,
tdoNone,
false,
Expand All @@ -261,7 +261,7 @@ var decodeTestFiles = [...]struct {
"0134902991.fit",
"https://github.com/tormoder/fit/pull/59",
false,
12800221459538984787,
5389817594289548806,
true,
tdoNone,
true,
Expand All @@ -272,7 +272,7 @@ var decodeTestFiles = [...]struct {
"mornindew-broken.fit",
"https://github.com/tormoder/fit/issues/41",
false,
4201783826837199683,
1206787239575569203,
true,
tdoNone,
true,
Expand All @@ -283,7 +283,7 @@ var decodeTestFiles = [...]struct {
"DeveloperData.fit",
"",
false,
7735802126653373100,
15008309215243872755,
true,
tdoNone,
true,
Expand Down
Binary file modified testdata/bpg/garmin.fit.golden.gz
Binary file not shown.
Binary file modified testdata/corrupt/activity-filecrc.fit.golden.gz
Binary file not shown.
Binary file modified testdata/corrupt/activity-unexpected-eof.fit.golden.gz
Binary file not shown.
Binary file not shown.
Binary file modified testdata/fitsdk/Activity.fit.golden.gz
Binary file not shown.
Binary file modified testdata/fitsdk/DeveloperData.fit.golden.gz
Binary file not shown.
Binary file modified testdata/me/activity-small-fenix2-run.fit.golden.gz
Binary file not shown.
Binary file modified testdata/misc/0134902991.fit.golden.gz
Binary file not shown.
Binary file modified testdata/misc/2013-02-06-12-11-14.fit.golden.gz
Binary file not shown.
Binary file modified testdata/misc/2015-10-13-08-43-15.fit.golden.gz
Binary file not shown.
Binary file modified testdata/misc/mornindew-broken.fit.golden.gz
Binary file not shown.
Binary file modified testdata/python-fitparse/antfs-dump.63.fit.golden.gz
Binary file not shown.
Binary file modified testdata/python-fitparse/garmin-edge-500-activitiy.fit.golden.gz
Binary file not shown.
Binary file not shown.

0 comments on commit 11784d3

Please sign in to comment.