~ubuntu-branches/ubuntu/hardy/python-docutils/hardy

« back to all changes in this revision

Viewing changes to test/functional/tests/dangerous.py

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Source and destination file names.
 
2
test_source = "dangerous.txt"
 
3
test_destination = "dangerous.html"
 
4
 
 
5
# Keyword parameters passed to publish_file.
 
6
reader_name = "standalone"
 
7
parser_name = "rst"
 
8
writer_name = "html"
 
9
 
 
10
# Settings
 
11
settings_overrides['file_insertion_enabled'] = 0
 
12
settings_overrides['raw_enabled'] = 0