- Timestamp:
- 12/01/2006 02:53:05 PM (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php
r1397 r1537 25 25 // verify specific table tags 26 26 $this->verifyElementPresent("ctl0_body_DataGrid"); 27 $this->verifyAttribute("ctl0_body_DataGrid@rules","all");28 27 $this->verifyAttribute("ctl0_body_DataGrid@cellpadding","2"); 29 $this->verifyAttribute("ctl0_body_DataGrid@cellspacing","0");30 28 } 31 29 }
