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

« back to all changes in this revision

Viewing changes to tests/TestCustomLauncher.py

  • Committer: Matthieu Baerts
  • Date: 2013-07-17 20:50:58 UTC
  • Revision ID: matttbe@gmail.com-20130717205058-xf9z7996fn76zwta
Test: It seems that the .desktop file of d-feet is now d-feet.desktop instead of dfeet.desktop. => Switch to gnome-session-properties (it has dash and desktop file != exe and wmclass)
+ fixed typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from time import sleep
2
1
import sys  # argv
3
2
import os  # system, path
4
3
import subprocess  # system, path
36
35
                        if result != "123":
37
36
                                self.print_error ("Failed to reload the launcher")
38
37
                except:
39
 
                        self.print_error ("[Test custom launcher] Failed to activate the launcher")
 
38
                        self.print_error ("Failed to activate the launcher")
40
39
                
41
40
                # remove it
42
41
                self.d.Remove('config-file='+conf_file);