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

« back to all changes in this revision

Viewing changes to test/functional/tests/latex_docinfo.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 = "latex_docinfo.txt"
 
3
test_destination = "latex_docinfo.tex"
 
4
 
 
5
# Keyword parameters passed to publish_file.
 
6
reader_name = "standalone"
 
7
parser_name = "rst"
 
8
writer_name = "latex"
 
9
 
 
10
# Extra setting we need
 
11
 
 
12
settings_overrides['use_latex_docinfo'] = 1