Ignore:
Timestamp:
05/11/11 15:25:35 (13 years ago)
Author:
luiz-fernando
Message:

Ticket #1402 - Novos casos de teste para preferencias administrativas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/testlink/automation2.0/src/test/java/org/expressolivre/cte/common/Constants.java

    r3853 r4344  
    1414        public static final String URL_PREFERENCES_EMAIL = URL_PREFERENCES 
    1515                        + "/preferences.php?appname=expressoMail1_2"; 
     16        public static final String URL_DEFAULT_PREFERENCES_EMAIL = URL_PREFERENCES 
     17                        + "/preferences.php?appname=expressoMail1_2&type=default"; 
     18        public static final String URL_FORCED_PREFERENCES_EMAIL = URL_PREFERENCES 
     19                        + "/preferences.php?appname=expressoMail1_2&type=forced"; 
    1620        public static final String USER = Config.getInstance().getConfig("user"); 
    1721        public static final String PASS = Config.getInstance().getConfig("passwd"); 
     
    2731        public static final String EMAIL_ASSUNTO = Config.getInstance().getValor( 
    2832                        "assunto"); 
     33        public static final String EMAIL_ASSUNTO_TEXTO_100k = Config.getInstance() 
     34                        .getValor("assunto.100k"); 
    2935        public static final String EMAIL_ASSUNTO_IMPORTANTE = Config.getInstance() 
    3036                        .getValor("assunto.importante"); 
Note: See TracChangeset for help on using the changeset viewer.