Ignore:
Timestamp:
02/22/11 16:57:17 (13 years ago)
Author:
luiz-fernando
Message:

Ticket #1402 - Novos casos de teste para Salvar Email no Rascunho

File:
1 edited

Legend:

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

    r3782 r3799  
    2727                        this.valores = this 
    2828                                        .load("org/expressolivre/cte/common/valores.properties"); 
    29                         this.emailPreferences = this 
    30                                         .load("org/expressolivre/cte/common/email.preferences.properties"); 
     29                        this.emailPreferences = this.load("org/expressolivre/cte/common/" 
     30                                        + getConfig("config.email")); 
    3131                } catch (Exception e) { 
    3232                        e.printStackTrace(); 
Note: See TracChangeset for help on using the changeset viewer.