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

« back to all changes in this revision

Viewing changes to test/functional/tests/standalone_rst_pseudoxml.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
execfile('functional/tests/_standalone_rst_defaults.py')
 
2
 
 
3
# Source and destination file names.
 
4
test_source = "standalone_rst_pseudoxml.txt"
 
5
test_destination = "standalone_rst_pseudoxml.txt"
 
6
 
 
7
# Keyword parameters passed to publish_file.
 
8
writer_name = "pseudoxml"