~vcs-imports/gnome-desktop-testing/trunk

« back to all changes in this revision

Viewing changes to desktoptesting/gnome_constants.py

  • Committer: apulido
  • Date: 2009-03-19 12:15:07 UTC
  • Revision ID: vcs-imports@canonical.com-20090319121507-7my2u5j9v4t6ahrj
New SSH Seahorse test
New framework

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
SU_BTN_CANCEL = "btnCancel"
15
15
 
16
16
# GEdit constants (prefix = GE)
17
 
GE_WINDOW     = "frm*-gedit"
 
17
GE_WINDOW     = "frm*gedit"
18
18
GE_TXT_FIELD  = "txt1"
19
19
GE_LAUNCHER   = "gedit"
20
20
GE_SAVE_DLG   = "dlgSave*"
25
25
GE_QUESTION_DLG_BTN_SAVE_AS = "btnSaveAs"
26
26
GE_QUESTION_DLG_BTN_CLOSE = "btnClosewithoutSaving"
27
27
GE_MNU_QUIT = "mnuQuit"
 
28
GE_MNU_CLOSE = "mnuClose"
 
29
GE_MNU_NEW = "mnuNew"
28
30
 
29
31
# Seahorse contants (prefix = SH)
30
32
SH_WINDOW       = "frmPasswordsandEncryptionKeys"
38
40
SH_DLG_NEWPGP_EMAIL    = "txtEmailAddress"
39
41
SH_DLG_NEWPGP_COMMENT  = "txtComment"
40
42
SH_BTN_NEWPGP_CREATE   = "btnCreate"
41
 
SH_DLG_NEWPGP_PASS     = "dlgPassphraseforNewPGPKey"
 
43
SH_DLG_NEWKEY_PASS     = "dlgPassphrasefor*"
42
44
SH_BTN_PASS_OK         = "btnOK"
43
 
SH_DLG_GENERATING_PGP  = "dlgGeneratingkey"
 
45
SH_DLG_GENERATING_KEY  = "dlgGeneratingkey"
 
46
SH_DLG_CREATING_SSH    = "dlgCreatingSecureShellKey"
 
47
SH_TYPE_SSH            = "Secure Shell Key"
 
48
SH_NEWSSH_DLG          = "New Secure Shell Key" 
 
49
SH_DLG_NEWSSH_DESC     = "txtKeyDescription"
 
50
SH_BTN_NEWSSH_CREATE_AND_SETUP = "Create and Set Up"
 
51
SH_DLG_SET_UP          = "Set Up Computer for SSH Connection"
 
52
SH_TXT_SET_UP_COMPUTER = "txtThehostnameoraddressoftheserver."
 
53
SH_TXT_SET_UP_LOGIN    = "txtLoginName"
 
54
SH_BTN_SET_UP          = "btnSetUp"
 
55
SH_BTN_NEWSSH_CREATE   = "Just Create Key"
 
56
SH_TAB_PERSONAL_KEYS   = "My Personal Keys"
 
57
SH_TAB_LIST            = "ptl0"
 
58