Changeset 2210


Ignore:
Timestamp:
12/28/08 03:09:49 (3 years ago)
Author:
tsee
Message:

re-enable the critical 03wx tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/t/03-wx.t

    r2182 r2210  
    121121            { 
    122122                Padre::Wx::Dialog::Find->search( search_term => qr/test/ ); 
    123                 SKIP: { 
    124                     skip "Tests known to fail", 3; 
    125                     $T->is_eq($main->selected_text,    'test', 'selected_text'); 
    126                     my ($start, $end) = $editor->GetSelection; 
    127                     $T->is_num($start, 211, 'start is 211'); 
    128                     $T->is_num($end,   215, 'end is 215'); 
    129                 } 
     123                $T->is_eq($main->selected_text,    'test', 'selected_text'); 
     124                my ($start, $end) = $editor->GetSelection; 
     125                $T->is_num($start, 211, 'start is 211'); 
     126                $T->is_num($end,   215, 'end is 215'); 
    130127            } 
    131128 
Note: See TracChangeset for help on using the changeset viewer.