Ignore:
Timestamp:
11/26/10 16:00:32 (13 years ago)
Author:
luiz-fernando
Message:

Ticket #1402 - Campos, mensagens e valores estao em properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/testlink/automation/src/test/java/br/gov/serpro/cte/email/compor/EnviarEmailMultiplosDestinatariosTestCase.java

    r3532 r3543  
    3131        @Test 
    3232        public void testa() throws Exception { 
    33                 super.sendEmail(Valor.EMAIL_TESTE_MULTIPLOS.getValue(), 
    34                                 Valor.ASSUNTO_MULTIPLOS_DESTINATARIOS.getValue(), 
    35                                 Valor.TEXTO_EMAIL_MULTIPLOS_DESTINATARIOS.getValue(), 
    36                                 apagarEmail); 
     33                super.sendEmail(getValor("email.teste.multiplos"), 
     34                                getValor("assunto.multiplos.destinatarios"), 
     35                                getValor("texto.email.multiplos.destinatarios"), apagarEmail); 
    3736        } 
    3837} 
Note: See TracChangeset for help on using the changeset viewer.