diff options
| author | Randy Morgan <[email protected]> | 2012-06-20 08:07:02 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-06-20 08:07:02 +0900 |
| commit | e3ed0119f38ac41963db7052fa8c4e0d6b744ad2 (patch) | |
| tree | f9a8620bfbeea8e03670338e2307f021a90b9b5d /test/workbook/worksheet/tc_selection.rb | |
| parent | c73c15cedd33c23e55965db1c335c2fa8c44f438 (diff) | |
| download | caxlsx-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.rb | 2 |
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 |
