summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxue <>2006-12-01 20:53:05 +0000
committerxue <>2006-12-01 20:53:05 +0000
commit8cac0293693896f17d3c1bc0566c29d758ffe8c5 (patch)
tree4805244f7e513fa493d766b7279d2a3564bc5165 /tests
parent596742bd19d7d9acfcb02348f5097cefb8ed957e (diff)
FT fixes.
Diffstat (limited to 'tests')
-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");
}
}