Show
Ignore:
Timestamp:
12/01/2006 02:53:05 PM (2 years ago)
Author:
xue
Message:

FT fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php

    r1397 r1537  
    2525                // verify specific table tags 
    2626                $this->verifyElementPresent("ctl0_body_DataGrid"); 
    27                 $this->verifyAttribute("ctl0_body_DataGrid@rules","all"); 
    2827                $this->verifyAttribute("ctl0_body_DataGrid@cellpadding","2"); 
    29                 $this->verifyAttribute("ctl0_body_DataGrid@cellspacing","0"); 
    3028        } 
    3129}