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/responder/EncaminharEmailTestCase.java

    r3523 r3543  
    1818                super.executeTestCase(EnviarEmailTestCase.class, 
    1919                                new Class[] { boolean.class }, new Object[] { false }); 
    20                 String id = super.readEmail(Valor.ASSUNTO.getValue()); 
    21                 super.forwardEmail(id, Valor.EMAIL_TESTE_1.getValue()); 
     20                String id = super.readEmail(getValor("assunto")); 
     21                super.forwardEmail(id, getValor("email.teste.1")); 
    2222        } 
    2323} 
Note: See TracChangeset for help on using the changeset viewer.