diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-08-04 16:37:39 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-08-04 16:37:39 +0100 |
commit | 8ee508888daf90fa3b9390ef1fdc986a09a693a0 (patch) | |
tree | e4a78b8b7dca3a28e9971897705ee1745241cbb5 /pkg/datamaps/testdata | |
parent | 612197f16034ce1c68bf0ebb60b39fb9ba94470c (diff) |
part way through writing master test - tests failing
Diffstat (limited to '')
-rw-r--r-- | pkg/datamaps/testdata/datamap_matches_test_template.csv | 23 | ||||
-rw-r--r-- | pkg/datamaps/testdata/test_template.xlsm | bin | 9394 -> 9196 bytes |
2 files changed, 16 insertions, 7 deletions
diff --git a/pkg/datamaps/testdata/datamap_matches_test_template.csv b/pkg/datamaps/testdata/datamap_matches_test_template.csv index 9ff8c8c..cb6178a 100644 --- a/pkg/datamaps/testdata/datamap_matches_test_template.csv +++ b/pkg/datamaps/testdata/datamap_matches_test_template.csv @@ -1,10 +1,19 @@ cell_key,template_sheet,cellreference -A Ten,Introduction,A1 -A Test,Introduction,C9 -A Vunt,Introduction,C22 -Floaty,Another Sheet,D5 -A Parrot,Introduction,J9 +A Date,Summary,B2 A String,Summary,B3 +A String2,Summary,C3 +A String3,Summary,D3 A Float,Summary,B4 -A Number,Another Sheet,N34 -A Rabbit,Another Sheet,DI15 +An Integer,Summary,B5 +A Date 1,Another Sheet,B3 +A String 1,Another Sheet,B4 +A Float 1,Another Sheet,B5 +An Integer 1,Another Sheet,B6 +A Date 2,Another Sheet,D3 +A String 2,Another Sheet,D4 +A Float 3,Another Sheet,D5 +An Integer 3,Another Sheet,D6 +A Ten Integer,Introduction,A1 +A Test String,Introduction,C9 +A Vunt String,Introduction,C22 +A Parrot String,Introduction,J9 diff --git a/pkg/datamaps/testdata/test_template.xlsm b/pkg/datamaps/testdata/test_template.xlsm Binary files differindex 737eeb4..a13559c 100644 --- a/pkg/datamaps/testdata/test_template.xlsm +++ b/pkg/datamaps/testdata/test_template.xlsm |