Ignore:
Timestamp:
09/22/11 15:42:43 (13 years ago)
Author:
luiz-fernando
Message:

Ticket #1771 - Novas alteracoes nos metodos basicos para evitar timeouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/testlink/automation2.0/src/test/java/org/expressolivre/cte/pages/common/Page.java

    r5025 r5099  
    168168                        } 
    169169                } catch (NoSuchElementException nsee) { 
    170                         System.out.println("Warning: ELEMENTO NAO ENCONTRADO!"); 
     170                        System.out.println("Warning: ELEMENTO NAO ENCONTRADO! "); 
    171171                        return false; 
    172172                } 
     
    247247                        found = false; 
    248248                } 
    249  
    250                 // TODO Rever o tratamento da excecao quando um valor nao for encontrado 
    251                 // na combobox. 
    252  
    253                 try { 
    254                         throw new Exception("Valor " + value + " não encontrado em " 
    255                                         + element); 
    256                 } catch (Exception e) { 
    257                         // TODO Auto-generated catch block 
    258                         e.printStackTrace(); 
    259                 } 
    260249                return found; 
    261250        } 
Note: See TracChangeset for help on using the changeset viewer.