Removed fb2.math-webtex.fb2 tests.

Test suite should not require net access to run.
This commit is contained in:
John MacFarlane 2012-04-24 20:45:29 -04:00 committed by John MacFarlane
parent 40e123173b
commit 1d19400572
2 changed files with 0 additions and 3 deletions

View file

@ -114,7 +114,6 @@ tests = [ testGroup "markdown"
, fb2WriterTest "images-embedded" [] "fb2.images-embedded.html" "fb2.images-embedded.fb2" , fb2WriterTest "images-embedded" [] "fb2.images-embedded.html" "fb2.images-embedded.fb2"
, fb2WriterTest "tables" [] "tables.native" "tables.fb2" , fb2WriterTest "tables" [] "tables.native" "tables.fb2"
, fb2WriterTest "math" [] "fb2.math.markdown" "fb2.math.fb2" , fb2WriterTest "math" [] "fb2.math.markdown" "fb2.math.fb2"
, fb2WriterTest "math-webtex" ["--webtex"] "fb2.math.markdown" "fb2.math-webtex.fb2"
, fb2WriterTest "testsuite" [] "testsuite.native" "writer.fb2" , fb2WriterTest "testsuite" [] "testsuite.native" "writer.fb2"
] ]
, testGroup "other writers" $ map (\f -> testGroup f $ writerTests f) , testGroup "other writers" $ map (\f -> testGroup f $ writerTests f)

File diff suppressed because one or more lines are too long