aboutsummaryrefslogtreecommitdiff
path: root/src/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-04-24 20:45:29 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2012-07-22 11:15:59 -0700
commit1d194005721bd6fba1586abe6bdd2c5510a96eed (patch)
tree39fc395544c4448630b2eeafab81d7d73ed49cc7 /src/Tests
parent40e123173b1754f0a850c544bb95f29e3275b5ef (diff)
downloadpandoc-1d194005721bd6fba1586abe6bdd2c5510a96eed.tar.gz
Removed fb2.math-webtex.fb2 tests.
Test suite should not require net access to run.
Diffstat (limited to 'src/Tests')
-rw-r--r--src/Tests/Old.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Tests/Old.hs b/src/Tests/Old.hs
index 0400b0324..30537c6ff 100644
--- a/src/Tests/Old.hs
+++ b/src/Tests/Old.hs
@@ -114,7 +114,6 @@ tests = [ testGroup "markdown"
, fb2WriterTest "images-embedded" [] "fb2.images-embedded.html" "fb2.images-embedded.fb2"
, fb2WriterTest "tables" [] "tables.native" "tables.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"
]
, testGroup "other writers" $ map (\f -> testGroup f $ writerTests f)