From 31add70244e61a269db8c69bbd2d2042c5d7d4f5 Mon Sep 17 00:00:00 2001 From: FL Date: Sat, 5 Jul 2014 15:11:37 +0000 Subject: Fix bug-15 test: (merged) cell B2 of the Format sheet is locked. --- t/bug-15.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/bug-15.t b/t/bug-15.t index 47322e8..4c7710a 100644 --- a/t/bug-15.t +++ b/t/bug-15.t @@ -13,7 +13,7 @@ ok(exists $b2->get_format->{Hidden}); ok(exists $b2->get_format->{Lock}); ok($b2->get_format->{IgnoreProtection}); ok(!$b2->get_format->{Hidden}); -ok(!$b2->get_format->{Lock}); +ok($b2->get_format->{Lock}); my $b3 = $ws->get_cell(2, 1); ok(exists $b3->get_format->{Hidden}); -- cgit v1.2.3-54-g00ecf