summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/worksheet/tc_selection.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-06-20 08:07:02 +0900
committerRandy Morgan <[email protected]>2012-06-20 08:07:02 +0900
commite3ed0119f38ac41963db7052fa8c4e0d6b744ad2 (patch)
treef9a8620bfbeea8e03670338e2307f021a90b9b5d /test/workbook/worksheet/tc_selection.rb
parentc73c15cedd33c23e55965db1c335c2fa8c44f438 (diff)
downloadcaxlsx-e3ed0119f38ac41963db7052fa8c4e0d6b744ad2.tar.gz
caxlsx-e3ed0119f38ac41963db7052fa8c4e0d6b744ad2.zip
fix xpath
Diffstat (limited to 'test/workbook/worksheet/tc_selection.rb')
-rw-r--r--test/workbook/worksheet/tc_selection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_selection.rb b/test/workbook/worksheet/tc_selection.rb
index 941cae62..1b053c2f 100644
--- a/test/workbook/worksheet/tc_selection.rb
+++ b/test/workbook/worksheet/tc_selection.rb
@@ -91,4 +91,4 @@ class TestSelection < Test::Unit::TestCase
assert_equal(1, doc.xpath("//xmlns:worksheet/xmlns:sheetViews/xmlns:sheetView/xmlns:selection[@sqref='I57'][@pane='bottomRight'][@activeCell='I57']").size)
assert doc.xpath("//xmlns:worksheet/xmlns:sheetViews/xmlns:sheetView/xmlns:selection[@sqref='I57'][@pane='bottomRight'][@activeCell='I57']")
end
-end \ No newline at end of file
+end