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/ResponderEmailTodosTestCase.java

    r3523 r3543  
    1818                super.executeTestCase(EnviarEmailMultiplosDestinatariosTestCase.class, 
    1919                                new Class[] { boolean.class }, new Object[] { false }); 
    20                 String id = super.readEmail(Valor.ASSUNTO_MULTIPLOS_DESTINATARIOS 
    21                                 .getValue()); 
     20                String id = super 
     21                                .readEmail(getValor("assunto.multiplos.destinatarios")); 
    2222                super.replyAllEmail(id); 
    2323        } 
Note: See TracChangeset for help on using the changeset viewer.