Skip to content

Commit 1003588

Browse files
committed
Implement test scenario
Test scenario for the no office:currency nullpointerexception
1 parent 0d23f79 commit 1003588

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

resources/currency.ods

2.85 KB
Binary file not shown.

resources/features/bugs/loadFileInSODS.feature

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ Feature: General bugs related to load files in SODS
55
When load a spreadsheet from the resource "Top5Browsers"
66
When load a spreadsheet from the resource "Timelog"
77
When load a spreadsheet from the resource "Jay"
8-
# No crash so far? Then it's fine!
8+
# No crash so far? Then it's fine!
9+
10+
Scenario: Excel does not provide an office:currency
11+
When load a spreadsheet from the resource "currency"
12+
# Not null pointer exception? Good!

0 commit comments

Comments
 (0)