~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to tests/config.py

  • Committer: Fabrice Rey
  • Date: 2013-06-28 23:44:28 UTC
  • Revision ID: fabounet03@gmail.com-20130628234428-cwsvh6mexcfm0063
Added a test framework, and several tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#exe = 'galculator' # name of a program that can be launched several times, and is usually not running
 
3
#wmclass = 'galculator'  # its class
 
4
#desktop_file = 'fedora-galculator.desktop'  # its desktop file
 
5
exe = 'gnome-calculator' # name of a program that can be launched several times, and is usually not running
 
6
wmclass = 'gnome-calculator'  # its class
 
7
desktop_file = 'gcalctool.desktop'  # its desktop file
 
8
 
 
9
exe1 = 'd-feet'  # a program that doesn't have a launcher yet
 
10
wmclass1 = 'd-feet'  # its class
 
11
desktop_file1 = 'dfeet.desktop'  # its desktop-file
 
12
 
 
13
desktop_file2 = 'evince.desktop'  # another program that doesn't have a launcher yet
 
14
wmclass2 = 'evince'  # its class
 
15
desktop_file2 = 'evince.desktop'  # its desktop-file
 
16