From 5c680582c20a2f976daeceaaab5b326f70d5f466 Mon Sep 17 00:00:00 2001 From: ochko Date: Wed, 14 Mar 2012 13:01:58 +0900 Subject: include applyAlignment attribute when adding style --- test/stylesheet/tc_styles.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/stylesheet') diff --git a/test/stylesheet/tc_styles.rb b/test/stylesheet/tc_styles.rb index df180b61..1b7365b2 100644 --- a/test/stylesheet/tc_styles.rb +++ b/test/stylesheet/tc_styles.rb @@ -49,8 +49,8 @@ class TestStyles < Test::Unit::TestCase assert_equal(xf.applyProtection, 1, "protection applied") assert_equal(xf.applyBorder, true, "border applied") - assert_equal(xf.applyNumberFormat, true, "border applied") - + assert_equal(xf.applyNumberFormat, true, "number format applied") + assert_equal(xf.applyAlignment, true, "alignment applied") end end -- cgit v1.2.3