OOXML tests: silence warnings.
These can make the test output confusing, making people think tests are failing when they're passing.
This commit is contained in:
parent
8451bce6de
commit
2e9a8935fb
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ testArchive writerFn opts fp = do
|
|||
txt <- T.readFile fp
|
||||
bs <- runIOorExplode $ do
|
||||
setTranslations "en-US"
|
||||
setVerbosity ERROR -- otherwise test output is confusingly noisy
|
||||
readNative def txt >>= writerFn opts
|
||||
return $ toArchive bs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue