Skip to content

Commit

Permalink
Run more of the test on 'rake spec'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Empact committed Oct 17, 2012
1 parent f6adfa5 commit 88eda1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_roo.rb
Expand Up @@ -21,12 +21,12 @@

class TestRoo < Test::Unit::TestCase

OPENOFFICE = false # do Openoffice-Spreadsheet Tests? (.ods files)
EXCEL = false # do Excel Tests? (.xls files)
OPENOFFICE = true # do Openoffice-Spreadsheet Tests? (.ods files)
EXCEL = true # do Excel Tests? (.xls files)
GOOGLE = false # do Google-Spreadsheet Tests?
EXCELX = true # do Excelx Tests? (.xlsx files)
LIBREOFFICE = false # do Libreoffice tests? (.ods files)
CSV = false # do CSV tests? (.csv files)
LIBREOFFICE = true # do Libreoffice tests? (.ods files)
CSV = true # do CSV tests? (.csv files)

ONLINE = false
LONG_RUN = false
Expand Down

0 comments on commit 88eda1e

Please sign in to comment.