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

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