diff options
| author | Randy Morgan <[email protected]> | 2012-03-14 23:06:53 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-03-14 23:06:53 +0900 |
| commit | c7d715dea1e3829ea5110ec8bb4388f2633bf92a (patch) | |
| tree | 1e67a802bb4eb0902c402107484b3c3cf1f06263 /test | |
| parent | fa847fbe3b0b4b6ef3bee9b770b891798d16275c (diff) | |
| parent | 5d27ba1cc1841c92b26190b82382fcb21ac1b431 (diff) | |
| download | caxlsx-c7d715dea1e3829ea5110ec8bb4388f2633bf92a.tar.gz caxlsx-c7d715dea1e3829ea5110ec8bb4388f2633bf92a.zip | |
Merge branch 'master' of github.com:randym/axlsx
Diffstat (limited to 'test')
| -rw-r--r-- | test/stylesheet/tc_styles.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
