diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-24 09:59:46 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-24 09:59:48 +0200 |
commit | daa4dde508865ef0f08e584987b0695d4847809a (patch) | |
tree | e4aaed56bea63ec5d569fc74ff10f0e36618c50e /tests/FunctionalTests/quickstart/ActiveControls | |
parent | a08d87f68a22df1ffb001ebe1cc3f438c045b843 (diff) |
Update to 3.2.1
Diffstat (limited to 'tests/FunctionalTests/quickstart/ActiveControls')
-rw-r--r-- | tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php | 2 | ||||
-rw-r--r-- | tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php b/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php index fd12cc4f..408776f3 100644 --- a/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php @@ -1,5 +1,5 @@ <?php -//$Id$ +//$Id: ActiveButtonTestCase.php 3187 2012-07-12 11:21:01Z ctrlaltca $ class ActiveButtonTestCase extends SeleniumTestCase { function test () diff --git a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php index ca17a5dc..15a3c798 100644 --- a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php +++ b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php @@ -1,6 +1,6 @@ <?php -//$Id$ +//$Id: ActiveCheckBoxTestCase.php 3187 2012-07-12 11:21:01Z ctrlaltca $ class ActiveCheckBoxTestCase extends SeleniumTestCase { function test () |