summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-06-13 15:05:46 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-06-13 15:05:46 +0000
commitc5f3093e19314502240c440c076ead8c726a19aa (patch)
tree68bb8500ef0c70cf1574e1abe939fb3bd9163c03
parent6ecaeec7db2158e5692373a1be38d6820367e221 (diff)
downloaddocutils-c5f3093e19314502240c440c076ead8c726a19aa.tar.gz
Remove redundant functional test.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7441 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--test/functional/expected/stylesheet_path_html4css1.html18
-rw-r--r--test/functional/tests/stylesheet_path_html4css1.py15
2 files changed, 0 insertions, 33 deletions
diff --git a/test/functional/expected/stylesheet_path_html4css1.html b/test/functional/expected/stylesheet_path_html4css1.html
deleted file mode 100644
index 4a75a1251..000000000
--- a/test/functional/expected/stylesheet_path_html4css1.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.10: http://docutils.sourceforge.net/" />
-<title></title>
-<link rel="stylesheet" href="../../data/ham.css" type="text/css" />
-<link rel="stylesheet" href="missing.css" type="text/css" />
-</head>
-<body>
-<div class="document">
-
-
-<p>simple input</p>
-</div>
-</body>
-</html>
diff --git a/test/functional/tests/stylesheet_path_html4css1.py b/test/functional/tests/stylesheet_path_html4css1.py
deleted file mode 100644
index 89d289f8d..000000000
--- a/test/functional/tests/stylesheet_path_html4css1.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Test re-writing of stylesheet paths relative to output directory
-
-# Source and destination file names.
-test_source = "simple.txt"
-test_destination = "stylesheet_path_html4css1.html"
-
-# Keyword parameters passed to publish_file.
-reader_name = "standalone"
-parser_name = "rst"
-writer_name = "html4css1"
-
-# Settings
-settings_overrides['stylesheet'] = ''
-settings_overrides['stylesheet_path'] = 'data/ham.css,functional/output/missing.css'
-settings_overrides['embed_stylesheet'] = False