summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFL <f20@reckon.co.uk>2015-02-07 18:06:48 +0000
committerFL <f20@reckon.co.uk>2015-02-07 18:12:00 +0000
commitebc1b28cdd918dd3f3548e6553564d8600c9b178 (patch)
treec1f56231bcde38f277a2f5a6388988562726abd3
parentc48aba2416230ad6f9fa792a256e2983ce863b98 (diff)
downloadspreadsheet-parsexlsx-ebc1b28cdd918dd3f3548e6553564d8600c9b178.tar.gz
spreadsheet-parsexlsx-ebc1b28cdd918dd3f3548e6553564d8600c9b178.zip
Rename "bug-lock" to "bug-16" in keeping with the general naming convention for tests.
-rw-r--r--t/bug-16.t (renamed from t/bug-lock.t)2
-rw-r--r--t/data/bug-16.xlsx (renamed from t/data/bug-lock.xlsx)bin8480 -> 8480 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/t/bug-lock.t b/t/bug-16.t
index 142d003..8ee9b6d 100644
--- a/t/bug-lock.t
+++ b/t/bug-16.t
@@ -5,7 +5,7 @@ use Test::More;
use Spreadsheet::ParseXLSX;
-my $wb = Spreadsheet::ParseXLSX->new->parse('t/data/bug-lock.xlsx');
+my $wb = Spreadsheet::ParseXLSX->new->parse('t/data/bug-16.xlsx');
my $ws = $wb->worksheet(0);
my $b1 = $ws->get_cell(0, 0);
diff --git a/t/data/bug-lock.xlsx b/t/data/bug-16.xlsx
index bf16fdb..bf16fdb 100644
--- a/t/data/bug-lock.xlsx
+++ b/t/data/bug-16.xlsx
Binary files differ