~ubuntu-branches/debian/jessie/phatch/jessie

« back to all changes in this revision

Viewing changes to tests/test_suite/config.py

  • Committer: Bazaar Package Importer
  • Author(s): Stani M
  • Date: 2009-10-15 18:22:54 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20091015182254-fu9tucj6k2zk8095
Tags: 0.2.4-1
* Upstream bugfix release (Closes LP: #450693, #449404, #452261,
  #448993)
  
* debian/control: added for phatch: Replaces: phatch-cli (<= 0.2.3-2)
  to fix file overwrite errors (LP: #450800)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
######################################################
28
28
 
29
29
# Actions to be disabled from the full test
30
 
DISABLE_ACTIONS = set(['rename', 'blender', 'geotag'])
 
30
DISABLE_ACTIONS = set(['rename', 'geotag'])
31
31
 
32
32
# Default image input directory
33
33
DEFAULT_INPUT = utils.system_path('input')