Ignore:
Timestamp:
11/19/10 14:59:55 (13 years ago)
Author:
luiz-fernando
Message:

Ticket #1402 - Automacao dos casos de teste do Expresso documentados no Testlink

File:
1 edited

Legend:

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

    r3521 r3523  
    44 
    55import br.gov.serpro.cte.common.ExpressoMailTestCase; 
     6import br.gov.serpro.cte.email.compor.EnviarEmailTestCase; 
    67 
    78/** 
     
    1415 
    1516        @Test 
    16         public void testaEncaminharEmail() throws Exception { 
     17        public void testa() throws Exception { 
     18                super.executeTestCase(EnviarEmailTestCase.class, 
     19                                new Class[] { boolean.class }, new Object[] { false }); 
    1720                String id = super.readEmail(Valor.ASSUNTO.getValue()); 
    18                 id = id.substring(id.lastIndexOf("_")); 
    1921                super.forwardEmail(id, Valor.EMAIL_TESTE_1.getValue()); 
    2022        } 
Note: See TracChangeset for help on using the changeset viewer.