summaryrefslogtreecommitdiffhomepage
path: root/test/drawing/tc_num_data.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-06-02 23:52:32 +0900
committerRandy Morgan <[email protected]>2012-06-02 23:52:32 +0900
commit376d60eebeb0a48579862004d8a70b00fb39ee32 (patch)
tree55cb871b87d6903819ab6a7ef56eaba02940d5c7 /test/drawing/tc_num_data.rb
parent2786ef5f7fc3a97403b69f530114860a19aa5fee (diff)
downloadcaxlsx-376d60eebeb0a48579862004d8a70b00fb39ee32.tar.gz
caxlsx-376d60eebeb0a48579862004d8a70b00fb39ee32.zip
more work on solidifying parsing of data caching for charts to eliminate formula strings.
Diffstat (limited to 'test/drawing/tc_num_data.rb')
-rw-r--r--test/drawing/tc_num_data.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/drawing/tc_num_data.rb b/test/drawing/tc_num_data.rb
index 85bf5614..2549af4d 100644
--- a/test/drawing/tc_num_data.rb
+++ b/test/drawing/tc_num_data.rb
@@ -9,7 +9,11 @@ class TestNumData < Test::Unit::TestCase
def test_initialize
assert_equal(@num_data.format_code, "General")
end
-
+
+ def test_formula_based_cell
+
+ end
+
def test_format_code
assert_raise(ArgumentError) {@num_data.format_code = 7}
assert_nothing_raised {@num_data.format_code = 'foo_bar'}