summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php
diff options
context:
space:
mode:
authorxue <>2006-12-01 21:39:16 +0000
committerxue <>2006-12-01 21:39:16 +0000
commitc0239466d7e7142a67f6233169377b10fd93e6ec (patch)
treef0d5359296a02a739c192f2b82b01553c2cc39fd /tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php
parent5975e2c0f7164ae445242aba0db4793898dc16b6 (diff)
merge from 3.0 branch till 1537.
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php')
-rw-r--r--tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php
index d20a7955..7336ff8d 100644
--- a/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php
+++ b/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php
@@ -24,9 +24,7 @@ class DataGrid1TestCase extends SeleniumTestCase
// verify specific table tags
$this->verifyElementPresent("ctl0_body_DataGrid");
- $this->verifyAttribute("ctl0_body_DataGrid@rules","all");
$this->verifyAttribute("ctl0_body_DataGrid@cellpadding","2");
- $this->verifyAttribute("ctl0_body_DataGrid@cellspacing","0");
}
}