~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to test/functional/tests/standalone_rst_s5_html_2.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
# initialize with the settings & definitions from test 1:
 
2
execfile('functional/tests/standalone_rst_s5_html_1.py')
 
3
 
 
4
# overrides specific to this test:
 
5
test_destination = 'standalone_rst_s5_html_2.html'
 
6
del settings_overrides['theme']         # use the default
 
7
settings_overrides['current_slide'] = 1