summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxue <>2006-01-23 21:37:31 +0000
committerxue <>2006-01-23 21:37:31 +0000
commit4282256a7bf5580cd0fa22ce9686024352f23a6f (patch)
treea363b25eeff7212753e32a5dc07af9a301454736 /tests
parent5fcc4f3b77d930d25497cdcc19bd7fa582c17cae (diff)
Passing an empty validationgroup will only return validators that do not belong to any group.
Diffstat (limited to 'tests')
-rw-r--r--tests/FunctionalTests/quickstart_tests/Controls/ImageButtonTestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart_tests/Controls/ImageButtonTestCase.php b/tests/FunctionalTests/quickstart_tests/Controls/ImageButtonTestCase.php
index 5b0675d8..c633a1df 100644
--- a/tests/FunctionalTests/quickstart_tests/Controls/ImageButtonTestCase.php
+++ b/tests/FunctionalTests/quickstart_tests/Controls/ImageButtonTestCase.php
@@ -13,7 +13,7 @@ class ImageButtonTestCase extends SeleniumTestCase
$this->verifyTextPresent("You clicked at ","");
// a command button
- $this->clickAndWait("id=ctl0_body_ctl1", "");
+ $this->clickAndWait("ctl0\$body\$ctl1", "");
$this->verifyTextPresent("Command name: test, Command parameter: value","");
// a button causing validation