diff options
| author | Randy Morgan <[email protected]> | 2013-08-17 15:52:47 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2013-08-17 15:52:47 +0900 |
| commit | 420062b4448bdaafc4e28efa9db22602e413e699 (patch) | |
| tree | 1f1ebdb569cf6f5a879ed1a1150cabf1b1f38369 /test | |
| parent | 5ce1b3b655084deaf01d10cba301b8db068e949c (diff) | |
| download | caxlsx-420062b4448bdaafc4e28efa9db22602e413e699.tar.gz caxlsx-420062b4448bdaafc4e28efa9db22602e413e699.zip | |
file naming
Diffstat (limited to 'test')
| -rw-r--r-- | test/drawing/tc_pic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/drawing/tc_pic.rb b/test/drawing/tc_pic.rb index bb17c64c..b8bd2c36 100644 --- a/test/drawing/tc_pic.rb +++ b/test/drawing/tc_pic.rb @@ -78,7 +78,7 @@ class TestPic < Test::Unit::TestCase end def test_image_src_downcase - assert_nothing_raised { @image.image_src = @test_img_up.upcase } + assert_nothing_raised { @image.image_src = @test_img_up } end def test_descr |
