diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-22 22:39:41 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-22 22:39:41 +0200 |
commit | 7c65b2f40ea9242260eac5a746863f5925423861 (patch) | |
tree | 6c516057baa4356fde43f8d79517571bc8f0bfa2 /tests/FunctionalTests | |
parent | 60c6bfa6f7caeb122cb8fa820506bdd1c54a842e (diff) |
Phing: added target for phpunit+selenium
Functional tests were using an old selenium RC version. Ported them to
use phpunit + selenium; next: opensauce
Diffstat (limited to 'tests/FunctionalTests')
598 files changed, 219 insertions, 921 deletions
diff --git a/tests/FunctionalTests/active-controls/assets/.gitignore b/tests/FunctionalTests/active-controls/assets/.gitignore index d6b7ef32..d6b7ef32 100644..100755 --- a/tests/FunctionalTests/active-controls/assets/.gitignore +++ b/tests/FunctionalTests/active-controls/assets/.gitignore diff --git a/tests/FunctionalTests/active-controls/index.php b/tests/FunctionalTests/active-controls/index.php index 4d4aeed2..bb7f4822 100644..100755 --- a/tests/FunctionalTests/active-controls/index.php +++ b/tests/FunctionalTests/active-controls/index.php @@ -16,5 +16,3 @@ require_once($frameworkPath); $application=new TApplication; $application->run(); - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/.htaccess b/tests/FunctionalTests/active-controls/protected/.htaccess index 3418e55a..3418e55a 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/.htaccess +++ b/tests/FunctionalTests/active-controls/protected/.htaccess diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page index 7cb8c6b3..7cb8c6b3 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.php index c60d4c67..966c8be0 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.php @@ -9,5 +9,4 @@ class ActiveBricksTest extends TPage $this->placeholder->getControls()->add($x); $this->Page->CallbackClient->insertContentAfter($this->AjaxInsertPoint, $x); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page index 2e192c19..2e192c19 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.php index 42322ea1..3b2ba60e 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.php @@ -17,5 +17,3 @@ class ActiveButtonTest extends TPage $this->label1->Text .= "using callback!"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.page index 431d42f2..431d42f2 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.php index d762ab28..138afac4 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.php @@ -28,5 +28,3 @@ class ActiveCheckBoxTest extends TPage ($sender->checked ? ' Checked ' : ' Not Checked'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.page index 7b983cd7..7b983cd7 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.php index d0b8650e..12699ace 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.php @@ -22,5 +22,3 @@ class ActiveControlExpressionTag extends TPage $this->Page->CallbackClient->insertContentAfter('contents', $this->panel2); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page index aa3be754..aa3be754 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.php index ec9040a1..6944dbe6 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.php @@ -7,5 +7,3 @@ class ActiveControlWithTinyMce extends TPage $this->label1->Text = $this->text1->SafeText; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveDatePicker.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveDatePicker.php index 300574aa..9baa2a0a 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveDatePicker.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveDatePicker.php @@ -46,5 +46,3 @@ class ActiveDatePicker extends TPage { } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page index dc71a228..dc71a228 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php index c7f0f6b4..413e7185 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php @@ -48,5 +48,3 @@ class ActiveDropDownList extends TPage $this->label1->Text = $value; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.page index f0fc4b92..f0fc4b92 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.php index 1f7a8a2a..a07df4e0 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.php @@ -18,5 +18,3 @@ class ActiveHiddenFieldTest extends TPage $this->ResponseLabel->setText($this->HiddenFieldEmpty->getValue().'|'.$this->HiddenFieldUsed->getValue()); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page index 59098052..59098052 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.php index cd4880d2..ef3f597e 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.php @@ -22,5 +22,3 @@ class ActiveHyperLinkTest extends TPage $this->link1->NavigateUrl = "http://www.xlab6.com"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.page index 7696261a..7696261a 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.php index 44c20ef6..6f3d9b9e 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.php @@ -27,5 +27,3 @@ class ActiveImageButtonTest extends TPage $this->label1->Text = "Image clicked at x={$param->x}, y={$param->y}"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.page index cb9f0322..cb9f0322 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.php index 74ce985c..31748948 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.php @@ -12,5 +12,3 @@ class ActiveLinkButtonTest extends TPage $this->label1->Text .= "using callback!"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxMasterTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxMasterTest.page index f7c6baaf..f7c6baaf 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxMasterTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxMasterTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxMasterTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxMasterTest.php index eaa61fd6..4cea263d 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxMasterTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxMasterTest.php @@ -43,5 +43,3 @@ class ActiveListBoxMasterTest extends TPage $this->list1->SelectionMode="Single"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.page index 318d53c3..318d53c3 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.php index a80dbc1c..219d48c7 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.php @@ -43,5 +43,3 @@ class ActiveListBoxTest extends TPage $this->list1->SelectionMode="Single"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page index 7ab4bab9..7ab4bab9 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.php index b29f8920..61ab7199 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.php @@ -8,5 +8,3 @@ class ActivePanelTest extends TPage $this->panel1->render($param->NewWriter); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.page index 0795e46b..0795e46b 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.php index aaf43abc..19c58aeb 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.php @@ -14,5 +14,3 @@ class ActivePanelVisibleTest extends TPage $this->pnlA->Visible = false; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.page index 26feb594..26feb594 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.php index 22d2c79c..74113cc8 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.php @@ -24,5 +24,3 @@ class ActiveRadioButtonListTest extends TPage $this->list1->setSelectedValue("value 1"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.page index 2bb4c9de..2bb4c9de 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.php index fce204d1..39fcdb0d 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.php @@ -30,5 +30,3 @@ class ActiveRadioButtonTest extends TPage } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.page index 35fcadc7..35fcadc7 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.php index 50b9817d..44ce480a 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.php @@ -23,5 +23,4 @@ class ActiveRatingListAllowInputTest extends TPage{ public function ratingChanged($sender, $param){ $this->Status->setText($sender->getRating().' : '.$sender->getSelectedValue()); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.page index 84ce4ef3..84ce4ef3 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.php index c094a34b..f7d6e772 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.php @@ -23,5 +23,4 @@ class ActiveRatingListAutoPostBackTest extends TPage{ public function ratingChanged($sender, $param){ $this->Status->setText($sender->getRating().' : '.$sender->getSelectedValue()); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.page index 36f4404d..36f4404d 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.php index 0ba260d4..50ca291b 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.php @@ -19,5 +19,4 @@ * * Modifications: */ -class ActiveRatingListCheckBoxesTest extends TPage{ } -?>
\ No newline at end of file +class ActiveRatingListCheckBoxesTest extends TPage{ }
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.page index 5f732e0d..5f732e0d 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.php index fde87812..addac252 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.php @@ -33,5 +33,4 @@ class ActiveRatingListEnabledTest extends TPage{ $this->RatingList->setEnabled(false); $this->Status->setText('Enabled=false'); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.page index 01e47a34..01e47a34 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.php index c8281256..a4b9b6c2 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.php @@ -23,5 +23,4 @@ class ActiveRatingListHoverCaptionTest extends TPage{ public function ratingChanged($sender, $param){ $sender->setCaption($sender->getRating().' : '.$sender->getSelectedValue()); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.page index 942a5b45..942a5b45 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.php index 97369a8d..b530da02 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.php @@ -28,5 +28,4 @@ class ActiveRatingListRatingTest extends TPage{ $this->RatingList->setRating(3); $this->ratingChanged($this->RatingList, null); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.page index dad3fd6e..dad3fd6e 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.php index 722f60ea..1e40a3bd 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.php @@ -34,5 +34,4 @@ class ActiveRatingListReadOnlyTest extends TPage{ $this->Status->setText('ReadOnly=false'); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.page index 6fb52822..6fb52822 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.php index f0d8d2ef..468285cc 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.php @@ -28,5 +28,4 @@ class ActiveRatingListSelectedIndexTest extends TPage{ $this->RatingList->setSelectedIndex(5); $this->ratingChanged($this->RatingList, null); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.page index 5f7959c5..5f7959c5 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.php index a3c714fe..a1516ca4 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.php @@ -8,5 +8,3 @@ class ActiveRedirectionTest extends TPage $this->Response->redirect($default); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page index b05ce62e..b05ce62e 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.php index c3f729e5..85bc7225 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.php @@ -7,5 +7,3 @@ class ActiveTextBoxCallback extends TPage $this->label1->Text = 'Label 1: '.$sender->Text; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page b/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page index 477764c3..477764c3 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.php b/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.php index 88fbd760..1a767b79 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.php @@ -40,5 +40,3 @@ class AutoCompleteTest extends TPage var_dump($param->selectedIndex); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/Calculator.page b/tests/FunctionalTests/active-controls/protected/pages/Calculator.page index 7a565658..7a565658 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/Calculator.page +++ b/tests/FunctionalTests/active-controls/protected/pages/Calculator.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/Calculator.php b/tests/FunctionalTests/active-controls/protected/pages/Calculator.php index 098a8460..37ba8624 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/Calculator.php +++ b/tests/FunctionalTests/active-controls/protected/pages/Calculator.php @@ -8,5 +8,3 @@ class Calculator extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/Callback.page b/tests/FunctionalTests/active-controls/protected/pages/Callback.page index d8744760..d8744760 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/Callback.page +++ b/tests/FunctionalTests/active-controls/protected/pages/Callback.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/Callback.php b/tests/FunctionalTests/active-controls/protected/pages/Callback.php index 00357f1e..8a85f50d 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/Callback.php +++ b/tests/FunctionalTests/active-controls/protected/pages/Callback.php @@ -9,5 +9,3 @@ class Callback extends TPage var_dump("ok!"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.page b/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.page index a99fbf55..a99fbf55 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.php b/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.php index 319cc354..edae8bf3 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.php @@ -7,5 +7,3 @@ class CallbackCustomValidatorTest extends TPage $param->IsValid = $param->Value == 'Prado'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page b/tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page index 3cecbade..3cecbade 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.page b/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.page index acf56bfe..acf56bfe 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.php b/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.php index e747bb63..829ce873 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.php @@ -13,5 +13,3 @@ class ClientSideDispatch extends TPage $this->status2->Text = "Method 2 callback"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ControlAdapterTest.page b/tests/FunctionalTests/active-controls/protected/pages/ControlAdapterTest.page index f0f3044d..f0f3044d 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ControlAdapterTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ControlAdapterTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ControlAdapterTest.php b/tests/FunctionalTests/active-controls/protected/pages/ControlAdapterTest.php index edaf0720..01cf442c 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ControlAdapterTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ControlAdapterTest.php @@ -54,5 +54,3 @@ class ControlAdapterTest extends TPage $this->button2->Attributes['onclick'] = "alert('baz!')"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.php b/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.php index 8a3e6c9f..375fbd21 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.php +++ b/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.php @@ -7,5 +7,3 @@ class CustomTemplateComponent extends TTemplateControl $sender->setText("Foo"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.tpl b/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.tpl index 04a0476a..04a0476a 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.tpl +++ b/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.tpl diff --git a/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateControlTest.page b/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateControlTest.page index 3bed7d5b..3bed7d5b 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateControlTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateControlTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateControlTest.php b/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateControlTest.php index a1d55adc..752b75b8 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateControlTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/CustomTemplateControlTest.php @@ -23,5 +23,3 @@ class CustomTemplateControlTest extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page b/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page index 08b7bb3e..08b7bb3e 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page +++ b/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.php b/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.php index edc68ae4..b7634410 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.php +++ b/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.php @@ -33,5 +33,3 @@ class CustomValidatorByPass extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/DMessagesPanel.php b/tests/FunctionalTests/active-controls/protected/pages/DMessagesPanel.php index ce3d1bc0..7949883e 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/DMessagesPanel.php +++ b/tests/FunctionalTests/active-controls/protected/pages/DMessagesPanel.php @@ -59,5 +59,3 @@ class DMessagesPanel extends TTemplateControl $this->Message->CssClass = $value; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/DMessagesPanel.tpl b/tests/FunctionalTests/active-controls/protected/pages/DMessagesPanel.tpl index b7e73119..b7e73119 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/DMessagesPanel.tpl +++ b/tests/FunctionalTests/active-controls/protected/pages/DMessagesPanel.tpl diff --git a/tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.page b/tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.page index 8b39dc55..8b39dc55 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.page +++ b/tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.php b/tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.php index 05fd323e..f04ad281 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.php +++ b/tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.php @@ -13,5 +13,3 @@ class DatePickerInCallback extends TPage { } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/DelayedCallback.page b/tests/FunctionalTests/active-controls/protected/pages/DelayedCallback.page index b8fba648..b8fba648 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/DelayedCallback.page +++ b/tests/FunctionalTests/active-controls/protected/pages/DelayedCallback.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/DelayedCallback.php b/tests/FunctionalTests/active-controls/protected/pages/DelayedCallback.php index 1785bd34..dc0b8b3d 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/DelayedCallback.php +++ b/tests/FunctionalTests/active-controls/protected/pages/DelayedCallback.php @@ -17,5 +17,3 @@ class DelayedCallback extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/DisplayStyleTest.page b/tests/FunctionalTests/active-controls/protected/pages/DisplayStyleTest.page index df1db27a..df1db27a 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/DisplayStyleTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/DisplayStyleTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/DisplayStyleTest.php b/tests/FunctionalTests/active-controls/protected/pages/DisplayStyleTest.php index 7c791564..5ed71109 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/DisplayStyleTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/DisplayStyleTest.php @@ -22,5 +22,3 @@ class DisplayStyleTest extends TPage $this->button2->Display="Hidden"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/DynamicRepeaterDataTest.page b/tests/FunctionalTests/active-controls/protected/pages/DynamicRepeaterDataTest.page index 913f6a17..913f6a17 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/DynamicRepeaterDataTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/DynamicRepeaterDataTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/DynamicRepeaterDataTest.php b/tests/FunctionalTests/active-controls/protected/pages/DynamicRepeaterDataTest.php index 0df32f6a..04cd7960 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/DynamicRepeaterDataTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/DynamicRepeaterDataTest.php @@ -19,5 +19,3 @@ class DynamicRepeaterDataTest extends TPage $item->label1->Text = $sender->Text; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/EventTriggeredCallback.page b/tests/FunctionalTests/active-controls/protected/pages/EventTriggeredCallback.page index 889636f3..889636f3 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/EventTriggeredCallback.page +++ b/tests/FunctionalTests/active-controls/protected/pages/EventTriggeredCallback.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/EventTriggeredCallback.php b/tests/FunctionalTests/active-controls/protected/pages/EventTriggeredCallback.php index bcc53389..bbd30205 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/EventTriggeredCallback.php +++ b/tests/FunctionalTests/active-controls/protected/pages/EventTriggeredCallback.php @@ -17,5 +17,3 @@ class EventTriggeredCallback extends TPage $this->label1->Text = 'button 1 clicked'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/FeatureList.php b/tests/FunctionalTests/active-controls/protected/pages/FeatureList.php index 8f28f6de..e5fad8d0 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/FeatureList.php +++ b/tests/FunctionalTests/active-controls/protected/pages/FeatureList.php @@ -30,5 +30,3 @@ class FeatureList extends TPage return $list; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.page b/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.page index f4bf644c..f4bf644c 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.page +++ b/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.php b/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.php index e2ffbf07..ae996a65 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.php +++ b/tests/FunctionalTests/active-controls/protected/pages/GerTurno2.php @@ -49,5 +49,3 @@ class GerTurno2 extends TPage { } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/Home.page b/tests/FunctionalTests/active-controls/protected/pages/Home.page index ff226d4e..ff226d4e 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/Home.page +++ b/tests/FunctionalTests/active-controls/protected/pages/Home.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/Home.php b/tests/FunctionalTests/active-controls/protected/pages/Home.php index 3dfb4bb0..0d748dc0 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/Home.php +++ b/tests/FunctionalTests/active-controls/protected/pages/Home.php @@ -7,5 +7,3 @@ class Home extends TPage $this->lblTest->Text = "Testing"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.page b/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.page index ba3a35db..ba3a35db 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.page +++ b/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.php b/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.php index c58a006a..ce8fef2a 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.php +++ b/tests/FunctionalTests/active-controls/protected/pages/InPlaceWithValidator.php @@ -9,5 +9,3 @@ class InPlaceWithValidator extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/LTemplate.php b/tests/FunctionalTests/active-controls/protected/pages/LTemplate.php index 0a5c311e..f47bbaa4 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/LTemplate.php +++ b/tests/FunctionalTests/active-controls/protected/pages/LTemplate.php @@ -68,5 +68,4 @@ class LTemplate extends TTemplateControl } } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/LTemplate.tpl b/tests/FunctionalTests/active-controls/protected/pages/LTemplate.tpl index fd2bacd1..fd2bacd1 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/LTemplate.tpl +++ b/tests/FunctionalTests/active-controls/protected/pages/LTemplate.tpl diff --git a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.page b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.page index 701bd74c..701bd74c 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.php b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.php index 51e56d48..67e92766 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.php @@ -18,5 +18,3 @@ class LargePageStateTest extends TPage $this->status->Text .= ' Callback Clicked... '; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page index 0b662617..0b662617 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page +++ b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.php b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.php index 56f9c68f..00573624 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.php +++ b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.php @@ -18,5 +18,3 @@ class LargePageStateTest2 extends TPage $this->status->Text .= ' Callback Clicked... '; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/Master1.php b/tests/FunctionalTests/active-controls/protected/pages/Master1.php index 1bbcb9c4..588c71d5 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/Master1.php +++ b/tests/FunctionalTests/active-controls/protected/pages/Master1.php @@ -3,5 +3,3 @@ class Master1 extends TTemplateControl { } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/Master1.tpl b/tests/FunctionalTests/active-controls/protected/pages/Master1.tpl index 5e63d57d..5e63d57d 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/Master1.tpl +++ b/tests/FunctionalTests/active-controls/protected/pages/Master1.tpl diff --git a/tests/FunctionalTests/active-controls/protected/pages/MasterTest1.page b/tests/FunctionalTests/active-controls/protected/pages/MasterTest1.page index 7f6863cf..7f6863cf 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/MasterTest1.page +++ b/tests/FunctionalTests/active-controls/protected/pages/MasterTest1.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page b/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page index ab4798a8..ab4798a8 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.php b/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.php index d3713308..2f768680 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.php @@ -12,5 +12,3 @@ class MessagesPanelTest extends TPage $this->panel1->setMessage(""); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/MyControl.php b/tests/FunctionalTests/active-controls/protected/pages/MyControl.php index 5ced5d3a..e8a38908 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/MyControl.php +++ b/tests/FunctionalTests/active-controls/protected/pages/MyControl.php @@ -4,5 +4,3 @@ class MyControl extends TTemplateControl { } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/MyControl.tpl b/tests/FunctionalTests/active-controls/protected/pages/MyControl.tpl index 5cc17772..5cc17772 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/MyControl.tpl +++ b/tests/FunctionalTests/active-controls/protected/pages/MyControl.tpl diff --git a/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page b/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page index 7371086a..7371086a 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.php b/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.php index 6736138d..07411f2a 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.php @@ -38,5 +38,3 @@ class MyTabPanelTest extends TPage } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page b/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page index 9d3a3d61..9d3a3d61 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page +++ b/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.php b/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.php index 76b77ff7..ba47db39 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.php +++ b/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.php @@ -15,5 +15,3 @@ class NestedActiveControls extends TPage $this->label3->Text = "Label 3: Button 1 Clicked"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page b/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page index 2ce98f5b..2ce98f5b 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.php b/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.php index f6e5071d..1dd41099 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.php @@ -7,5 +7,3 @@ class NullStateTest extends TPage $this->lblTest->Text = "Testing"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.page b/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.page index c7bf0952..c7bf0952 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.page +++ b/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.php b/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.php index 8a1ba198..ea6e9f1c 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.php +++ b/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.php @@ -30,5 +30,3 @@ class PopulateActiveList extends TPage $this->label1->Text = $sender->ID . ': '.$text; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page index 09ab2fbc..09ab2fbc 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php index d22f2922..63bce75a 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php @@ -41,5 +41,3 @@ class PostLoadingTest extends TPage $this->Page->CallbackClient->Highlight('heading'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.page b/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.page index 7de9c6ab..7de9c6ab 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.php b/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.php index eb77073b..4b687907 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.php @@ -24,5 +24,3 @@ class RadioButtonListTest extends TPage } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/RatingList.page b/tests/FunctionalTests/active-controls/protected/pages/RatingList.page index ba9c2e5d..ba9c2e5d 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/RatingList.page +++ b/tests/FunctionalTests/active-controls/protected/pages/RatingList.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/RatingList.php b/tests/FunctionalTests/active-controls/protected/pages/RatingList.php index 8fd879bc..81d59a32 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/RatingList.php +++ b/tests/FunctionalTests/active-controls/protected/pages/RatingList.php @@ -30,5 +30,3 @@ class RatingList extends TPage $this->list1->SelectedIndex=3; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.page b/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.page index b94fdbfb..b94fdbfb 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.page +++ b/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.php b/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.php index 013ffe61..c1fbabf3 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.php +++ b/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.php @@ -57,5 +57,3 @@ class RepeaterWithActiveControls extends TPage } } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ReplaceContentTest.page b/tests/FunctionalTests/active-controls/protected/pages/ReplaceContentTest.page index 7842cde9..7842cde9 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ReplaceContentTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ReplaceContentTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ReplaceContentTest.php b/tests/FunctionalTests/active-controls/protected/pages/ReplaceContentTest.php index a6df2abd..06d8dab4 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ReplaceContentTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ReplaceContentTest.php @@ -38,5 +38,3 @@ class ReplaceContentTest extends TPage return $this->content->Text; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.page b/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.page index fdd4a604..fdd4a604 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.php b/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.php index 9d4a7695..f9da46a2 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.php @@ -9,5 +9,3 @@ class PageStateTest extends TPage $this->label1->Text = " button1 clicked ".$sender->CustomData." times"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/Sessioned/config.xml b/tests/FunctionalTests/active-controls/protected/pages/Sessioned/config.xml index 754e9bc5..754e9bc5 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/Sessioned/config.xml +++ b/tests/FunctionalTests/active-controls/protected/pages/Sessioned/config.xml diff --git a/tests/FunctionalTests/active-controls/protected/pages/TActiveCheckBoxListTest.page b/tests/FunctionalTests/active-controls/protected/pages/TActiveCheckBoxListTest.page index f3332bad..f3332bad 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/TActiveCheckBoxListTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/TActiveCheckBoxListTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/TActiveCheckBoxListTest.php b/tests/FunctionalTests/active-controls/protected/pages/TActiveCheckBoxListTest.php index 66bfe83d..6bb78240 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/TActiveCheckBoxListTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/TActiveCheckBoxListTest.php @@ -33,5 +33,3 @@ class TActiveCheckBoxListTest extends TPage $this->list1->setSelectedValues(array('value 2', 'value 5')); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/TActiveFileUploadAutoPostBackTest.php b/tests/FunctionalTests/active-controls/protected/pages/TActiveFileUploadAutoPostBackTest.php index 816a899e..742e7048 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/TActiveFileUploadAutoPostBackTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/TActiveFileUploadAutoPostBackTest.php @@ -28,5 +28,4 @@ class TActiveFileUploadAutoPostBackTest extends TPage{ public function uploadComplete($sender, $param){ $this->label1->setText($sender->getFileName()); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page index 8c0a0d71..8c0a0d71 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php index 6cc5a500..e773b1b2 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/TInPlaceTextBoxTest.php @@ -22,5 +22,3 @@ class TInPlaceTextBoxTest extends TPage throw new TException('Exist'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/TestMasterPage.php b/tests/FunctionalTests/active-controls/protected/pages/TestMasterPage.php index 170e618b..bad9f5bd 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/TestMasterPage.php +++ b/tests/FunctionalTests/active-controls/protected/pages/TestMasterPage.php @@ -3,5 +3,3 @@ class TestMasterPage extends TTemplateControl { } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/TestMasterPage.tpl b/tests/FunctionalTests/active-controls/protected/pages/TestMasterPage.tpl index a599ded4..a599ded4 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/TestMasterPage.tpl +++ b/tests/FunctionalTests/active-controls/protected/pages/TestMasterPage.tpl diff --git a/tests/FunctionalTests/active-controls/protected/pages/TextBoxValidationCallback.page b/tests/FunctionalTests/active-controls/protected/pages/TextBoxValidationCallback.page index 79fc17e0..79fc17e0 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/TextBoxValidationCallback.page +++ b/tests/FunctionalTests/active-controls/protected/pages/TextBoxValidationCallback.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/TextBoxValidationCallback.php b/tests/FunctionalTests/active-controls/protected/pages/TextBoxValidationCallback.php index 1d2cc92f..6aa827f3 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/TextBoxValidationCallback.php +++ b/tests/FunctionalTests/active-controls/protected/pages/TextBoxValidationCallback.php @@ -7,5 +7,4 @@ class TextBoxValidationCallback extends TPage { $this->City->Text = "City: ".$this->Address->Text . ' Zip: '.$this->ZipCode->Text; } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/TimeTriggeredCallbackTest.page b/tests/FunctionalTests/active-controls/protected/pages/TimeTriggeredCallbackTest.page index a285f03d..a285f03d 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/TimeTriggeredCallbackTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/TimeTriggeredCallbackTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/TimeTriggeredCallbackTest.php b/tests/FunctionalTests/active-controls/protected/pages/TimeTriggeredCallbackTest.php index 788857f8..16161a13 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/TimeTriggeredCallbackTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/TimeTriggeredCallbackTest.php @@ -23,5 +23,3 @@ class TimeTriggeredCallbackTest extends TPage $this->label1->Text .= " ".$count; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page b/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page index 1281cc5c..1281cc5c 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page diff --git a/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.php b/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.php index 69985541..229522d1 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.php @@ -8,5 +8,3 @@ class ValueTriggerCallbackTest extends TPage $this->label1->Text = "Old = ".$values->OldValue." : New Value = ".$values->NewValue; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/group.gif b/tests/FunctionalTests/active-controls/protected/pages/group.gif Binary files differindex 89c577f7..89c577f7 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/group.gif +++ b/tests/FunctionalTests/active-controls/protected/pages/group.gif diff --git a/tests/FunctionalTests/active-controls/protected/pages/report.gif b/tests/FunctionalTests/active-controls/protected/pages/report.gif Binary files differindex f7169762..f7169762 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/pages/report.gif +++ b/tests/FunctionalTests/active-controls/protected/pages/report.gif diff --git a/tests/FunctionalTests/active-controls/protected/runtime/.gitignore b/tests/FunctionalTests/active-controls/protected/runtime/.gitignore index d6b7ef32..d6b7ef32 100644..100755 --- a/tests/FunctionalTests/active-controls/protected/runtime/.gitignore +++ b/tests/FunctionalTests/active-controls/protected/runtime/.gitignore diff --git a/tests/FunctionalTests/active-controls/tests/ActiveButtonTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveButtonTestCase.php index a8795de5..c8fcfa57 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveButtonTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveButtonTestCase.php @@ -1,6 +1,6 @@ <?php -class ActiveButtonTestCase extends SeleniumTestCase +class ActiveButtonTestCase extends PradoGenericSeleniumTest { function test() { @@ -12,5 +12,3 @@ class ActiveButtonTestCase extends SeleniumTestCase $this->assertText("label1", "Button 1 was clicked using callback!"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveCheckBoxListTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveCheckBoxListTestCase.php index 03081f9e..312b8443 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveCheckBoxListTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveCheckBoxListTestCase.php @@ -1,12 +1,9 @@ <?php -class ActiveCheckBoxListTestCase extends SeleniumTestCase +class ActiveCheckBoxListTestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on radio buttons - $this->skipBrowsers(self::OPERA); - $this->open("active-controls/index.php?page=TActiveCheckBoxListTest"); $this->verifyTextPresent("TActiveCheckBoxList Test Case"); @@ -56,5 +53,3 @@ class ActiveCheckBoxListTestCase extends SeleniumTestCase } } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveCheckBoxTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveCheckBoxTestCase.php index ce2ce430..6f235273 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveCheckBoxTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveCheckBoxTestCase.php @@ -1,12 +1,9 @@ <?php -class ActiveCheckBoxTestCase extends SeleniumTestCase +class ActiveCheckBoxTestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on checkboxes - $this->skipBrowsers(self::OPERA); - $this->open("active-controls/index.php?page=ActiveCheckBoxTest"); $this->verifyTextPresent("Active CheckBox Test"); @@ -60,5 +57,3 @@ class ActiveCheckBoxTestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveControlExpressTagTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveControlExpressTagTestCase.php index 0cf7d927..75b86e19 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveControlExpressTagTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveControlExpressTagTestCase.php @@ -1,6 +1,6 @@ <?php -class ActiveControlExpressionTagTestCase extends SeleniumTestCase +class ActiveControlExpressionTagTestCase extends PradoGenericSeleniumTest { function test() { @@ -16,5 +16,3 @@ class ActiveControlExpressionTagTestCase extends SeleniumTestCase $this->assertText('contents', 'Text box content: Hello world'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveDatePickerTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveDatePickerTestCase.php index f5915634..769dd356 100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveDatePickerTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveDatePickerTestCase.php @@ -1,5 +1,5 @@ <?php -class ActiveDatePickerTestCase extends SeleniumTestCase +class ActiveDatePickerTestCase extends PradoGenericSeleniumTest { function test() { @@ -116,5 +116,3 @@ class ActiveDatePickerTestCase extends SeleniumTestCase $this->verifyText("status3", date('m/Y', $dateToCheck)); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveDropDownListTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveDropDownListTestCase.php index 9dd210df..d365c784 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveDropDownListTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveDropDownListTestCase.php @@ -1,6 +1,6 @@ <?php -class ActiveDropDownListTestCase extends SeleniumTestCase +class ActiveDropDownListTestCase extends PradoGenericSeleniumTest { function test() { @@ -43,5 +43,3 @@ class ActiveDropDownListTestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveHiddenFieldTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveHiddenFieldTestCase.php index 259a6516..b8c02868 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveHiddenFieldTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveHiddenFieldTestCase.php @@ -1,6 +1,6 @@ <?php -class ActiveHiddenFieldTestCase extends SeleniumTestCase +class ActiveHiddenFieldTestCase extends PradoGenericSeleniumTest { function test() { @@ -20,5 +20,3 @@ class ActiveHiddenFieldTestCase extends SeleniumTestCase $this->assertText('ResponseLabel', $fieldEmpty.'|'.$fieldUsed); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveHyperLinkTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveHyperLinkTestCase.php index 6707a442..bfcdd206 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveHyperLinkTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveHyperLinkTestCase.php @@ -1,6 +1,6 @@ <?php -class ActiveHyperLinkTestCase extends SeleniumTestCase +class ActiveHyperLinkTestCase extends PradoGenericSeleniumTest { function test() { @@ -14,5 +14,3 @@ class ActiveHyperLinkTestCase extends SeleniumTestCase $this->assertText("link1", "Pradosoft.com"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveImageButtonTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveImageButtonTestCase.php index 477f7fea..2989ab27 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveImageButtonTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveImageButtonTestCase.php @@ -1,6 +1,6 @@ <?php -class ActiveImageButtonTestCase extends SeleniumTestCase +class ActiveImageButtonTestCase extends PradoGenericSeleniumTest { function test() { @@ -13,5 +13,3 @@ class ActiveImageButtonTestCase extends SeleniumTestCase $this->assertTextPresent("regexp:Image clicked at x=\d+, y=\d+"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveLinkButtonTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveLinkButtonTestCase.php index 7024acd2..88cdf15e 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveLinkButtonTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveLinkButtonTestCase.php @@ -1,6 +1,6 @@ <?php -class ActiveLinkButtonTestCase extends SeleniumTestCase +class ActiveLinkButtonTestCase extends PradoGenericSeleniumTest { function test() { @@ -12,5 +12,3 @@ class ActiveLinkButtonTestCase extends SeleniumTestCase $this->assertText("label1", "Button 1 was clicked using callback!"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveListBoxMasterTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveListBoxMasterTestCase.php index 116dd4ad..555d9b25 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveListBoxMasterTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveListBoxMasterTestCase.php @@ -1,6 +1,6 @@ <?php -class ActiveListBoxMasterTestCase extends SeleniumTestCase +class ActiveListBoxMasterTestCase extends PradoGenericSeleniumTest { function test() { @@ -45,5 +45,4 @@ class ActiveListBoxMasterTestCase extends SeleniumTestCase $this->pause(800); $this->assertText($base.'label1', 'Selection: value 1, value 4'); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveListBoxTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveListBoxTestCase.php index 78dbd77e..9976211b 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveListBoxTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveListBoxTestCase.php @@ -1,6 +1,6 @@ <?php -class ActiveListBoxTestCase extends SeleniumTestCase +class ActiveListBoxTestCase extends PradoGenericSeleniumTest { function test() { @@ -43,5 +43,4 @@ class ActiveListBoxTestCase extends SeleniumTestCase $this->pause(800); $this->assertText('label1', 'Selection: value 1, value 4'); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActivePanelTestCase.php b/tests/FunctionalTests/active-controls/tests/ActivePanelTestCase.php index 4c8fd3c6..9b069a14 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActivePanelTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActivePanelTestCase.php @@ -1,6 +1,6 @@ <?php -class ActivePanelTestCase extends SeleniumTestCase +class ActivePanelTestCase extends PradoGenericSeleniumTest { function test() { @@ -12,5 +12,3 @@ class ActivePanelTestCase extends SeleniumTestCase $this->assertTextPresent("Something lalala"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php index 45078830..b0942ffa 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php @@ -1,12 +1,9 @@ <?php -class ActiveRadioButtonListTestCase extends SeleniumTestCase +class ActiveRadioButtonListTestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on radio buttons - $this->skipBrowsers(self::OPERA); - $this->open("active-controls/index.php?page=ActiveRadioButtonListTest"); $this->verifyTextPresent("TActiveRadioButtonList Test Case"); @@ -46,5 +43,3 @@ class ActiveRadioButtonListTestCase extends SeleniumTestCase } } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonTestCase.php index 2991da9b..fceb2e21 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonTestCase.php @@ -1,12 +1,9 @@ <?php -class ActiveRadioButtonTestCase extends SeleniumTestCase +class ActiveRadioButtonTestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on radio buttons - $this->skipBrowsers(self::OPERA); - $this->open("active-controls/index.php?page=ActiveRadioButtonTest"); $this->verifyTextPresent("Active Radio Button Test"); $this->assertText('label1', 'Label 1'); @@ -53,5 +50,4 @@ class ActiveRadioButtonTestCase extends SeleniumTestCase } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/AutoCompleteTestCase.php b/tests/FunctionalTests/active-controls/tests/AutoCompleteTestCase.php index 08ffe453..063e3d08 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/AutoCompleteTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/AutoCompleteTestCase.php @@ -1,11 +1,10 @@ <?php -class AutoCompleteTestCase extends SeleniumTestCase +class AutoCompleteTestCase extends PradoGenericSeleniumTest { function test() { $this->disabled(); - $this->skipBrowsers(self::INTERNET_EXPLORER); $this->open("active-controls/index.php?page=AutoCompleteTest"); $this->verifyTextPresent("TAutoComplete Test"); @@ -45,5 +44,3 @@ class AutoCompleteTestCase extends SeleniumTestCase $this->assertText("label1", "Label 1: Cuba,Mexico"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/CalculatorTestCase.php b/tests/FunctionalTests/active-controls/tests/CalculatorTestCase.php index 2fb28224..1a6347f9 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/CalculatorTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/CalculatorTestCase.php @@ -1,6 +1,6 @@ <?php -class CalculatorTestCase extends SeleniumTestCase +class CalculatorTestCase extends PradoGenericSeleniumTest { function test() { @@ -20,5 +20,3 @@ class CalculatorTestCase extends SeleniumTestCase $this->assertValue("c", "7"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php b/tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php index c733a7fd..76d8b9af 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php @@ -1,10 +1,9 @@ <?php -class CallbackAdapterTestCase extends SeleniumTestCase +class CallbackAdapterTestCase extends PradoGenericSeleniumTest { function test() { - $this->skipBrowsers(self::INTERNET_EXPLORER); $this->open("active-controls/index.php?page=ControlAdapterTest"); $this->assertTextPresent('Control Adapter - State Tracking Tests'); @@ -32,8 +31,6 @@ class CallbackAdapterTestCase extends SeleniumTestCase function testIE() { - $this->targetBrowsers(self::INTERNET_EXPLORER); - $this->open("active-controls/index.php?page=ControlAdapterTest"); $this->assertTextPresent('Control Adapter - State Tracking Tests'); @@ -58,5 +55,3 @@ class CallbackAdapterTestCase extends SeleniumTestCase $this->assertAlert('ok'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/CallbackOptionsTestCase.php b/tests/FunctionalTests/active-controls/tests/CallbackOptionsTestCase.php index 39fa5ec9..d1f48cf3 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/CallbackOptionsTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/CallbackOptionsTestCase.php @@ -1,6 +1,6 @@ <?php -class CallbackOptionsTestCase extends SeleniumTestCase +class CallbackOptionsTestCase extends PradoGenericSeleniumTest { function test() { @@ -30,5 +30,3 @@ class CallbackOptionsTestCase extends SeleniumTestCase $this->assertText("label3", "Button 3 has returned"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php b/tests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php index 59bc2e93..7e38423e 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php @@ -1,6 +1,6 @@ <?php -class CustomTemplateTestCase extends SeleniumTestCase +class CustomTemplateTestCase extends PradoGenericSeleniumTest { function test() { @@ -18,5 +18,3 @@ class CustomTemplateTestCase extends SeleniumTestCase $this->assertText('label1', 'Button 1 was clicked Foo Bar! using callback!... and this is the textbox text: Foo Bar!'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/DelayedCallbackTestCase.php b/tests/FunctionalTests/active-controls/tests/DelayedCallbackTestCase.php index c5367612..841de5aa 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/DelayedCallbackTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/DelayedCallbackTestCase.php @@ -1,6 +1,6 @@ <?php -class DelayedCallbackTestCase extends SeleniumTestCase +class DelayedCallbackTestCase extends PradoGenericSeleniumTest { function test() { @@ -18,5 +18,3 @@ class DelayedCallbackTestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/EventTriggerTestCase.php b/tests/FunctionalTests/active-controls/tests/EventTriggerTestCase.php index dc10bd28..30678786 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/EventTriggerTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/EventTriggerTestCase.php @@ -1,6 +1,6 @@ <?php -class EventTriggerTestCase extends SeleniumTestCase +class EventTriggerTestCase extends PradoGenericSeleniumTest { function test() { @@ -18,5 +18,3 @@ class EventTriggerTestCase extends SeleniumTestCase $this->assertText('label1', 'text 1 focused'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/NestedActiveControlsTestCase.php b/tests/FunctionalTests/active-controls/tests/NestedActiveControlsTestCase.php index f19773ff..e2ceb33e 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/NestedActiveControlsTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/NestedActiveControlsTestCase.php @@ -1,6 +1,6 @@ <?php -class NestedActiveControlsTestCase extends SeleniumTestCase +class NestedActiveControlsTestCase extends PradoGenericSeleniumTest { function test() { @@ -22,5 +22,3 @@ class NestedActiveControlsTestCase extends SeleniumTestCase $this->assertText("label3", "Label 3: Button 1 Clicked"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/PopulateListTestCase.php b/tests/FunctionalTests/active-controls/tests/PopulateListTestCase.php index 25a6fde5..adb5a3a5 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/PopulateListTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/PopulateListTestCase.php @@ -1,6 +1,6 @@ <?php -class PopulateListTestCase extends SeleniumTestCase +class PopulateListTestCase extends PradoGenericSeleniumTest { function test() { @@ -21,5 +21,3 @@ class PopulateListTestCase extends SeleniumTestCase $this->assertText("label1", "list2: Prado"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/PostLoadingTestCase.php b/tests/FunctionalTests/active-controls/tests/PostLoadingTestCase.php index 0fa95b4d..21a5128d 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/PostLoadingTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/PostLoadingTestCase.php @@ -1,6 +1,6 @@ <?php -class PostLoadingTestCase extends SeleniumTestCase +class PostLoadingTestCase extends PradoGenericSeleniumTest { function test() { @@ -18,5 +18,3 @@ class PostLoadingTestCase extends SeleniumTestCase $this->assertTextPresent('Result is Hello World'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ReplaceContentTestCase.php b/tests/FunctionalTests/active-controls/tests/ReplaceContentTestCase.php index 910b1063..fc1d2c28 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ReplaceContentTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ReplaceContentTestCase.php @@ -1,10 +1,9 @@ <?php -class ReplaceContentTestCase extends SeleniumTestCase +class ReplaceContentTestCase extends PradoGenericSeleniumTest { function test() { - $this->skipBrowsers(self::INTERNET_EXPLORER); $this->open('active-controls/index.php?page=ReplaceContentTest'); $this->assertTextPresent('Callback Replace Content Test'); @@ -48,8 +47,6 @@ class ReplaceContentTestCase extends SeleniumTestCase function testIE() { - $this->targetBrowsers(self::INTERNET_EXPLORER); - $this->open('active-controls/index.php?page=ReplaceContentTest'); $this->assertTextPresent('Callback Replace Content Test'); @@ -91,5 +88,3 @@ class ReplaceContentTestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/TextBoxCallbackTestCase.php b/tests/FunctionalTests/active-controls/tests/TextBoxCallbackTestCase.php index 6e5a06be..14d575fe 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/TextBoxCallbackTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/TextBoxCallbackTestCase.php @@ -1,6 +1,6 @@ <?php -class TextBoxCallbackTestCase extends SeleniumTestCase +class TextBoxCallbackTestCase extends PradoGenericSeleniumTest { function test() { @@ -13,5 +13,3 @@ class TextBoxCallbackTestCase extends SeleniumTestCase $this->assertText("label1", "Label 1: hello!"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php b/tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php index 0fa0c982..ffc1ac72 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php @@ -1,6 +1,6 @@ <?php -class TextBoxGroupValidationTestCase extends SeleniumTestCase +class TextBoxGroupValidationTestCase extends PradoGenericSeleniumTest { function test() { @@ -20,5 +20,3 @@ class TextBoxGroupValidationTestCase extends SeleniumTestCase $this->assertValue('City', 'City: Sydney Zip: 2000'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/TimeTriggeredCallbackTestCase.php b/tests/FunctionalTests/active-controls/tests/TimeTriggeredCallbackTestCase.php index 675e3311..de0ecad8 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/TimeTriggeredCallbackTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/TimeTriggeredCallbackTestCase.php @@ -1,6 +1,6 @@ <?php -class TimeTriggeredCallbackTestCase extends SeleniumTestCase +class TimeTriggeredCallbackTestCase extends PradoGenericSeleniumTest { function test() { @@ -17,5 +17,3 @@ class TimeTriggeredCallbackTestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/tests/ValueTriggerCallbackTestCase.php b/tests/FunctionalTests/active-controls/tests/ValueTriggerCallbackTestCase.php index 5d2e954c..5113cc92 100644..100755 --- a/tests/FunctionalTests/active-controls/tests/ValueTriggerCallbackTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ValueTriggerCallbackTestCase.php @@ -1,6 +1,6 @@ <?php -class ValueTriggerTestCase extends SeleniumTestCase +class ValueTriggerTestCase extends PradoGenericSeleniumTest { function test() { @@ -18,5 +18,3 @@ class ValueTriggerTestCase extends SeleniumTestCase $this->assertText('label1', 'Old = test : New Value = more'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controlstests/ActiveRatingListTestCase.php b/tests/FunctionalTests/active-controlstests/ActiveRatingListTestCase.php index 921543cd..8034d6b2 100644..100755 --- a/tests/FunctionalTests/active-controlstests/ActiveRatingListTestCase.php +++ b/tests/FunctionalTests/active-controlstests/ActiveRatingListTestCase.php @@ -19,7 +19,7 @@ * * Modifications: */ -class ActiveRatingListTestCase extends SeleniumTestCase +class ActiveRatingListTestCase extends PradoGenericSeleniumTest { function testCheckBoxes() { @@ -249,5 +249,4 @@ class ActiveRatingListTestCase extends SeleniumTestCase $this->assertNotChecked("{$clientID}_c{$i}"); } } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/active.php b/tests/FunctionalTests/active.php deleted file mode 100755 index f8776c2e..00000000 --- a/tests/FunctionalTests/active.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -require('../test_tools/functional_tests.php'); - -$tester=new PradoFunctionalTester(dirname(__FILE__).'/active-controls/tests'); -$tester->run(new SimpleReporter()); - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features.php b/tests/FunctionalTests/features.php deleted file mode 100644 index 9005db14..00000000 --- a/tests/FunctionalTests/features.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -require('../test_tools/functional_tests.php'); - -$tester=new PradoFunctionalTester(dirname(__FILE__).'/features/tests'); -$tester->run(new SimpleReporter()); - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/assets/.gitignore b/tests/FunctionalTests/features/assets/.gitignore index d6b7ef32..d6b7ef32 100644..100755 --- a/tests/FunctionalTests/features/assets/.gitignore +++ b/tests/FunctionalTests/features/assets/.gitignore diff --git a/tests/FunctionalTests/features/index.php b/tests/FunctionalTests/features/index.php index fe127639..77ddf367 100644..100755 --- a/tests/FunctionalTests/features/index.php +++ b/tests/FunctionalTests/features/index.php @@ -4,5 +4,3 @@ require_once(dirname(__FILE__).'/../../../framework/prado.php'); $app=new TApplication; $app->run(); - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/application.xml b/tests/FunctionalTests/features/protected/application.xml index 9153f3f7..9153f3f7 100644..100755 --- a/tests/FunctionalTests/features/protected/application.xml +++ b/tests/FunctionalTests/features/protected/application.xml diff --git a/tests/FunctionalTests/features/protected/controls/LabeledTextBox.tpl b/tests/FunctionalTests/features/protected/controls/LabeledTextBox.tpl index 276d03b2..276d03b2 100644..100755 --- a/tests/FunctionalTests/features/protected/controls/LabeledTextBox.tpl +++ b/tests/FunctionalTests/features/protected/controls/LabeledTextBox.tpl diff --git a/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php b/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php index ef36863b..6a95407d 100644..100755 --- a/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php +++ b/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php @@ -22,4 +22,3 @@ class LabeledTextBox extends TTemplateControl } } -?> diff --git a/tests/FunctionalTests/features/protected/controls/Layout.php b/tests/FunctionalTests/features/protected/controls/Layout.php index f60a9a18..0ac4d6b3 100644..100755 --- a/tests/FunctionalTests/features/protected/controls/Layout.php +++ b/tests/FunctionalTests/features/protected/controls/Layout.php @@ -4,5 +4,3 @@ class Layout extends TTemplateControl { } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/controls/Layout.tpl b/tests/FunctionalTests/features/protected/controls/Layout.tpl index dbd433b8..dbd433b8 100644..100755 --- a/tests/FunctionalTests/features/protected/controls/Layout.tpl +++ b/tests/FunctionalTests/features/protected/controls/Layout.tpl diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.page b/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.page index 9f17d4ed..9f17d4ed 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.page +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.page diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.php b/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.php index 322f4db7..d33ee43b 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.php +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.php @@ -40,4 +40,3 @@ class ActiveControl extends TPage return self::$_colors[rand(0,count(self::$_colors)-1)]; } } -?> diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/AutoComplete.page b/tests/FunctionalTests/features/protected/pages/ActiveControls/AutoComplete.page index b98874cb..b98874cb 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ActiveControls/AutoComplete.page +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/AutoComplete.page diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/AutoComplete.php b/tests/FunctionalTests/features/protected/pages/ActiveControls/AutoComplete.php index ac08e4ed..c13cda9b 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ActiveControls/AutoComplete.php +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/AutoComplete.php @@ -30,5 +30,3 @@ class AutoComplete extends TPage return $list; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator.page b/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator.page index f0021299..f0021299 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator.page +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator.page diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator.php b/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator.php index 7afd1d59..86cb3e9b 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator.php +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator.php @@ -11,5 +11,3 @@ class Calculator extends TPage $this->c->Text = floatval($this->a->Text) + floatval($this->b->Text); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator2.page b/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator2.page index ca141c60..ca141c60 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator2.page +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator2.page diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator2.php b/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator2.php index 3789a3f9..8d184cb9 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator2.php +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/Calculator2.php @@ -16,5 +16,3 @@ class Calculator2 extends TPage $this->panel1->renderControl($param->Output); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.page b/tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.page index a8cb3c27..a8cb3c27 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.page +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.page diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.php b/tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.php index 1b1d0cbc..e01e1c0a 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.php +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/VisibleUpdate.php @@ -32,5 +32,3 @@ class VisibleUpdate extends TPage " and Button 2 was ".($this->button2->Enabled ? 'enabled' : 'disabled'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/config.xml b/tests/FunctionalTests/features/protected/pages/ActiveControls/config.xml index 37988c44..37988c44 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ActiveControls/config.xml +++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/config.xml diff --git a/tests/FunctionalTests/features/protected/pages/ClientScripts.page b/tests/FunctionalTests/features/protected/pages/ClientScripts.page index 18aca48b..18aca48b 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ClientScripts.page +++ b/tests/FunctionalTests/features/protected/pages/ClientScripts.page diff --git a/tests/FunctionalTests/features/protected/pages/ColorPicker.page b/tests/FunctionalTests/features/protected/pages/ColorPicker.page index 3d8c46db..3d8c46db 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ColorPicker.page +++ b/tests/FunctionalTests/features/protected/pages/ColorPicker.page diff --git a/tests/FunctionalTests/features/protected/pages/FeatureList.page b/tests/FunctionalTests/features/protected/pages/FeatureList.page index ef25ccb9..ef25ccb9 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/FeatureList.page +++ b/tests/FunctionalTests/features/protected/pages/FeatureList.page diff --git a/tests/FunctionalTests/features/protected/pages/FeatureList.php b/tests/FunctionalTests/features/protected/pages/FeatureList.php index 8f28f6de..e5fad8d0 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/FeatureList.php +++ b/tests/FunctionalTests/features/protected/pages/FeatureList.php @@ -30,5 +30,3 @@ class FeatureList extends TPage return $list; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/FocusControl.page b/tests/FunctionalTests/features/protected/pages/FocusControl.page index af414c3a..af414c3a 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/FocusControl.page +++ b/tests/FunctionalTests/features/protected/pages/FocusControl.page diff --git a/tests/FunctionalTests/features/protected/pages/FocusControl.php b/tests/FunctionalTests/features/protected/pages/FocusControl.php index e534a92a..ef57a25b 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/FocusControl.php +++ b/tests/FunctionalTests/features/protected/pages/FocusControl.php @@ -13,5 +13,3 @@ class FocusControl extends TPage } } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.page b/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.page index e13eecf2..e13eecf2 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.page +++ b/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.page diff --git a/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php b/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php index 929e2f17..d4a98e26 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php +++ b/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php @@ -22,7 +22,7 @@ class BasicI18N extends TPage * @version $Revision: 1.66 $ $Date: ${DATE} ${TIME} $ * @package ${package} *//* -class BasicI18NTestCase extends SeleniumTestCase +class BasicI18NTestCase extends PradoGenericSeleniumTest { function setup() { @@ -41,5 +41,4 @@ class BasicI18NTestCase extends SeleniumTestCase $this->verifyTextPresent("Many things.", ""); } } -*/ -?>
\ No newline at end of file +*/
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/I18N/Home.page b/tests/FunctionalTests/features/protected/pages/I18N/Home.page index 9a49e3a2..9a49e3a2 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/I18N/Home.page +++ b/tests/FunctionalTests/features/protected/pages/I18N/Home.page diff --git a/tests/FunctionalTests/features/protected/pages/I18N/Home.zh_CN.page b/tests/FunctionalTests/features/protected/pages/I18N/Home.zh_CN.page index 1b931cc2..1b931cc2 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/I18N/Home.zh_CN.page +++ b/tests/FunctionalTests/features/protected/pages/I18N/Home.zh_CN.page diff --git a/tests/FunctionalTests/features/protected/pages/I18N/config.xml b/tests/FunctionalTests/features/protected/pages/I18N/config.xml index 25e26ac5..25e26ac5 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/I18N/config.xml +++ b/tests/FunctionalTests/features/protected/pages/I18N/config.xml diff --git a/tests/FunctionalTests/features/protected/pages/I18N/messages/.gitignore b/tests/FunctionalTests/features/protected/pages/I18N/messages/.gitignore index e69de29b..e69de29b 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/I18N/messages/.gitignore +++ b/tests/FunctionalTests/features/protected/pages/I18N/messages/.gitignore diff --git a/tests/FunctionalTests/features/protected/pages/MyJavascriptLib.php b/tests/FunctionalTests/features/protected/pages/MyJavascriptLib.php index 72e6061e..a3c4d5e4 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/MyJavascriptLib.php +++ b/tests/FunctionalTests/features/protected/pages/MyJavascriptLib.php @@ -28,5 +28,3 @@ class MyJavascriptLib extends TComponent $this->_manager->registerScriptFile($url,$url); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/RatingList.page b/tests/FunctionalTests/features/protected/pages/RatingList.page index 909180c7..909180c7 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/RatingList.page +++ b/tests/FunctionalTests/features/protected/pages/RatingList.page diff --git a/tests/FunctionalTests/features/protected/pages/TestComp.php b/tests/FunctionalTests/features/protected/pages/TestComp.php index 0358357a..b70a4911 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/TestComp.php +++ b/tests/FunctionalTests/features/protected/pages/TestComp.php @@ -16,5 +16,3 @@ class TestComp extends TControl MyJavascriptLib::registerPackage($this,$this->_class); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page b/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page index 78c66365..78c66365 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page +++ b/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page diff --git a/tests/FunctionalTests/features/protected/pages/myscripts/packages.php b/tests/FunctionalTests/features/protected/pages/myscripts/packages.php index e39199f9..a5666551 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/myscripts/packages.php +++ b/tests/FunctionalTests/features/protected/pages/myscripts/packages.php @@ -6,5 +6,3 @@ $deps['test'] = array('test'); $deps['test2'] = array('test'); return array($packages,$deps); - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/runtime/.gitignore b/tests/FunctionalTests/features/protected/runtime/.gitignore index d6b7ef32..d6b7ef32 100644..100755 --- a/tests/FunctionalTests/features/protected/runtime/.gitignore +++ b/tests/FunctionalTests/features/protected/runtime/.gitignore diff --git a/tests/FunctionalTests/features/tests/MyTestCase.php b/tests/FunctionalTests/features/tests/MyTestCase.php index 43a4762d..92b0886a 100644..100755 --- a/tests/FunctionalTests/features/tests/MyTestCase.php +++ b/tests/FunctionalTests/features/tests/MyTestCase.php @@ -1,19 +1,10 @@ <?php -class MyTestCase extends SeleniumTestCase +class MyTestCase extends PradoGenericSeleniumTest { function test1() { $this->open('http://127.0.0.1'); $this->assertTextNotPresent('asd'); } - - function test2() - { - $this->skipBrowsers(self::FIREFOX); - $this->open('http://127.0.0.1'); - $this->assertTextNotPresent('asd'); - } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/index.php b/tests/FunctionalTests/index.php deleted file mode 100644 index 128e80e3..00000000 --- a/tests/FunctionalTests/index.php +++ /dev/null @@ -1,17 +0,0 @@ -<html> -<head> -<title> -Prado Functional Test Suites -</title> -</head> -<body> -<h1>Prado Functional Test Suites</h1> -<ul> - <li><a href="quickstart.php">Tests of QuickStart Tutorial Demo</a></li> - <li><a href="validators.php">Tests of Validators</a> (<a href="validators/index.php">list of test samples</a>)</li> - <li><a href="active.php">Tests of Active Controls</a> (<a href="active-controls/index.php">list of test samples</a>) </li> - <li><a href="tickets.php">Tests of Trac Tickets and Goggle Code Issues</a> (<a href="tickets/index.php">list of Test Samples</a>)</li> - <li><a href="features.php">Tests of New Features</a> (<a href="features/index.php">list of new features</a>)</li> -</ul> -</body> -</html> diff --git a/tests/FunctionalTests/quickstart.php b/tests/FunctionalTests/quickstart.php deleted file mode 100755 index 3493a907..00000000 --- a/tests/FunctionalTests/quickstart.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -require('../test_tools/functional_tests.php'); - -$tester=new PradoFunctionalTester(dirname(__FILE__).'/quickstart'); -$tester->run(new SimpleReporter()); - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php b/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php index 408776f3..03861440 100644..100755 --- a/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php @@ -1,6 +1,6 @@ <?php //$Id: ActiveButtonTestCase.php 3187 2012-07-12 11:21:01Z ctrlaltca $ -class ActiveButtonTestCase extends SeleniumTestCase +class QuickstartActiveButtonTestCase extends PradoGenericSeleniumTest { function test () { @@ -34,5 +34,3 @@ class ActiveButtonTestCase extends SeleniumTestCase $this->verifyElementPresent("//input[@type='submit' and @value=\"I'm clicked using callback\"]", ""); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php index 15a3c798..4f210608 100644..100755 --- a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php +++ b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php @@ -1,7 +1,7 @@ <?php //$Id: ActiveCheckBoxTestCase.php 3187 2012-07-12 11:21:01Z ctrlaltca $ -class ActiveCheckBoxTestCase extends SeleniumTestCase +class QuickstartActiveCheckBoxTestCase extends PradoGenericSeleniumTest { function test () { @@ -54,5 +54,3 @@ class ActiveCheckBoxTestCase extends SeleniumTestCase $this->assertChecked("//input[@name='ctl0\$body\$CheckBox2']"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php index 4b81e872..967842b0 100644..100755 --- a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php +++ b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php @@ -1,6 +1,6 @@ <?php //$Id: ActiveButtonTestCase.php 1405 2006-09-10 01:03:56Z wei $ -class ActiveCustomValidatorTestCase extends SeleniumTestCase +class QuickstartActiveCustomValidatorTestCase extends PradoGenericSeleniumTest { function test () { @@ -30,5 +30,3 @@ class ActiveCustomValidatorTestCase extends SeleniumTestCase $this->assertNotVisible($base.'validator1'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Advanced/I18N.php b/tests/FunctionalTests/quickstart/Advanced/I18N.php index fb8aa710..726501ce 100644..100755 --- a/tests/FunctionalTests/quickstart/Advanced/I18N.php +++ b/tests/FunctionalTests/quickstart/Advanced/I18N.php @@ -1,7 +1,7 @@ <?php //New Test -class I18NTestCase extends SeleniumTestCase +class QuickstartI18NTestCase extends PradoGenericSeleniumTest { function test () { @@ -50,5 +50,3 @@ class I18NTestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php b/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php index e1987e38..0b272428 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php @@ -1,6 +1,6 @@ <?php -class BulletedListTestCase extends SeleniumTestCase +class QuickstartBulletedListTestCase extends PradoGenericSeleniumTest { function test() { @@ -34,5 +34,3 @@ class BulletedListTestCase extends SeleniumTestCase $this->verifyTextPresent("You clicked amazon : http://www.amazon.com/.", ""); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php index ca079c14..ad84e1d0 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php @@ -1,6 +1,6 @@ <?php -class ButtonTestCase extends SeleniumTestCase +class QuickstartButtonTestCase extends PradoGenericSeleniumTest { function test () { @@ -31,5 +31,3 @@ class ButtonTestCase extends SeleniumTestCase $this->verifyNotVisible('ctl0_body_ctl3'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/CheckBoxListTestCase.php b/tests/FunctionalTests/quickstart/Controls/CheckBoxListTestCase.php index 01db9da7..242bc815 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/CheckBoxListTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/CheckBoxListTestCase.php @@ -1,7 +1,7 @@ <?php //New Test -class CheckBoxListTestCase extends SeleniumTestCase +class QuickstartCheckBoxListTestCase extends PradoGenericSeleniumTest { function test () { @@ -50,5 +50,3 @@ class CheckBoxListTestCase extends SeleniumTestCase $this->verifyNotVisible('ctl0_body_ctl8'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php b/tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php index 4cd71bd4..57b50dd9 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php @@ -1,6 +1,6 @@ <?php -class CheckBoxTestCase extends SeleniumTestCase +class QuickstartCheckBoxTestCase extends PradoGenericSeleniumTest { function test () { @@ -51,5 +51,3 @@ class CheckBoxTestCase extends SeleniumTestCase // $this->verifyNotVisible('ctl0_body_ctl7'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php index 9eea13b8..57ee92ae 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php @@ -1,6 +1,6 @@ <?php -class DataGrid1TestCase extends SeleniumTestCase +class QuickstartDataGrid1TestCase extends PradoGenericSeleniumTest { function test() { @@ -27,5 +27,3 @@ class DataGrid1TestCase extends SeleniumTestCase $this->verifyAttribute("ctl0_body_DataGrid@cellpadding","2"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid2TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid2TestCase.php index 6573125a..0473d6d5 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/DataGrid2TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid2TestCase.php @@ -1,6 +1,6 @@ <?php -class DataGrid2TestCase extends SeleniumTestCase +class QuickstartDataGrid2TestCase extends PradoGenericSeleniumTest { function test() { @@ -47,5 +47,3 @@ class DataGrid2TestCase extends SeleniumTestCase $this->verifyTextPresent('Head First Design Patterns',''); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php index d342c791..47762d7d 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php @@ -1,6 +1,6 @@ <?php -class DataGrid3TestCase extends SeleniumTestCase +class QuickstartDataGrid3TestCase extends PradoGenericSeleniumTest { function test() { @@ -48,5 +48,3 @@ class DataGrid3TestCase extends SeleniumTestCase $this->verifyTextPresent("Extreme Programming Explained : Embrace Change",''); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid4TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid4TestCase.php index 0e554dea..9a212dd8 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/DataGrid4TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid4TestCase.php @@ -1,6 +1,6 @@ <?php -class DataGrid4TestCase extends SeleniumTestCase +class QuickstartDataGrid4TestCase extends PradoGenericSeleniumTest { function test() { @@ -26,5 +26,3 @@ class DataGrid4TestCase extends SeleniumTestCase $this->verifyAttribute('ctl0_body_DataGrid_ctl4_ctl5@checked','regexp:false|null'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid5TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid5TestCase.php index c602ddf1..f854d44c 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/DataGrid5TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid5TestCase.php @@ -1,6 +1,6 @@ <?php -class DataGrid5TestCase extends SeleniumTestCase +class QuickstartDataGrid5TestCase extends PradoGenericSeleniumTest { function test() { @@ -111,5 +111,3 @@ class DataGrid5TestCase extends SeleniumTestCase $this->verifyTextNotPresent('ITN018',''); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid6TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid6TestCase.php index 1bf00aff..c6fba20f 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/DataGrid6TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid6TestCase.php @@ -1,6 +1,6 @@ <?php -class DataGrid6TestCase extends SeleniumTestCase +class QuickstartDataGrid6TestCase extends PradoGenericSeleniumTest { function test() { @@ -46,5 +46,3 @@ class DataGrid6TestCase extends SeleniumTestCase $this->verifyTextNotPresent('ITN006',''); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php index 4a42bf7b..4ff6478a 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php @@ -1,6 +1,6 @@ <?php -class DataList1TestCase extends SeleniumTestCase +class QuickstartDataList1TestCase extends PradoGenericSeleniumTest { function test() { @@ -22,5 +22,3 @@ class DataList1TestCase extends SeleniumTestCase $this->verifyElementPresent("//td[@align='right']"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php index 4d91e409..4fb3743e 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php @@ -1,6 +1,6 @@ <?php -class DataList2TestCase extends SeleniumTestCase +class QuickstartDataList2TestCase extends PradoGenericSeleniumTest { function test() { @@ -57,5 +57,3 @@ class DataList2TestCase extends SeleniumTestCase $this->verifyTextPresent("Monitor ", ""); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php b/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php index ebd0b5e7..e374de1d 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php @@ -1,6 +1,6 @@ <?php -class DropDownListTestCase extends SeleniumTestCase +class QuickstartDropDownListTestCase extends PradoGenericSeleniumTest { function test () { @@ -63,5 +63,3 @@ class DropDownListTestCase extends SeleniumTestCase $this->verifyNotVisible('ctl0_body_ctl8'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/ExpressionTestCase.php b/tests/FunctionalTests/quickstart/Controls/ExpressionTestCase.php index b474518d..4d47fecd 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/ExpressionTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ExpressionTestCase.php @@ -1,6 +1,6 @@ <?php -class ExpressionTestCase extends SeleniumTestCase +class QuickstartExpressionTestCase extends PradoGenericSeleniumTest { function test () { @@ -11,5 +11,3 @@ class ExpressionTestCase extends SeleniumTestCase $this->verifyTextPresent('PRADO QuickStart Sample'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php b/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php index 82d3ad24..caa7a893 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php @@ -1,6 +1,6 @@ <?php -class HtmlAreaTestCase extends SeleniumTestCase +class QuickstartHtmlAreaTestCase extends PradoGenericSeleniumTest { function test () { @@ -11,5 +11,3 @@ class HtmlAreaTestCase extends SeleniumTestCase // can't perform any test } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/HyperLinkTestCase.php b/tests/FunctionalTests/quickstart/Controls/HyperLinkTestCase.php index 3b48e961..dc0261e7 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/HyperLinkTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/HyperLinkTestCase.php @@ -1,6 +1,6 @@ <?php -class HyperLinkTestCase extends SeleniumTestCase +class QuickstartHyperLinkTestCase extends PradoGenericSeleniumTest { function test () { @@ -13,5 +13,3 @@ class HyperLinkTestCase extends SeleniumTestCase $this->verifyElementPresent("//a[contains(text(),'Body contents')]"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php index 32568e59..bf531d72 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php @@ -1,6 +1,6 @@ <?php -class ImageButtonTestCase extends SeleniumTestCase +class QuickstartImageButtonTestCase extends PradoGenericSeleniumTest { function test () { @@ -26,5 +26,3 @@ class ImageButtonTestCase extends SeleniumTestCase $this->verifyNotVisible('ctl0_body_ctl2'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/ImageTestCase.php b/tests/FunctionalTests/quickstart/Controls/ImageTestCase.php index f203f6aa..19e80470 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/ImageTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ImageTestCase.php @@ -1,7 +1,7 @@ <?php //New Test -class ImageTestCase extends SeleniumTestCase +class QuickstartImageTestCase extends PradoGenericSeleniumTest { function test () { @@ -16,5 +16,3 @@ class ImageTestCase extends SeleniumTestCase //$this->verifyElementPresent("//img[contains(@src,'/hello_world.gif') and contains(@longdesc,'HelloWorld.html')]"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/LabelTestCase.php b/tests/FunctionalTests/quickstart/Controls/LabelTestCase.php index a2a02ff5..03bba8ed 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/LabelTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/LabelTestCase.php @@ -1,7 +1,7 @@ <?php //New Test -class LabelTestCase extends SeleniumTestCase +class QuickstartLabelTestCase extends PradoGenericSeleniumTest { function test () { @@ -19,5 +19,3 @@ class LabelTestCase extends SeleniumTestCase $this->type("ctl0\$body\$test", "test"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/LinkButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/LinkButtonTestCase.php index 1f33ba07..57e7b975 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/LinkButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/LinkButtonTestCase.php @@ -1,6 +1,6 @@ <?php -class LinkButtonTestCase extends SeleniumTestCase +class QuickstartLinkButtonTestCase extends PradoGenericSeleniumTest { function test () { @@ -30,5 +30,3 @@ class LinkButtonTestCase extends SeleniumTestCase $this->verifyNotVisible('ctl0_body_ctl4'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php b/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php index dcd048b5..bb1a8be0 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php @@ -1,7 +1,7 @@ <?php //New Test -class ListBoxTestCase extends SeleniumTestCase +class QuickstartListBoxTestCase extends PradoGenericSeleniumTest { function test () { @@ -80,5 +80,3 @@ class ListBoxTestCase extends SeleniumTestCase $this->verifyNotVisible('ctl0_body_ctl12'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php b/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php index 080af26d..4a31a0be 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php @@ -1,6 +1,6 @@ <?php -class MultiViewTestCase extends SeleniumTestCase +class QuickstartMultiViewTestCase extends PradoGenericSeleniumTest { function test () { @@ -35,5 +35,3 @@ class MultiViewTestCase extends SeleniumTestCase $this->verifySelected('ctl0$body$DropDownList', "label=Blue"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php b/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php index fac4160f..9ffbdcf6 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php @@ -1,6 +1,6 @@ <?php -class PagerTestCase extends SeleniumTestCase +class QuickstartPagerTestCase extends PradoGenericSeleniumTest { function test() { @@ -54,5 +54,3 @@ class PagerTestCase extends SeleniumTestCase $this->verifyTextNotPresent('ITN018',''); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/PanelTestCase.php b/tests/FunctionalTests/quickstart/Controls/PanelTestCase.php index 8d1e28fb..3def308b 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/PanelTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/PanelTestCase.php @@ -1,6 +1,6 @@ <?php -class PanelTestCase extends SeleniumTestCase +class QuickstartPanelTestCase extends PradoGenericSeleniumTest { function test () { @@ -14,5 +14,3 @@ class PanelTestCase extends SeleniumTestCase $this->verifyTextPresent("You have clicked on 'button2'."); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/RadioButtonListTestCase.php b/tests/FunctionalTests/quickstart/Controls/RadioButtonListTestCase.php index 6c179a24..659f20ff 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/RadioButtonListTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/RadioButtonListTestCase.php @@ -1,7 +1,7 @@ <?php //New Test -class RadioButtonListTestCase extends SeleniumTestCase +class QuickstartRadioButtonListTestCase extends PradoGenericSeleniumTest { function test () { @@ -50,5 +50,3 @@ class RadioButtonListTestCase extends SeleniumTestCase $this->verifyNotVisible('ctl0_body_ctl8'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/RadioButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/RadioButtonTestCase.php index 644d1c29..86a4bf86 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/RadioButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/RadioButtonTestCase.php @@ -1,6 +1,6 @@ <?php -class RadioButtonTestCase extends SeleniumTestCase +class QuickstartRadioButtonTestCase extends PradoGenericSeleniumTest { function test () { @@ -54,5 +54,3 @@ class RadioButtonTestCase extends SeleniumTestCase $this->verifyTextPresent("Your selection is 34"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Repeater1TestCase.php b/tests/FunctionalTests/quickstart/Controls/Repeater1TestCase.php index b2d51118..948055e1 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/Repeater1TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Repeater1TestCase.php @@ -1,6 +1,6 @@ <?php -class Repeater1TestCase extends SeleniumTestCase +class QuickstartRepeater1TestCase extends PradoGenericSeleniumTest { function test() { @@ -25,5 +25,3 @@ class Repeater1TestCase extends SeleniumTestCase $this->verifyElementPresent("//table[@cellpadding='2']"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Repeater2TestCase.php b/tests/FunctionalTests/quickstart/Controls/Repeater2TestCase.php index b592a135..7d989fd0 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/Repeater2TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Repeater2TestCase.php @@ -1,6 +1,6 @@ <?php -class Repeater2TestCase extends SeleniumTestCase +class QuickstartRepeater2TestCase extends PradoGenericSeleniumTest { function test() { @@ -33,5 +33,3 @@ class Repeater2TestCase extends SeleniumTestCase $this->verifyElementPresent("//tr[@id='ctl0_body_Repeater_ctl4_Repeater2_ctl2_Row']",""); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Repeater3TestCase.php b/tests/FunctionalTests/quickstart/Controls/Repeater3TestCase.php index e1922ffd..a5031af5 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/Repeater3TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Repeater3TestCase.php @@ -1,6 +1,6 @@ <?php -class Repeater3TestCase extends SeleniumTestCase +class QuickstartRepeater3TestCase extends PradoGenericSeleniumTest { function test() { @@ -33,5 +33,3 @@ class Repeater3TestCase extends SeleniumTestCase $this->verifyElementPresent("//td[text()='99.01']",''); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/StatementsTestCase.php b/tests/FunctionalTests/quickstart/Controls/StatementsTestCase.php index b8f322d7..a7c4c579 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/StatementsTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/StatementsTestCase.php @@ -1,6 +1,6 @@ <?php -class StatementsTestCase extends SeleniumTestCase +class QuickstartStatementsTestCase extends PradoGenericSeleniumTest { function test () { @@ -11,5 +11,3 @@ class StatementsTestCase extends SeleniumTestCase $this->verifyTextPresent('UniqueID is \'ctl0$body$ctl0\''); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/TabPanelTestCase.php b/tests/FunctionalTests/quickstart/Controls/TabPanelTestCase.php index 66417eda..d01e824d 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/TabPanelTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/TabPanelTestCase.php @@ -1,6 +1,6 @@ <?php -class TabPanelTestCase extends SeleniumTestCase +class QuickstartTabPanelTestCase extends PradoGenericSeleniumTest { function test () { @@ -45,5 +45,3 @@ class TabPanelTestCase extends SeleniumTestCase $this->verifyVisible('ctl0_body_ctl2'); // view 3 } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/TableTestCase.php b/tests/FunctionalTests/quickstart/Controls/TableTestCase.php index 7ea6fc39..128f4b22 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/TableTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/TableTestCase.php @@ -1,6 +1,6 @@ <?php -class TableTestCase extends SeleniumTestCase +class QuickstartTableTestCase extends PradoGenericSeleniumTest { function test () { @@ -16,5 +16,3 @@ class TableTestCase extends SeleniumTestCase $this->verifyElementPresent("//td[text()='Cell 1']"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/TextBoxTestCase.php b/tests/FunctionalTests/quickstart/Controls/TextBoxTestCase.php index 7bf46351..b17f9e9b 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/TextBoxTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/TextBoxTestCase.php @@ -1,6 +1,6 @@ <?php -class TextBoxTestCase extends SeleniumTestCase +class QuickstartTextBoxTestCase extends PradoGenericSeleniumTest { function test () { @@ -89,5 +89,3 @@ End of message $this->verifyNotVisible('ctl0_body_ctl15'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard1TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard1TestCase.php index 474529a6..5e7018c4 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/Wizard1TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard1TestCase.php @@ -1,6 +1,6 @@ <?php -class Wizard1TestCase extends SeleniumTestCase +class QuickstartWizard1TestCase extends PradoGenericSeleniumTest { function test () { @@ -22,5 +22,3 @@ class Wizard1TestCase extends SeleniumTestCase $this->verifyTextPresent('Wizard Step 2'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php index 3c49bfd8..a77280ff 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php @@ -1,6 +1,6 @@ <?php -class Wizard2TestCase extends SeleniumTestCase +class QuickstartWizard2TestCase extends PradoGenericSeleniumTest { function test () { @@ -22,5 +22,3 @@ class Wizard2TestCase extends SeleniumTestCase $this->verifyTextPresent('Thank you for your answer'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php index 04224bb4..ec0efe90 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php @@ -1,6 +1,6 @@ <?php -class Wizard3TestCase extends SeleniumTestCase +class QuickstartWizard3TestCase extends PradoGenericSeleniumTest { function test () { @@ -42,5 +42,3 @@ class Wizard3TestCase extends SeleniumTestCase $this->verifyTextPresent('Your favorite sport is: Baseball'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php index b2d757dc..3cbf1bd3 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php @@ -1,6 +1,6 @@ <?php -class Wizard4TestCase extends SeleniumTestCase +class QuickstartWizard4TestCase extends PradoGenericSeleniumTest { function test () { @@ -40,5 +40,3 @@ class Wizard4TestCase extends SeleniumTestCase $this->verifyTextPresent('Step 3 of 3'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php index 631167b9..debd8d43 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php @@ -1,6 +1,6 @@ <?php -class Wizard5TestCase extends SeleniumTestCase +class QuickstartWizard5TestCase extends PradoGenericSeleniumTest { function test () { @@ -33,5 +33,3 @@ class Wizard5TestCase extends SeleniumTestCase $this->verifyTextPresent('Your favorite sport is: Football'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php b/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php index 8803e352..3d531b47 100644..100755 --- a/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php +++ b/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php @@ -1,6 +1,6 @@ <?php -class HangmanTestCase extends SeleniumTestCase +class QuickstartHangmanTestCase extends PradoGenericSeleniumTest { function test () { @@ -30,5 +30,3 @@ class HangmanTestCase extends SeleniumTestCase $this->verifyTextPresent("maximum of 5", ""); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/selenium.css b/tests/FunctionalTests/selenium.css deleted file mode 100644 index e69de29b..00000000 --- a/tests/FunctionalTests/selenium.css +++ /dev/null diff --git a/tests/FunctionalTests/tickets.php b/tests/FunctionalTests/tickets.php deleted file mode 100644 index ef8b52d6..00000000 --- a/tests/FunctionalTests/tickets.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -require('../test_tools/functional_tests.php'); - -$tester=new PradoFunctionalTester(dirname(__FILE__).'/tickets/tests'); -$tester->run(new SimpleReporter()); - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/assets/.gitignore b/tests/FunctionalTests/tickets/assets/.gitignore index d6b7ef32..d6b7ef32 100644..100755 --- a/tests/FunctionalTests/tickets/assets/.gitignore +++ b/tests/FunctionalTests/tickets/assets/.gitignore diff --git a/tests/FunctionalTests/tickets/index.php b/tests/FunctionalTests/tickets/index.php index fe127639..77ddf367 100644..100755 --- a/tests/FunctionalTests/tickets/index.php +++ b/tests/FunctionalTests/tickets/index.php @@ -4,5 +4,3 @@ require_once(dirname(__FILE__).'/../../../framework/prado.php'); $app=new TApplication; $app->run(); - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/index700.php b/tests/FunctionalTests/tickets/index700.php index d35f789f..a49485d6 100644..100755 --- a/tests/FunctionalTests/tickets/index700.php +++ b/tests/FunctionalTests/tickets/index700.php @@ -4,5 +4,3 @@ require_once(dirname(__FILE__).'/../../../framework/prado.php'); $app=new TApplication('protected700/application.xml'); $app->run(); - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/application.xml b/tests/FunctionalTests/tickets/protected/application.xml index 113b8455..113b8455 100644..100755 --- a/tests/FunctionalTests/tickets/protected/application.xml +++ b/tests/FunctionalTests/tickets/protected/application.xml diff --git a/tests/FunctionalTests/tickets/protected/controls/ToggleImageButton.php b/tests/FunctionalTests/tickets/protected/controls/ToggleImageButton.php index 861a8e31..9aecda84 100644..100755 --- a/tests/FunctionalTests/tickets/protected/controls/ToggleImageButton.php +++ b/tests/FunctionalTests/tickets/protected/controls/ToggleImageButton.php @@ -43,5 +43,3 @@ class ToggleImageButtonState extends TEnumerable { const Down='Down'; const Up='Up'; } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/controls/down.gif b/tests/FunctionalTests/tickets/protected/controls/down.gif Binary files differindex 9f755b5d..9f755b5d 100644..100755 --- a/tests/FunctionalTests/tickets/protected/controls/down.gif +++ b/tests/FunctionalTests/tickets/protected/controls/down.gif diff --git a/tests/FunctionalTests/tickets/protected/controls/up.gif b/tests/FunctionalTests/tickets/protected/controls/up.gif Binary files differindex 7eeb4896..7eeb4896 100644..100755 --- a/tests/FunctionalTests/tickets/protected/controls/up.gif +++ b/tests/FunctionalTests/tickets/protected/controls/up.gif diff --git a/tests/FunctionalTests/tickets/protected/messages/en/messages.xml b/tests/FunctionalTests/tickets/protected/messages/en/messages.xml index 9b04d076..9b04d076 100644..100755 --- a/tests/FunctionalTests/tickets/protected/messages/en/messages.xml +++ b/tests/FunctionalTests/tickets/protected/messages/en/messages.xml diff --git a/tests/FunctionalTests/tickets/protected/pages/DActiveDropDownList2.php b/tests/FunctionalTests/tickets/protected/pages/DActiveDropDownList2.php index 532b17b0..4d354dcc 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/DActiveDropDownList2.php +++ b/tests/FunctionalTests/tickets/protected/pages/DActiveDropDownList2.php @@ -30,5 +30,3 @@ class DActiveDropDownList2 extends TActiveDropDownList $this->dataBind(); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/ExtendedToggleImageButton.php b/tests/FunctionalTests/tickets/protected/pages/ExtendedToggleImageButton.php index 5e7c8184..934efcef 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/ExtendedToggleImageButton.php +++ b/tests/FunctionalTests/tickets/protected/pages/ExtendedToggleImageButton.php @@ -13,5 +13,4 @@ prado::using ('Application.controls.ToggleImageButton'); class ExtendedToggleImageButton extends ToggleImageButton { -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Home.php b/tests/FunctionalTests/tickets/protected/pages/Home.php index 37804419..9bb123b9 100755 --- a/tests/FunctionalTests/tickets/protected/pages/Home.php +++ b/tests/FunctionalTests/tickets/protected/pages/Home.php @@ -30,5 +30,3 @@ class Home extends TPage return $list; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Issue120.page b/tests/FunctionalTests/tickets/protected/pages/Issue120.page index 0b504849..0b504849 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Issue120.page +++ b/tests/FunctionalTests/tickets/protected/pages/Issue120.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Issue120.php b/tests/FunctionalTests/tickets/protected/pages/Issue120.php index ad6431a0..9a1d8800 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Issue120.php +++ b/tests/FunctionalTests/tickets/protected/pages/Issue120.php @@ -18,5 +18,3 @@ class Issue120 extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Issue216.page b/tests/FunctionalTests/tickets/protected/pages/Issue216.page index 2efff728..2efff728 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Issue216.page +++ b/tests/FunctionalTests/tickets/protected/pages/Issue216.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Issue216.php b/tests/FunctionalTests/tickets/protected/pages/Issue216.php index 41eac5e9..bfd23998 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Issue216.php +++ b/tests/FunctionalTests/tickets/protected/pages/Issue216.php @@ -10,5 +10,3 @@ class Issue216 extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Layout.php b/tests/FunctionalTests/tickets/protected/pages/Layout.php index b971fb1c..c92cd9c0 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Layout.php +++ b/tests/FunctionalTests/tickets/protected/pages/Layout.php @@ -20,5 +20,3 @@ class Layout extends TTemplateControl } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Layout.tpl b/tests/FunctionalTests/tickets/protected/pages/Layout.tpl index bf2f8fab..bf2f8fab 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Layout.tpl +++ b/tests/FunctionalTests/tickets/protected/pages/Layout.tpl diff --git a/tests/FunctionalTests/tickets/protected/pages/TestHtmlArea.php b/tests/FunctionalTests/tickets/protected/pages/TestHtmlArea.php index 13a4189b..f4f9c148 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/TestHtmlArea.php +++ b/tests/FunctionalTests/tickets/protected/pages/TestHtmlArea.php @@ -4,5 +4,3 @@ class TestHtmlArea extends THtmlArea { } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket121.page b/tests/FunctionalTests/tickets/protected/pages/Ticket121.page index 9c9633d3..9c9633d3 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket121.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket121.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket121.php b/tests/FunctionalTests/tickets/protected/pages/Ticket121.php index d913805c..5cb61ca5 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket121.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket121.php @@ -7,5 +7,3 @@ class Ticket121 extends TPage $this->Result->Text="clicked at ({$param->X},{$param->Y})"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket163.page b/tests/FunctionalTests/tickets/protected/pages/Ticket163.page index aa05e601..aa05e601 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket163.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket163.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket169.page b/tests/FunctionalTests/tickets/protected/pages/Ticket169.page index 24c447d5..24c447d5 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket169.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket169.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket191.page b/tests/FunctionalTests/tickets/protected/pages/Ticket191.page index 2d673b8d..2d673b8d 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket191.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket191.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket191.php b/tests/FunctionalTests/tickets/protected/pages/Ticket191.php index 1b111bed..d7ef6d27 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket191.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket191.php @@ -18,5 +18,3 @@ class Ticket191 extends TPage $this->Application->setGlobalState('ticket190',$this->TextBox2->Text); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket200.page b/tests/FunctionalTests/tickets/protected/pages/Ticket200.page index 76c60f40..76c60f40 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket200.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket200.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket200.php b/tests/FunctionalTests/tickets/protected/pages/Ticket200.php index a80a3b8a..e61bb157 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket200.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket200.php @@ -12,5 +12,3 @@ class Ticket200 extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket202.page b/tests/FunctionalTests/tickets/protected/pages/Ticket202.page index ae984c2d..ae984c2d 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket202.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket202.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket205.page b/tests/FunctionalTests/tickets/protected/pages/Ticket205.page index 376f97f7..376f97f7 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket205.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket205.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket205.php b/tests/FunctionalTests/tickets/protected/pages/Ticket205.php index 6145af9a..8df2be39 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket205.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket205.php @@ -7,5 +7,3 @@ class Ticket205 extends TPage $param->IsValid = $this->textbox1->Text == "Prado"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket207.page b/tests/FunctionalTests/tickets/protected/pages/Ticket207.page index 6c84d953..6c84d953 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket207.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket207.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket21.page b/tests/FunctionalTests/tickets/protected/pages/Ticket21.page index e0619ea1..e0619ea1 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket21.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket21.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket21.php b/tests/FunctionalTests/tickets/protected/pages/Ticket21.php index 6a06a0f4..3caca20b 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket21.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket21.php @@ -18,5 +18,3 @@ class Ticket21 extends TPage $this->setViewState("clicks", $clicks); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket220.page b/tests/FunctionalTests/tickets/protected/pages/Ticket220.page index e4c8fa95..e4c8fa95 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket220.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket220.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket225.page b/tests/FunctionalTests/tickets/protected/pages/Ticket225.page index 362c4dce..362c4dce 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket225.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket225.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket225.php b/tests/FunctionalTests/tickets/protected/pages/Ticket225.php index 2cc3fc38..82a447d8 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket225.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket225.php @@ -15,5 +15,3 @@ class Ticket225 extends TPage return $ids; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket227.page b/tests/FunctionalTests/tickets/protected/pages/Ticket227.page index ab481fa2..ab481fa2 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket227.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket227.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket239.page b/tests/FunctionalTests/tickets/protected/pages/Ticket239.page index a67c38a8..a67c38a8 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket239.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket239.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket239.php b/tests/FunctionalTests/tickets/protected/pages/Ticket239.php index bbf908b1..c1b3440c 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket239.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket239.php @@ -12,5 +12,3 @@ class Ticket239 extends TPage $this->Result->Text.=$sender->ID." is deactivated. "; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket246.page b/tests/FunctionalTests/tickets/protected/pages/Ticket246.page index e25a484b..e25a484b 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket246.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket246.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket269.page b/tests/FunctionalTests/tickets/protected/pages/Ticket269.page index fe5721e3..fe5721e3 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket269.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket269.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket27.page b/tests/FunctionalTests/tickets/protected/pages/Ticket27.page index f92511c7..f92511c7 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket27.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket27.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket273.page b/tests/FunctionalTests/tickets/protected/pages/Ticket273.page index 02c1a48f..02c1a48f 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket273.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket273.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket273.php b/tests/FunctionalTests/tickets/protected/pages/Ticket273.php index 8dca86c9..fed130c8 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket273.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket273.php @@ -7,5 +7,3 @@ class Ticket273 extends TPage $this->label1->Text = $sender->Text . ' Clicked!'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket274.page b/tests/FunctionalTests/tickets/protected/pages/Ticket274.page index 0b92cb40..0b92cb40 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket274.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket274.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket278.page b/tests/FunctionalTests/tickets/protected/pages/Ticket278.page index e7341bcc..e7341bcc 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket278.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket278.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket278.php b/tests/FunctionalTests/tickets/protected/pages/Ticket278.php index 2e18fd54..86968b18 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket278.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket278.php @@ -19,5 +19,3 @@ class Ticket278 extends TPage $this->check1->Checked ? "display:block" : "display:none"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket28.page b/tests/FunctionalTests/tickets/protected/pages/Ticket28.page index 056e9985..056e9985 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket28.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket28.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket28.php b/tests/FunctionalTests/tickets/protected/pages/Ticket28.php index 7980119e..32b539c1 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket28.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket28.php @@ -8,5 +8,3 @@ class Ticket28 extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket283.page b/tests/FunctionalTests/tickets/protected/pages/Ticket283.page index b5e1f95b..b5e1f95b 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket283.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket283.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket283.php b/tests/FunctionalTests/tickets/protected/pages/Ticket283.php index 302ad2da..f230cd40 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket283.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket283.php @@ -7,5 +7,3 @@ class Ticket283 extends TPage $this->label1->Text = $sender->Text.' Clicked!'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket284.page b/tests/FunctionalTests/tickets/protected/pages/Ticket284.page index ff25e3fb..ff25e3fb 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket284.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket284.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket284.php b/tests/FunctionalTests/tickets/protected/pages/Ticket284.php index f9380b12..7388b94b 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket284.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket284.php @@ -7,5 +7,3 @@ class Ticket284 extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.php b/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.php index 4405ca44..71f78269 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.php @@ -100,4 +100,3 @@ class Ticket284Component extends TTemplateControl implements IValidatable $this->_isValid=TPropertyValue::ensureBoolean($value); } } -?> diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.tpl b/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.tpl index ed787287..ed787287 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.tpl +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.tpl diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket285.page b/tests/FunctionalTests/tickets/protected/pages/Ticket285.page index 9aeb37e9..9aeb37e9 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket285.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket285.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket290.page b/tests/FunctionalTests/tickets/protected/pages/Ticket290.page index e9d40b92..e9d40b92 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket290.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket290.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket290.php b/tests/FunctionalTests/tickets/protected/pages/Ticket290.php index c5e9e357..ed7466fc 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket290.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket290.php @@ -12,5 +12,3 @@ class Ticket290 extends TPage $this->label2->Text = $sender->Text . " Clicked!"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket306.page b/tests/FunctionalTests/tickets/protected/pages/Ticket306.page index 6a202cc6..6a202cc6 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket306.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket306.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket311.page b/tests/FunctionalTests/tickets/protected/pages/Ticket311.page index 45b41b7d..45b41b7d 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket311.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket311.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket312.page b/tests/FunctionalTests/tickets/protected/pages/Ticket312.page index f6c550c5..f6c550c5 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket312.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket312.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket351.page b/tests/FunctionalTests/tickets/protected/pages/Ticket351.page index bc148545..bc148545 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket351.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket351.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket359.page b/tests/FunctionalTests/tickets/protected/pages/Ticket359.page index 036560e6..036560e6 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket359.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket359.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket359.php b/tests/FunctionalTests/tickets/protected/pages/Ticket359.php index 6b15f699..341d3b4b 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket359.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket359.php @@ -9,5 +9,3 @@ class Ticket359 extends TPage $param->IsValid = $param->Value == 'Prado'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket384.page b/tests/FunctionalTests/tickets/protected/pages/Ticket384.page index 79e5c0c1..79e5c0c1 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket384.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket384.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket384.php b/tests/FunctionalTests/tickets/protected/pages/Ticket384.php index b485ef2b..98ecb4cf 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket384.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket384.php @@ -42,5 +42,3 @@ class Ticket384 extends TPage return $list; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket413.page b/tests/FunctionalTests/tickets/protected/pages/Ticket413.page index 90f8226c..90f8226c 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket413.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket413.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket413.php b/tests/FunctionalTests/tickets/protected/pages/Ticket413.php index c7a7081a..164b3b4a 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket413.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket413.php @@ -27,5 +27,3 @@ class Ticket413 extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket422.page b/tests/FunctionalTests/tickets/protected/pages/Ticket422.page index d6303d84..d6303d84 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket422.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket422.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket422.php b/tests/FunctionalTests/tickets/protected/pages/Ticket422.php index 85647ae2..c8c12077 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket422.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket422.php @@ -104,5 +104,3 @@ class Ticket422 extends TPage $this->list2->setSelectedValue("value 3 - item 3"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket433.page b/tests/FunctionalTests/tickets/protected/pages/Ticket433.page index b76245f5..b76245f5 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket433.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket433.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket433.php b/tests/FunctionalTests/tickets/protected/pages/Ticket433.php index a87f8f82..a2f63438 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket433.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket433.php @@ -20,5 +20,3 @@ class Ticket433 extends TPage $sender->Text .= ' CALLBACK DONE'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket439.page b/tests/FunctionalTests/tickets/protected/pages/Ticket439.page index 554696e2..554696e2 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket439.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket439.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket439.php b/tests/FunctionalTests/tickets/protected/pages/Ticket439.php index dcb46412..e70e0d1e 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket439.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket439.php @@ -11,5 +11,3 @@ class Ticket439 extends TPage $this->Response->redirect($page); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket453.page b/tests/FunctionalTests/tickets/protected/pages/Ticket453.page index 23905aea..23905aea 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket453.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket453.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket463.page b/tests/FunctionalTests/tickets/protected/pages/Ticket463.page index 1cec6485..1cec6485 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket463.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket463.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket470.page b/tests/FunctionalTests/tickets/protected/pages/Ticket470.page index c0ad23e6..c0ad23e6 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket470.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket470.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket470.php b/tests/FunctionalTests/tickets/protected/pages/Ticket470.php index 2e023242..e9ebff82 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket470.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket470.php @@ -20,5 +20,3 @@ class Ticket470 extends TPage $this->Results->Text = "OK!!!"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket472.page b/tests/FunctionalTests/tickets/protected/pages/Ticket472.page index 376f56d9..376f56d9 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket472.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket472.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket472.php b/tests/FunctionalTests/tickets/protected/pages/Ticket472.php index f0b9c092..9f987aee 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket472.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket472.php @@ -9,5 +9,3 @@ class Ticket472 extends TPage $this->label1->Text = "丧两∞…壹åƒè‚†ã…•ã…“ㆈㆆㅰڂٸשסã›ãœãŒê’²ê’ºê“‚à¸à¸™àª”இ༃í í°¦Ò–Ð‰Ó…Õ“Õ‡Ç¢Ç¼Ã…he"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket477.page b/tests/FunctionalTests/tickets/protected/pages/Ticket477.page index b7f23bc3..b7f23bc3 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket477.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket477.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket477.php b/tests/FunctionalTests/tickets/protected/pages/Ticket477.php index a6309958..87213e08 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket477.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket477.php @@ -12,5 +12,3 @@ class Ticket477 extends TPage $param->IsValid=false; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket484.page b/tests/FunctionalTests/tickets/protected/pages/Ticket484.page index 0b1b2c5f..0b1b2c5f 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket484.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket484.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket484.php b/tests/FunctionalTests/tickets/protected/pages/Ticket484.php index 89dac261..a6010297 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket484.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket484.php @@ -26,5 +26,3 @@ class Ticket484 extends TPage $this->label1->Text .= "using callback!"; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket488.page b/tests/FunctionalTests/tickets/protected/pages/Ticket488.page index 4bb8df47..4bb8df47 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket488.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket488.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket488.php b/tests/FunctionalTests/tickets/protected/pages/Ticket488.php index 97334f21..400cda0a 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket488.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket488.php @@ -9,5 +9,3 @@ class Ticket488 extends TPage //$param->IsValid = $this->Password == 'Prado'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket500.page b/tests/FunctionalTests/tickets/protected/pages/Ticket500.page index a5ef32ca..a5ef32ca 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket500.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket500.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket500.php b/tests/FunctionalTests/tickets/protected/pages/Ticket500.php index a0b96ed5..0c315ac5 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket500.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket500.php @@ -9,5 +9,3 @@ class Ticket500 extends TPage $this->link1->NavigateUrl = $url; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket504.page b/tests/FunctionalTests/tickets/protected/pages/Ticket504.page index 767a9c3a..767a9c3a 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket504.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket504.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket504.php b/tests/FunctionalTests/tickets/protected/pages/Ticket504.php index 3d1bdfb6..07bdcd22 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket504.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket504.php @@ -21,5 +21,3 @@ class Ticket504 extends TPage die("parameter is ".$param->CallbackParameter); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket507.page b/tests/FunctionalTests/tickets/protected/pages/Ticket507.page index f80dea44..f80dea44 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket507.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket507.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket507.php b/tests/FunctionalTests/tickets/protected/pages/Ticket507.php index ea358e65..3f6549bb 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket507.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket507.php @@ -21,5 +21,3 @@ class Ticket507 extends TPage $this->list1->enabled = true; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket511.page b/tests/FunctionalTests/tickets/protected/pages/Ticket511.page index b6b9dda4..b6b9dda4 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket511.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket511.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket518.page b/tests/FunctionalTests/tickets/protected/pages/Ticket518.page index 657dc4cf..657dc4cf 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket518.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket518.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket521.page b/tests/FunctionalTests/tickets/protected/pages/Ticket521.page index f3014020..f3014020 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket521.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket521.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket521.php b/tests/FunctionalTests/tickets/protected/pages/Ticket521.php index e7e65b86..37f005e0 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket521.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket521.php @@ -12,5 +12,4 @@ class Ticket521 extends TPage } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket526.page b/tests/FunctionalTests/tickets/protected/pages/Ticket526.page index b4ccd25e..b4ccd25e 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket526.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket526.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket526.php b/tests/FunctionalTests/tickets/protected/pages/Ticket526.php index 1500ad73..baca5d7a 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket526.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket526.php @@ -11,5 +11,3 @@ class Ticket526 extends TPage $this->activePanel->render($p->NewWriter); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket528.page b/tests/FunctionalTests/tickets/protected/pages/Ticket528.page index 15df2b62..15df2b62 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket528.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket528.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket528.php b/tests/FunctionalTests/tickets/protected/pages/Ticket528.php index 2e05dbfd..1642f6e1 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket528.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket528.php @@ -31,5 +31,3 @@ class Ticket528 extends TPage $this->loadDadosTurno($sender->getSelectedValue()); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket535.page b/tests/FunctionalTests/tickets/protected/pages/Ticket535.page index 4b9ba6fe..4b9ba6fe 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket535.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket535.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket535.php b/tests/FunctionalTests/tickets/protected/pages/Ticket535.php index 705a5474..830aa1bf 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket535.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket535.php @@ -12,5 +12,3 @@ class Ticket535 extends TPage $this->label1->Text = "bad_radio1 checked:{".$this->bad_radio1->getChecked()."} bad_radio2 checked:{".$this->bad_radio2->getChecked()."} "; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket538.page b/tests/FunctionalTests/tickets/protected/pages/Ticket538.page index 80ab5ff0..80ab5ff0 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket538.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket538.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket538.php b/tests/FunctionalTests/tickets/protected/pages/Ticket538.php index 2ba0d841..1f437ad4 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket538.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket538.php @@ -98,5 +98,3 @@ class Ticket538 extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket54.page b/tests/FunctionalTests/tickets/protected/pages/Ticket54.page index 8ac4285b..8ac4285b 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket54.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket54.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket542.page b/tests/FunctionalTests/tickets/protected/pages/Ticket542.page index 5c39c6b5..5c39c6b5 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket542.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket542.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket542.php b/tests/FunctionalTests/tickets/protected/pages/Ticket542.php index 59169d64..627fccc0 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket542.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket542.php @@ -19,5 +19,3 @@ class Ticket542 extends TPage { } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.php b/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.php index 917f45cf..7b035662 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.php @@ -3,5 +3,3 @@ class Ticket54Master extends TTemplateControl { } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl b/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl index 94468a7b..94468a7b 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket573.page b/tests/FunctionalTests/tickets/protected/pages/Ticket573.page index a2c4d145..a2c4d145 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket573.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket573.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket578.page b/tests/FunctionalTests/tickets/protected/pages/Ticket578.page index e933fd33..e933fd33 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket578.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket578.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket578.php b/tests/FunctionalTests/tickets/protected/pages/Ticket578.php index 7b7463a2..ad9b50ba 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket578.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket578.php @@ -9,5 +9,3 @@ class Ticket578 extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket583/Home.page b/tests/FunctionalTests/tickets/protected/pages/Ticket583/Home.page index c6ce65e3..c6ce65e3 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket583/Home.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket583/Home.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket585.page b/tests/FunctionalTests/tickets/protected/pages/Ticket585.page index f5e26f24..f5e26f24 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket585.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket585.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket585.php b/tests/FunctionalTests/tickets/protected/pages/Ticket585.php index 1cda7900..638b7453 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket585.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket585.php @@ -14,5 +14,3 @@ class Ticket585 extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket586.page b/tests/FunctionalTests/tickets/protected/pages/Ticket586.page index 29751cab..29751cab 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket586.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket586.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket586.php b/tests/FunctionalTests/tickets/protected/pages/Ticket586.php index 574d6f72..4691f984 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket586.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket586.php @@ -7,5 +7,3 @@ class Ticket586 extends TPage $this->label1->Text = $sender->Text . ' Clicked!'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket587.page b/tests/FunctionalTests/tickets/protected/pages/Ticket587.page index a28bab6a..a28bab6a 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket587.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket587.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket587.php b/tests/FunctionalTests/tickets/protected/pages/Ticket587.php index 21ce7a64..851321c5 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket587.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket587.php @@ -8,5 +8,3 @@ class Ticket587 extends TPage $this->count->setText( ++$count ); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket587_reopened.page b/tests/FunctionalTests/tickets/protected/pages/Ticket587_reopened.page index cf7d2136..cf7d2136 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket587_reopened.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket587_reopened.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket587_reopened.php b/tests/FunctionalTests/tickets/protected/pages/Ticket587_reopened.php index fea88274..ea62dfb5 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket587_reopened.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket587_reopened.php @@ -58,5 +58,3 @@ class Ticket587_reopened extends TPage $this->label1->Text = $value; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket591.page b/tests/FunctionalTests/tickets/protected/pages/Ticket591.page index 2f2fef85..2f2fef85 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket591.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket591.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket591.php b/tests/FunctionalTests/tickets/protected/pages/Ticket591.php index 8616ac02..be8b436c 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket591.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket591.php @@ -5,5 +5,3 @@ Prado::using('System.Web.UI.ActiveControls.*'); class Ticket591 extends TPage { } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket592.page b/tests/FunctionalTests/tickets/protected/pages/Ticket592.page index d39ddd99..d39ddd99 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket592.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket592.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket592.php b/tests/FunctionalTests/tickets/protected/pages/Ticket592.php index 751de056..6ace086c 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket592.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket592.php @@ -18,5 +18,3 @@ class Ticket592 extends TPage } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket593.page b/tests/FunctionalTests/tickets/protected/pages/Ticket593.page index efa8a542..efa8a542 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket593.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket593.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket595.page b/tests/FunctionalTests/tickets/protected/pages/Ticket595.page index 33c45c8e..33c45c8e 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket595.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket595.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket598.page b/tests/FunctionalTests/tickets/protected/pages/Ticket598.page index 7d618ff1..7d618ff1 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket598.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket598.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket598.php b/tests/FunctionalTests/tickets/protected/pages/Ticket598.php index a8c4c397..208867b6 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket598.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket598.php @@ -15,5 +15,4 @@ public function onLoad ($param) { public function updateLbl($sender, $param) { $this->Lbl->SetText(date("h:m:s")); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket603.page b/tests/FunctionalTests/tickets/protected/pages/Ticket603.page index d5023adc..d5023adc 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket603.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket603.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket603.php b/tests/FunctionalTests/tickets/protected/pages/Ticket603.php index 138ffbd4..d1b83220 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket603.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket603.php @@ -26,5 +26,3 @@ class Ticket603 extends TPage $this->ContentPanel->render( $param->NewWriter ); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket605.page b/tests/FunctionalTests/tickets/protected/pages/Ticket605.page index 34f859b7..34f859b7 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket605.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket605.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket606.page b/tests/FunctionalTests/tickets/protected/pages/Ticket606.page index a1a8f551..a1a8f551 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket606.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket606.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket609.page b/tests/FunctionalTests/tickets/protected/pages/Ticket609.page index 741f4d65..741f4d65 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket609.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket609.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket614.page b/tests/FunctionalTests/tickets/protected/pages/Ticket614.page index 0b1901ea..0b1901ea 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket614.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket614.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket617.page b/tests/FunctionalTests/tickets/protected/pages/Ticket617.page index d63a84a7..d63a84a7 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket617.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket617.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket622.page b/tests/FunctionalTests/tickets/protected/pages/Ticket622.page index d7973e5e..d7973e5e 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket622.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket622.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket622.php b/tests/FunctionalTests/tickets/protected/pages/Ticket622.php index 003b32de..24565d09 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket622.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket622.php @@ -7,4 +7,3 @@ class Ticket622 extends TPage { $this->ARB->setDisplay('Dynamic'); } } -?> diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php b/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php index de4d3b3d..9af5b134 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php @@ -9,5 +9,3 @@ class Layout extends TTemplateControl $this->ticketlink->setNavigateUrl("http://trac.pradosoft.com/prado/ticket/653"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.tpl b/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.tpl index bf2f8fab..bf2f8fab 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.tpl +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.tpl diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket653/ticket653.page b/tests/FunctionalTests/tickets/protected/pages/Ticket653/ticket653.page index cab72cc3..cab72cc3 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket653/ticket653.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket653/ticket653.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket656.page b/tests/FunctionalTests/tickets/protected/pages/Ticket656.page index aa5d11b2..aa5d11b2 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket656.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket656.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket656.php b/tests/FunctionalTests/tickets/protected/pages/Ticket656.php index 943908c9..8fd3794e 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket656.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket656.php @@ -5,5 +5,4 @@ class Ticket656 extends TPage { $this->lblStatus->setText($this->datePicker->getDate()); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket659.page b/tests/FunctionalTests/tickets/protected/pages/Ticket659.page index 66b05eda..66b05eda 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket659.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket659.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket659.php b/tests/FunctionalTests/tickets/protected/pages/Ticket659.php index 68da138b..cb266fd7 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket659.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket659.php @@ -15,5 +15,4 @@ class Ticket659 extends TPage { public function clickToggleButton ($sender, $param) { $this->lbl->Text=$sender->State; } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket660.page b/tests/FunctionalTests/tickets/protected/pages/Ticket660.page index 8e0206da..8e0206da 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket660.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket660.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket660.php b/tests/FunctionalTests/tickets/protected/pages/Ticket660.php index 457e3ed8..e0d611b8 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket660.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket660.php @@ -23,4 +23,3 @@ class Ticket660 extends TPage { } } -?> diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket669.page b/tests/FunctionalTests/tickets/protected/pages/Ticket669.page index 9f7e6cf8..9f7e6cf8 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket669.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket669.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket669.php b/tests/FunctionalTests/tickets/protected/pages/Ticket669.php index 0131d95c..2cb86cff 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket669.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket669.php @@ -32,5 +32,3 @@ class Ticket669 extends TPage $this->panel7->render($param->getNewWriter()); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket670.page b/tests/FunctionalTests/tickets/protected/pages/Ticket670.page index b04f9d23..b04f9d23 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket670.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket670.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket670.php b/tests/FunctionalTests/tickets/protected/pages/Ticket670.php index 416b0235..fb474df6 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket670.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket670.php @@ -5,5 +5,4 @@ class Ticket670 extends TPage { $this->lbl->Text=$this->datePicker->getDate(); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket671.page b/tests/FunctionalTests/tickets/protected/pages/Ticket671.page index 22c899f5..22c899f5 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket671.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket671.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket671.php b/tests/FunctionalTests/tickets/protected/pages/Ticket671.php index 04bd1a7e..3e76739d 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket671.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket671.php @@ -29,5 +29,4 @@ class Ticket671 extends TPage } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket671_reopened.page b/tests/FunctionalTests/tickets/protected/pages/Ticket671_reopened.page index c4e7fb53..c4e7fb53 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket671_reopened.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket671_reopened.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket671_reopened.php b/tests/FunctionalTests/tickets/protected/pages/Ticket671_reopened.php index ae45bf96..fcb70751 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket671_reopened.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket671_reopened.php @@ -35,5 +35,4 @@ class Ticket671_reopened extends TPage { return $this->getViewState('CheckCount', 0); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket679.page b/tests/FunctionalTests/tickets/protected/pages/Ticket679.page index ba4b75e4..ba4b75e4 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket679.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket679.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket679.php b/tests/FunctionalTests/tickets/protected/pages/Ticket679.php index c28252bd..4f5547f7 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket679.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket679.php @@ -39,5 +39,4 @@ class Ticket679 extends TPage //$this->CallbackClient->check($this->myRadioButton, false); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket68.page b/tests/FunctionalTests/tickets/protected/pages/Ticket68.page index 3936e68c..3936e68c 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket68.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket68.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page index b7942c8e..b7942c8e 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket691.php b/tests/FunctionalTests/tickets/protected/pages/Ticket691.php index a47a6a9d..91a72b27 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket691.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket691.php @@ -9,5 +9,4 @@ class Ticket691 extends TPage $sender->Rating=$sender->SelectedIndex+1; $this->Result->Text="You vote ".$sender->Rating; } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket695.page b/tests/FunctionalTests/tickets/protected/pages/Ticket695.page index 00add0af..00add0af 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket695.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket695.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket695.php b/tests/FunctionalTests/tickets/protected/pages/Ticket695.php index 205b01c0..175d1ebc 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket695.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket695.php @@ -5,4 +5,3 @@ class Ticket695 extends TPage { $this->X->Text=$this->X->Text+1; } } -?> diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket698.page b/tests/FunctionalTests/tickets/protected/pages/Ticket698.page index 686fef9d..686fef9d 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket698.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket698.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket698.php b/tests/FunctionalTests/tickets/protected/pages/Ticket698.php index e7bf6646..507cefbb 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket698.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket698.php @@ -11,5 +11,4 @@ class Ticket698 extends TPage public function switchContentTypeCallback( $sender, $param ) { $this->ContentPanel->render( $param->NewWriter ); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket703/Logs/LogFile.txt b/tests/FunctionalTests/tickets/protected/pages/Ticket703/Logs/LogFile.txt index e69de29b..af19780d 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket703/Logs/LogFile.txt +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket703/Logs/LogFile.txt @@ -0,0 +1 @@ +Sep 22 20:21:44 [Debug] [Tickets] Test of prado logging system diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page b/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page index 4ca02ef5..4ca02ef5 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.php b/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.php index eb446077..54240798 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket703/Ticket703.php @@ -27,5 +27,4 @@ class Ticket703 extends TPage { { prado::log($this->logMessage->getText(), TLogger::DEBUG, "Tickets"); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml b/tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml index a9fd8721..a9fd8721 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket708.page b/tests/FunctionalTests/tickets/protected/pages/Ticket708.page index f92fb34a..f92fb34a 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket708.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket708.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket708.php b/tests/FunctionalTests/tickets/protected/pages/Ticket708.php index 2eca39d9..275fa869 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket708.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket708.php @@ -26,5 +26,4 @@ class Ticket708 extends TPage { $this->Result->setText("You have selected Radio Button #".$sender->getValue()); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket719.page b/tests/FunctionalTests/tickets/protected/pages/Ticket719.page index b36d2d66..b36d2d66 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket719.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket719.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket719.php b/tests/FunctionalTests/tickets/protected/pages/Ticket719.php index a08aac36..376eecdd 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket719.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket719.php @@ -37,5 +37,4 @@ class Ticket719 extends TPage { $this->Result->Text = "TextBox Content : ".$this->textbox->getText()." -- Autocomplete Content :".$this->autocomplete->getText(); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket72.page b/tests/FunctionalTests/tickets/protected/pages/Ticket72.page index 26667406..26667406 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket72.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket72.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket72.php b/tests/FunctionalTests/tickets/protected/pages/Ticket72.php index 14a8a112..997c0d8d 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket72.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket72.php @@ -9,5 +9,3 @@ class Ticket72 extends TPage $this->ResultLabel->Text = $a2; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket722.page b/tests/FunctionalTests/tickets/protected/pages/Ticket722.page index 6acd9f24..6acd9f24 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket722.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket722.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket722.php b/tests/FunctionalTests/tickets/protected/pages/Ticket722.php index 91759fb0..71bf2841 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket722.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket722.php @@ -26,5 +26,4 @@ class Ticket722 extends TPage { return $this->getViewState('text', "Editable Text"); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket745.php b/tests/FunctionalTests/tickets/protected/pages/Ticket745.php index 8d7c66ce..f50d17f1 100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket745.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket745.php @@ -7,5 +7,3 @@ class Ticket745 extends TPage $this->Result->Text="Your favorite color is: " . $this->DropDownList1->SelectedValue; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket769.page b/tests/FunctionalTests/tickets/protected/pages/Ticket769.page index aca51817..aca51817 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket769.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket769.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket769.php b/tests/FunctionalTests/tickets/protected/pages/Ticket769.php index e1a86f0d..95bdd62d 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket769.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket769.php @@ -22,5 +22,4 @@ class Ticket769 extends TPage { $sender->Text = $sender->Text.' clicked'; } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket785.page b/tests/FunctionalTests/tickets/protected/pages/Ticket785.page index 1b402a17..1b402a17 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket785.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket785.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket785.php b/tests/FunctionalTests/tickets/protected/pages/Ticket785.php index 91ba918d..57b5f241 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket785.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket785.php @@ -3,5 +3,4 @@ class Ticket785 extends TPage { -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket823.page b/tests/FunctionalTests/tickets/protected/pages/Ticket823.page index 8da83c65..8da83c65 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket823.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket823.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket828.page b/tests/FunctionalTests/tickets/protected/pages/Ticket828.page index 528a28d1..528a28d1 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket828.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket828.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket849.page b/tests/FunctionalTests/tickets/protected/pages/Ticket849.page index f11b181c..f11b181c 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket849.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket849.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket876.page b/tests/FunctionalTests/tickets/protected/pages/Ticket876.page index af673461..af673461 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket876.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket876.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket876.php b/tests/FunctionalTests/tickets/protected/pages/Ticket876.php index e95a677c..f6cc22e5 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket876.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket876.php @@ -8,4 +8,3 @@ class Ticket876 extends TPage { } -?> diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket886.page b/tests/FunctionalTests/tickets/protected/pages/Ticket886.page index ea9319fd..ea9319fd 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket886.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket886.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket886.php b/tests/FunctionalTests/tickets/protected/pages/Ticket886.php index f14d067d..4a989dbb 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket886.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket886.php @@ -6,4 +6,3 @@ class Ticket886 extends TPage { } } -?> diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket897.page b/tests/FunctionalTests/tickets/protected/pages/Ticket897.page index 93237b98..93237b98 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket897.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket897.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket897.php b/tests/FunctionalTests/tickets/protected/pages/Ticket897.php index b0b8959f..358572bc 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket897.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket897.php @@ -6,4 +6,3 @@ class Ticket897 extends TPage { } } -?> diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket900.page b/tests/FunctionalTests/tickets/protected/pages/Ticket900.page index 41c0fbc2..41c0fbc2 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket900.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket900.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket900.php b/tests/FunctionalTests/tickets/protected/pages/Ticket900.php index 21e87f67..5e8a1d07 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket900.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket900.php @@ -55,4 +55,3 @@ class Ticket900 extends TPage { } } -?> diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket922.page b/tests/FunctionalTests/tickets/protected/pages/Ticket922.page index 87932680..87932680 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket922.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket922.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket922.php b/tests/FunctionalTests/tickets/protected/pages/Ticket922.php index 52d4e411..52d4e411 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket922.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket922.php diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket925.php b/tests/FunctionalTests/tickets/protected/pages/Ticket925.php index 0284bd66..02cef023 100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket925.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket925.php @@ -72,5 +72,4 @@ class Ticket925 extends TPage } } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket93.page b/tests/FunctionalTests/tickets/protected/pages/Ticket93.page index 2217ab15..2217ab15 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket93.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket93.page diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket93.php b/tests/FunctionalTests/tickets/protected/pages/Ticket93.php index dbee4556..6b37932a 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket93.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket93.php @@ -11,4 +11,3 @@ class Ticket93 extends TPage } } -?> diff --git a/tests/FunctionalTests/tickets/protected/pages/config.xml b/tests/FunctionalTests/tickets/protected/pages/config.xml index 9404e969..9404e969 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/config.xml +++ b/tests/FunctionalTests/tickets/protected/pages/config.xml diff --git a/tests/FunctionalTests/tickets/protected/pages/hotspot.jpg b/tests/FunctionalTests/tickets/protected/pages/hotspot.jpg Binary files differindex 3491813f..3491813f 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/hotspot.jpg +++ b/tests/FunctionalTests/tickets/protected/pages/hotspot.jpg diff --git a/tests/FunctionalTests/tickets/protected/pages/test.js b/tests/FunctionalTests/tickets/protected/pages/test.js index e8e80b19..e8e80b19 100644..100755 --- a/tests/FunctionalTests/tickets/protected/pages/test.js +++ b/tests/FunctionalTests/tickets/protected/pages/test.js diff --git a/tests/FunctionalTests/tickets/protected/runtime/.gitignore b/tests/FunctionalTests/tickets/protected/runtime/.gitignore index d6b7ef32..d6b7ef32 100644..100755 --- a/tests/FunctionalTests/tickets/protected/runtime/.gitignore +++ b/tests/FunctionalTests/tickets/protected/runtime/.gitignore diff --git a/tests/FunctionalTests/tickets/protected700/application.xml b/tests/FunctionalTests/tickets/protected700/application.xml index cb00aae3..cb00aae3 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/application.xml +++ b/tests/FunctionalTests/tickets/protected700/application.xml diff --git a/tests/FunctionalTests/tickets/protected700/common/BasePage.php b/tests/FunctionalTests/tickets/protected700/common/BasePage.php index bbb93650..0a68f56d 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/common/BasePage.php +++ b/tests/FunctionalTests/tickets/protected700/common/BasePage.php @@ -64,5 +64,3 @@ class BasePage extends TPage $this->_param5=$value; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php b/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php index 6f385ce8..26bd782a 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php +++ b/tests/FunctionalTests/tickets/protected700/layout/MainLayout.php @@ -8,5 +8,3 @@ class MainLayout extends TTemplateControl $this->Response->reload(); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected700/layout/MainLayout.tpl b/tests/FunctionalTests/tickets/protected700/layout/MainLayout.tpl index acbfa0e6..acbfa0e6 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/layout/MainLayout.tpl +++ b/tests/FunctionalTests/tickets/protected700/layout/MainLayout.tpl diff --git a/tests/FunctionalTests/tickets/protected700/pages/Home.page b/tests/FunctionalTests/tickets/protected700/pages/Home.page index 7d1c1187..7d1c1187 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/pages/Home.page +++ b/tests/FunctionalTests/tickets/protected700/pages/Home.page diff --git a/tests/FunctionalTests/tickets/protected700/pages/UserLogin.page b/tests/FunctionalTests/tickets/protected700/pages/UserLogin.page index 07d4ece9..07d4ece9 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/pages/UserLogin.page +++ b/tests/FunctionalTests/tickets/protected700/pages/UserLogin.page diff --git a/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php b/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php index 8071fb29..9003adfe 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php +++ b/tests/FunctionalTests/tickets/protected700/pages/UserLogin.php @@ -9,5 +9,3 @@ class UserLogin extends BasePage $this->Response->redirect($this->Service->constructUrl('Home')); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/Home.page b/tests/FunctionalTests/tickets/protected700/pages/admin/Home.page index 7d1c1187..7d1c1187 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/pages/admin/Home.page +++ b/tests/FunctionalTests/tickets/protected700/pages/admin/Home.page diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page b/tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page index 7d1c1187..7d1c1187 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page +++ b/tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/config.xml b/tests/FunctionalTests/tickets/protected700/pages/admin/config.xml index 04ac6bdd..04ac6bdd 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/pages/admin/config.xml +++ b/tests/FunctionalTests/tickets/protected700/pages/admin/config.xml diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page index 7d1c1187..7d1c1187 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page +++ b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page index 7d1c1187..7d1c1187 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page +++ b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml b/tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml index 175ea5c7..175ea5c7 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml +++ b/tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml diff --git a/tests/FunctionalTests/tickets/protected700/pages/config.xml b/tests/FunctionalTests/tickets/protected700/pages/config.xml index 416de43f..416de43f 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/pages/config.xml +++ b/tests/FunctionalTests/tickets/protected700/pages/config.xml diff --git a/tests/FunctionalTests/tickets/protected700/pages/content/Home.page b/tests/FunctionalTests/tickets/protected700/pages/content/Home.page index 7d1c1187..7d1c1187 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/pages/content/Home.page +++ b/tests/FunctionalTests/tickets/protected700/pages/content/Home.page diff --git a/tests/FunctionalTests/tickets/protected700/runtime/.gitignore b/tests/FunctionalTests/tickets/protected700/runtime/.gitignore index d6b7ef32..d6b7ef32 100644..100755 --- a/tests/FunctionalTests/tickets/protected700/runtime/.gitignore +++ b/tests/FunctionalTests/tickets/protected700/runtime/.gitignore diff --git a/tests/FunctionalTests/tickets/tests/Issue120TestCase.php b/tests/FunctionalTests/tickets/tests/Issue120TestCase.php index 07afd06c..20a4096b 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Issue120TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Issue120TestCase.php @@ -1,6 +1,6 @@ <?php -class Issue120TestCase extends SeleniumTestCase +class Issue120TestCase extends PradoGenericSeleniumTest { function test() { @@ -17,5 +17,3 @@ class Issue120TestCase extends SeleniumTestCase $this->assertSelectedValue("ctl0_Content_ddl1", 'PromptValue'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Issue216TestCase.php b/tests/FunctionalTests/tickets/tests/Issue216TestCase.php index 0c351f33..375f90a7 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Issue216TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Issue216TestCase.php @@ -1,6 +1,6 @@ <?php -class Issue216TestCase extends SeleniumTestCase +class Issue216TestCase extends PradoGenericSeleniumTest { function test() { @@ -24,5 +24,3 @@ class Issue216TestCase extends SeleniumTestCase $this->assertText("ctl0_Content_result", "Tab ActiveIndex is : 1"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket121TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket121TestCase.php index 3cad6c77..905a31a4 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket121TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket121TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket121TestCase extends SeleniumTestCase +class Ticket121TestCase extends PradoGenericSeleniumTest { function test() { @@ -15,5 +15,3 @@ class Ticket121TestCase extends SeleniumTestCase $this->verifyTextPresent("clicked at", ""); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket163TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket163TestCase.php index cc78c466..1727ac40 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket163TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket163TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket163TestCase extends SeleniumTestCase +class Ticket163TestCase extends PradoGenericSeleniumTest { function test() { @@ -10,5 +10,3 @@ class Ticket163TestCase extends SeleniumTestCase $this->assertTextPresent('-kr 100,00'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket169TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket169TestCase.php index 30bbc92d..9889ea50 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket169TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket169TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket169TestCase extends SeleniumTestCase +class Ticket169TestCase extends PradoGenericSeleniumTest { function test() { @@ -10,5 +10,3 @@ class Ticket169TestCase extends SeleniumTestCase $this->assertVisible('ctl0_Content_validator1'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket191TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket191TestCase.php index 616a578a..88de08cc 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket191TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket191TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket191TestCase extends SeleniumTestCase +class Ticket191TestCase extends PradoGenericSeleniumTest { function test() { @@ -12,5 +12,3 @@ class Ticket191TestCase extends SeleniumTestCase $this->verifyNotVisible('ctl0_Content_ctl2'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket205TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket205TestCase.php index d883cce4..86768354 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket205TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket205TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket205TestCase extends SeleniumTestCase +class Ticket205TestCase extends PradoGenericSeleniumTest { function test() { @@ -19,5 +19,3 @@ class Ticket205TestCase extends SeleniumTestCase $this->assertNotVisible("{$base}validator1"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket207TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket207TestCase.php index 53ae6528..cd618a5d 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket207TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket207TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket207TestCase extends SeleniumTestCase +class Ticket207TestCase extends PradoGenericSeleniumTest { function test() { @@ -33,5 +33,3 @@ class Ticket207TestCase extends SeleniumTestCase $this->assertVisible("{$base}validator2"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket21TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket21TestCase.php index 24c5e346..5e48ff2d 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket21TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket21TestCase.php @@ -1,12 +1,9 @@ <?php -class Ticket21TestCase extends SeleniumTestCase +class Ticket21TestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on radio buttons - $this->skipBrowsers(self::OPERA); - $this->open('tickets/index.php?page=Ticket21'); $this->assertTitle("Verifying Ticket 21"); $this->clickAndWait("ctl0_Content_button1"); @@ -15,5 +12,3 @@ class Ticket21TestCase extends SeleniumTestCase $this->verifyTextPresent("Radio button clicks: 1", ""); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php index 0753f732..72a1b227 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket220TestCase extends SeleniumTestCase +class Ticket220TestCase extends PradoGenericSeleniumTest { function test() { @@ -14,5 +14,3 @@ class Ticket220TestCase extends SeleniumTestCase $this->assertAlertNotPresent(); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php index e8c0f612..c723be38 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php @@ -1,12 +1,9 @@ <?php -class Ticket225TestCase extends SeleniumTestCase +class Ticket225TestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on radio buttons - $this->skipBrowsers(self::OPERA); - $base="ctl0_Content_"; $this->open('tickets/index.php?page=Ticket225'); $this->assertTextPresent('RadioButton Group Tests'); @@ -23,5 +20,3 @@ class Ticket225TestCase extends SeleniumTestCase $this->assertNotVisible("{$base}validator1"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket227TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket227TestCase.php index c0dd2a98..1f1c0fb9 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket227TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket227TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket227TestCase extends SeleniumTestCase +class Ticket227TestCase extends PradoGenericSeleniumTest { function test() { @@ -8,5 +8,3 @@ class Ticket227TestCase extends SeleniumTestCase $this->assertTitle('Verifying Ticket 227'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket239TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket239TestCase.php index 2fe84397..57251d23 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket239TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket239TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket239TestCase extends SeleniumTestCase +class Ticket239TestCase extends PradoGenericSeleniumTest { function test() { @@ -51,5 +51,3 @@ class Ticket239TestCase extends SeleniumTestCase $this->verifyTextNotPresent('view3 is deactivated',''); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket246TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket246TestCase.php index 8f07790e..bedd6e2c 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket246TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket246TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket246TestCase extends SeleniumTestCase +class Ticket246TestCase extends PradoGenericSeleniumTest { function test() { @@ -8,5 +8,3 @@ class Ticket246TestCase extends SeleniumTestCase $this->assertTitle('Verifying Ticket 246'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php index b7ba1251..b2b17de7 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket274TestCase extends SeleniumTestCase +class Ticket274TestCase extends PradoGenericSeleniumTest { function test() { @@ -20,5 +20,3 @@ class Ticket274TestCase extends SeleniumTestCase $this->assertVisible($base.'validator2'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket278TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket278TestCase.php index a559ca14..4bfffede 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket278TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket278TestCase.php @@ -1,12 +1,9 @@ <?php -class Ticket278TestCase extends SeleniumTestCase +class Ticket278TestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on radio buttons - $this->skipBrowsers(self::OPERA); - $base = 'ctl0_Content_'; $this->open('tickets/index.php?page=Ticket278'); $this->assertTitle('Verifying Ticket 278'); @@ -53,5 +50,3 @@ class Ticket278TestCase extends SeleniumTestCase $this->assertVisible($base.'panel1'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket27TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket27TestCase.php index dac852e2..7defd7ae 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket27TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket27TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket27TestCase extends SeleniumTestCase +class Ticket27TestCase extends PradoGenericSeleniumTest { function test() { @@ -14,5 +14,3 @@ class Ticket27TestCase extends SeleniumTestCase $this->assertNotVisible("ctl0_Content_validator1", ""); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket284TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket284TestCase.php index 15194f60..d28ea771 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket284TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket284TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket284TestCase extends SeleniumTestCase +class Ticket284TestCase extends PradoGenericSeleniumTest { function test() { @@ -10,5 +10,3 @@ class Ticket284TestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket285TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket285TestCase.php index 6f4a2a8e..8b996964 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket285TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket285TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket285TestCase extends SeleniumTestCase +class Ticket285TestCase extends PradoGenericSeleniumTest { function test() { @@ -8,5 +8,4 @@ class Ticket285TestCase extends SeleniumTestCase $this->assertTextPresent('350.00'); $this->assertTextPresent('349.99'); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket28TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket28TestCase.php index 960dd2d8..1f64b3f9 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket28TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket28TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket28TestCase extends SeleniumTestCase +class Ticket28TestCase extends PradoGenericSeleniumTest { function test() @@ -11,5 +11,3 @@ class Ticket28TestCase extends SeleniumTestCase $this->assertTextPresent('Link Button 1 Clicked!'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket290TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket290TestCase.php index e32e58bf..214c728b 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket290TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket290TestCase.php @@ -3,7 +3,7 @@ /** * */ -class Ticket290TestCase extends SeleniumTestCase +class Ticket290TestCase extends PradoGenericSeleniumTest { function test() { @@ -22,5 +22,3 @@ class Ticket290TestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket433TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket433TestCase.php index b855edc8..b8462988 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket433TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket433TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket433TestCase extends SeleniumTestCase +class Ticket433TestCase extends PradoGenericSeleniumTest { function test() { @@ -14,5 +14,3 @@ class Ticket433TestCase extends SeleniumTestCase $this->assertText("{$base}VoteClick", "AFTER click CALLBACK DONE"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php index e097a9ce..c393de91 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket439TestCase extends SeleniumTestCase +class Ticket439TestCase extends PradoGenericSeleniumTest { function test() { @@ -12,5 +12,4 @@ class Ticket439TestCase extends SeleniumTestCase $this->pause(800); $this->assertTitle("Verifying Home"); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php index 9da3be34..34ffb8fd 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket463TestCase extends SeleniumTestCase +class Ticket463TestCase extends PradoGenericSeleniumTest { function test() { @@ -9,5 +9,3 @@ class Ticket463TestCase extends SeleniumTestCase $this->assertTextPresent('May 1, 2005 12:00:00 AM'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket470TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket470TestCase.php index a2c4826e..4a2804ea 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket470TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket470TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket470TestCase extends SeleniumTestCase +class Ticket470TestCase extends PradoGenericSeleniumTest { function test() { @@ -47,5 +47,3 @@ class Ticket470TestCase extends SeleniumTestCase $this->assertNotVisible("{$base}validator1"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket477TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket477TestCase.php index 10c36e7d..16ebc56e 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket477TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket477TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket477TestCase extends SeleniumTestCase +class Ticket477TestCase extends PradoGenericSeleniumTest { function test() { @@ -20,5 +20,3 @@ class Ticket477TestCase extends SeleniumTestCase $this->assertVisible("{$base}validator2"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php index d96b92f1..c3b2f43f 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket488TestCase extends SeleniumTestCase +class Ticket488TestCase extends PradoGenericSeleniumTest { function test() { @@ -38,5 +38,3 @@ class Ticket488TestCase extends SeleniumTestCase //add test assertions here. } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket504TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket504TestCase.php index 5629e5f3..63ecfe2f 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket504TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket504TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket504TestCase extends SeleniumTestCase +class Ticket504TestCase extends PradoGenericSeleniumTest { function test() { @@ -49,5 +49,3 @@ class Ticket504TestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket507TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket507TestCase.php index a430fb4e..19d54e9b 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket507TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket507TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket507TestCase extends SeleniumTestCase +class Ticket507TestCase extends PradoGenericSeleniumTest { function test() { @@ -23,5 +23,3 @@ class Ticket507TestCase extends SeleniumTestCase $this->assertText("{$base}label1", "Selection: value 1, value 3"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket521TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket521TestCase.php index b0cdd8af..2df88612 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket521TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket521TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket521TestCase extends SeleniumTestCase +class Ticket521TestCase extends PradoGenericSeleniumTest { function test() { @@ -16,5 +16,3 @@ class Ticket521TestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket526TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket526TestCase.php index c8894082..7476db69 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket526TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket526TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket526TestCase extends SeleniumTestCase +class Ticket526TestCase extends PradoGenericSeleniumTest { function test() { @@ -14,5 +14,4 @@ class Ticket526TestCase extends SeleniumTestCase $this->pause(800); $this->assertElementPresent("{$base}dpbutton"); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket528TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket528TestCase.php index 79791444..3903000a 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket528TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket528TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket528TestCase extends SeleniumTestCase +class Ticket528TestCase extends PradoGenericSeleniumTest { function test() { @@ -28,5 +28,3 @@ class Ticket528TestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket535TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket535TestCase.php index 222f4b7b..f3ed5bf1 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket535TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket535TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket535TestCase extends SeleniumTestCase +class Ticket535TestCase extends PradoGenericSeleniumTest { function test() { @@ -32,5 +32,3 @@ class Ticket535TestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket538TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket538TestCase.php index 20730b25..16b0f863 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket538TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket538TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket538TestCase extends SeleniumTestCase +class Ticket538TestCase extends PradoGenericSeleniumTest { function test() { @@ -26,5 +26,3 @@ class Ticket538TestCase extends SeleniumTestCase $this->assertText("{$base}ALLog", '4- "test1", 10- "test2",'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php index 62d2599d..f8e5a469 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket54TestCase extends SeleniumTestCase +class Ticket54TestCase extends PradoGenericSeleniumTest { function test() { @@ -8,5 +8,3 @@ class Ticket54TestCase extends SeleniumTestCase $this->verifyTextPresent("|A|a|B|b|C|", ""); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket573TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket573TestCase.php index 755d5dd6..996d72e9 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket573TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket573TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket573TestCase extends SeleniumTestCase +class Ticket573TestCase extends PradoGenericSeleniumTest { function test() { @@ -10,5 +10,3 @@ class Ticket573TestCase extends SeleniumTestCase $this->assertText('test1', '10.00'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket578TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket578TestCase.php index 5f3bd4d6..bc115927 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket578TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket578TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket578TestCase extends SeleniumTestCase +class Ticket578TestCase extends PradoGenericSeleniumTest { function test() { @@ -25,5 +25,3 @@ class Ticket578TestCase extends SeleniumTestCase return 'javascript{'."{$tinymce}.setHTML('{$text}') ? 0 : 1".'}'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket585TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket585TestCase.php index 2b3f671b..8b2d36b3 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket585TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket585TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket585TestCase extends SeleniumTestCase +class Ticket585TestCase extends PradoGenericSeleniumTest { function test() { @@ -23,5 +23,3 @@ class Ticket585TestCase extends SeleniumTestCase $this->assertVisible("{$base}validator1"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket586TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket586TestCase.php index 037b9223..04b9fe57 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket586TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket586TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket586TestCase extends SeleniumTestCase +class Ticket586TestCase extends PradoGenericSeleniumTest { function test() { @@ -17,5 +17,3 @@ class Ticket586TestCase extends SeleniumTestCase $this->assertText("{$base}label1", "Button 2 (default) Clicked!"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket587TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket587TestCase.php index f8255a2f..c7662b5c 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket587TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket587TestCase.php @@ -1,10 +1,9 @@ <?php -class Ticket587TestCase extends SeleniumTestCase +class Ticket587TestCase extends PradoGenericSeleniumTest { function testKeyPress() { - $this->skipBrowsers(self::INTERNET_EXPLORER); $base = 'ctl0_Content_'; $this->open('tickets/index.php?page=Ticket587_reopened'); $this->assertTitle("Verifying Ticket 587_reopened"); @@ -43,5 +42,3 @@ class Ticket587TestCase extends SeleniumTestCase $this->assertText($base."label1", "Selection 2: asd 3 - item 2"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket592TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket592TestCase.php index b6a734b8..8f49ff91 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket592TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket592TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket592TestCase extends SeleniumTestCase +class Ticket592TestCase extends PradoGenericSeleniumTest { function test() { @@ -43,5 +43,3 @@ class Ticket592TestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket595TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket595TestCase.php index 4321bd67..317795d6 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket595TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket595TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket595TestCase extends SeleniumTestCase +class Ticket595TestCase extends PradoGenericSeleniumTest { function test() { @@ -36,4 +36,3 @@ class Ticket595TestCase extends SeleniumTestCase $this->assertAttribute($base.'B@class','null'); } } -?> diff --git a/tests/FunctionalTests/tickets/tests/Ticket622TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket622TestCase.php index 61b7d314..9210d9b5 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket622TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket622TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket622TestCase extends SeleniumTestCase +class Ticket622TestCase extends PradoGenericSeleniumTest { function test() { @@ -15,4 +15,3 @@ class Ticket622TestCase extends SeleniumTestCase $this->assertAttribute('css=span#arb span@style','null'); } } -?> diff --git a/tests/FunctionalTests/tickets/tests/Ticket653TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket653TestCase.php index d4a05fd8..ec5eceb4 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket653TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket653TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket653TestCase extends SeleniumTestCase +class Ticket653TestCase extends PradoGenericSeleniumTest { function test() { @@ -11,5 +11,3 @@ class Ticket653TestCase extends SeleniumTestCase $this->assertText('textspan', 'This is the page for Ticket653'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket656TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket656TestCase.php index df77334b..ff167b0e 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket656TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket656TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket656TestCase extends SeleniumTestCase +class Ticket656TestCase extends PradoGenericSeleniumTest { function test() { @@ -21,5 +21,4 @@ class Ticket656TestCase extends SeleniumTestCase $this->assertText($base."lblStatus",date("d-m-Y", mktime(0,0,0,10,20,2008))); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket659TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket659TestCase.php index 8d705772..91326e9d 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket659TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket659TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket659TestCase extends SeleniumTestCase +class Ticket659TestCase extends PradoGenericSeleniumTest { function test() { @@ -19,5 +19,3 @@ class Ticket659TestCase extends SeleniumTestCase $this->assertText("${base}lbl", "Up"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket660TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket660TestCase.php index 5156d7b4..7fcc5766 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket660TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket660TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket660TestCase extends SeleniumTestCase +class Ticket660TestCase extends PradoGenericSeleniumTest { function test() { @@ -23,4 +23,3 @@ class Ticket660TestCase extends SeleniumTestCase } } -?> diff --git a/tests/FunctionalTests/tickets/tests/Ticket669TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket669TestCase.php index c3c2fa5d..be3483f4 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket669TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket669TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket669TestCase extends SeleniumTestCase +class Ticket669TestCase extends PradoGenericSeleniumTest { function test() { @@ -44,5 +44,4 @@ class Ticket669TestCase extends SeleniumTestCase } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket670TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket670TestCase.php index 657e1137..33e45b49 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket670TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket670TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket670TestCase extends SeleniumTestCase +class Ticket670TestCase extends PradoGenericSeleniumTest { function test() { @@ -18,5 +18,4 @@ class Ticket670TestCase extends SeleniumTestCase } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket671TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket671TestCase.php index 866fc330..031dc991 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket671TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket671TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket671TestCase extends SeleniumTestCase +class Ticket671TestCase extends PradoGenericSeleniumTest { function test() { @@ -38,5 +38,4 @@ class Ticket671TestCase extends SeleniumTestCase $this->verifyText($base.'lblResult2', 'Thanks !'); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket671_reopenedTestCase.php b/tests/FunctionalTests/tickets/tests/Ticket671_reopenedTestCase.php index 63c191cb..639f9e3d 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket671_reopenedTestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket671_reopenedTestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket671_reopenedTestCase extends SeleniumTestCase +class Ticket671_reopenedTestCase extends PradoGenericSeleniumTest { function test() { @@ -46,5 +46,4 @@ class Ticket671_reopenedTestCase extends SeleniumTestCase $this->assertText($base.'Result', 'Check callback called (6) --- Save callback called DATA OK'); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket679TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket679TestCase.php index 9ab29115..4ee22c20 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket679TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket679TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket679TestCase extends SeleniumTestCase +class Ticket679TestCase extends PradoGenericSeleniumTest { function test() { @@ -33,5 +33,4 @@ class Ticket679TestCase extends SeleniumTestCase $this->pause(800); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket691TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket691TestCase.php index 12371e74..a441f82c 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket691TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket691TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket691TestCase extends SeleniumTestCase +class Ticket691TestCase extends PradoGenericSeleniumTest { function test() { @@ -13,5 +13,4 @@ class Ticket691TestCase extends SeleniumTestCase $this->assertText($base."Result", "You vote 3"); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket698TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket698TestCase.php index 30911d5d..8f58a320 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket698TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket698TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket698TestCase extends SeleniumTestCase +class Ticket698TestCase extends PradoGenericSeleniumTest { function test() { @@ -16,5 +16,4 @@ class Ticket698TestCase extends SeleniumTestCase $this->assertNotVisible($base."EditHtmlTextBox"); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket700TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket700TestCase.php index c8929693..0366c2fc 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket700TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket700TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket700TestCase extends SeleniumTestCase +class Ticket700TestCase extends PradoGenericSeleniumTest { function test() { @@ -68,5 +68,4 @@ class Ticket700TestCase extends SeleniumTestCase $this->assertTextPresent('|Param5: Set at app config|'); $this->clickAndWait('ctl0_Logout'); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket703TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket703TestCase.php index b001aa28..515bc275 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket703TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket703TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket703TestCase extends SeleniumTestCase +class Ticket703TestCase extends PradoGenericSeleniumTest { function test() { @@ -17,5 +17,4 @@ class Ticket703TestCase extends SeleniumTestCase $this->click($base.'ctl1'); $this->assertTextPresent($base.'logBox', "Test of prado logging system"); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket708TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket708TestCase.php index 7c9f706b..87509b29 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket708TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket708TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket708TestCase extends SeleniumTestCase +class Ticket708TestCase extends PradoGenericSeleniumTest { function test() { @@ -24,5 +24,4 @@ class Ticket708TestCase extends SeleniumTestCase $this->assertText($base."Result", "You have selected Radio Button #4"); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket719TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket719TestCase.php index 51b321ad..e340306a 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket719TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket719TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket719TestCase extends SeleniumTestCase +class Ticket719TestCase extends PradoGenericSeleniumTest { function test() { @@ -36,5 +36,3 @@ class Ticket719TestCase extends SeleniumTestCase $this->assertText("${base}Result", "TextBox Content : Prado -- Autocomplete Content :France"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket722TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket722TestCase.php index 68a0282c..62e13526 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket722TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket722TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket722TestCase extends SeleniumTestCase +class Ticket722TestCase extends PradoGenericSeleniumTest { function test() { @@ -25,5 +25,4 @@ class Ticket722TestCase extends SeleniumTestCase } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket72TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket72TestCase.php index 346b08e3..111b7583 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket72TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket72TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket72TestCase extends SeleniumTestCase +class Ticket72TestCase extends PradoGenericSeleniumTest { function test() { @@ -12,5 +12,3 @@ class Ticket72TestCase extends SeleniumTestCase $this->verifyTextNotPresent("abcefg", ""); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket745TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket745TestCase.php index 492b10ae..f822e37f 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket745TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket745TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket745TestCase extends SeleniumTestCase +class Ticket745TestCase extends PradoGenericSeleniumTest { function test() { @@ -14,5 +14,4 @@ class Ticket745TestCase extends SeleniumTestCase } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php index 3a993d87..468342a5 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket769TestCase extends SeleniumTestCase +class Ticket769TestCase extends PradoGenericSeleniumTest { function test() { @@ -33,5 +33,4 @@ class Ticket769TestCase extends SeleniumTestCase $this->verifyTextPresent($base.'ctl0', 'T1 clicked clicked' ); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket785TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket785TestCase.php index 153422be..229a68eb 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket785TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket785TestCase.php @@ -1,5 +1,5 @@ <?php -class Ticket785TestCase extends SeleniumTestCase +class Ticket785TestCase extends PradoGenericSeleniumTest { function test() { @@ -30,5 +30,4 @@ class Ticket785TestCase extends SeleniumTestCase } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket823TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket823TestCase.php index c42990de..11e363ba 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket823TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket823TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket823TestCase extends SeleniumTestCase { +class Ticket823TestCase extends PradoGenericSeleniumTest { public function test() { $this->open('tickets/index.php?page=Ticket823'); @@ -10,4 +10,3 @@ class Ticket823TestCase extends SeleniumTestCase { } } -?> diff --git a/tests/FunctionalTests/tickets/tests/Ticket828TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket828TestCase.php index 0c753a63..bbe185ad 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket828TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket828TestCase.php @@ -1,12 +1,9 @@ <?php -class Ticket828TestCase extends SeleniumTestCase +class Ticket828TestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on radio buttons - $this->skipBrowsers(self::OPERA); - $base = "ctl0_Content_"; $this->open("tickets/index.php?page=Ticket828"); $this->click("{$base}submit1"); @@ -37,5 +34,4 @@ class Ticket828TestCase extends SeleniumTestCase $this->assertNotVisible("{$base}validator2"); $this->assertNotVisible("{$base}validator3"); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket849TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket849TestCase.php index 52f47e2e..fef9ac31 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket849TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket849TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket849TestCase extends SeleniumTestCase +class Ticket849TestCase extends PradoGenericSeleniumTest { function test() { @@ -14,5 +14,3 @@ class Ticket849TestCase extends SeleniumTestCase $this->assertValue($base.'ctl0', date('m-d-Y')); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket876TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket876TestCase.php index 0ad9ebfa..8006dd09 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket876TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket876TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket876TestCase extends SeleniumTestCase { +class Ticket876TestCase extends PradoGenericSeleniumTest { public function test() { $this->open('tickets/index.php?page=Ticket876'); @@ -20,4 +20,3 @@ class Ticket876TestCase extends SeleniumTestCase { } -?> diff --git a/tests/FunctionalTests/tickets/tests/Ticket886TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket886TestCase.php index 1350096b..99990ebf 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket886TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket886TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket886TestCase extends SeleniumTestCase +class Ticket886TestCase extends PradoGenericSeleniumTest { function test() { @@ -12,4 +12,3 @@ class Ticket886TestCase extends SeleniumTestCase } } -?> diff --git a/tests/FunctionalTests/tickets/tests/Ticket897TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket897TestCase.php index c59dbdcd..67d1f1f2 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket897TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket897TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket897TestCase extends SeleniumTestCase +class Ticket897TestCase extends PradoGenericSeleniumTest { function test() { @@ -16,4 +16,3 @@ class Ticket897TestCase extends SeleniumTestCase } } -?> diff --git a/tests/FunctionalTests/tickets/tests/Ticket900TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket900TestCase.php index b80e1187..3ec69873 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket900TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket900TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket900TestCase extends SeleniumTestCase +class Ticket900TestCase extends PradoGenericSeleniumTest { function test() { @@ -16,4 +16,3 @@ class Ticket900TestCase extends SeleniumTestCase } } -?> diff --git a/tests/FunctionalTests/tickets/tests/Ticket922TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket922TestCase.php index 8420c10d..208bd1d0 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket922TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket922TestCase.php @@ -1,6 +1,6 @@ <?php -class Ticket922TestCase extends SeleniumTestCase +class Ticket922TestCase extends PradoGenericSeleniumTest { function test() { @@ -15,4 +15,3 @@ class Ticket922TestCase extends SeleniumTestCase } } -?> diff --git a/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php index 8d11f98b..a56925a8 100644..100755 --- a/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php @@ -4,7 +4,7 @@ * */ -class Ticket93TestCase extends SeleniumTestCase +class Ticket93TestCase extends PradoGenericSeleniumTest { function test() { @@ -13,4 +13,3 @@ class Ticket93TestCase extends SeleniumTestCase } } -?> diff --git a/tests/FunctionalTests/validators.php b/tests/FunctionalTests/validators.php deleted file mode 100644 index 521cca56..00000000 --- a/tests/FunctionalTests/validators.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -require('../test_tools/functional_tests.php'); - -$tester=new PradoFunctionalTester(dirname(__FILE__).'/validators/tests'); -$tester->run(new SimpleReporter()); - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/assets/.gitignore b/tests/FunctionalTests/validators/assets/.gitignore index d6b7ef32..d6b7ef32 100644..100755 --- a/tests/FunctionalTests/validators/assets/.gitignore +++ b/tests/FunctionalTests/validators/assets/.gitignore diff --git a/tests/FunctionalTests/validators/index.php b/tests/FunctionalTests/validators/index.php index fe127639..77ddf367 100644..100755 --- a/tests/FunctionalTests/validators/index.php +++ b/tests/FunctionalTests/validators/index.php @@ -4,5 +4,3 @@ require_once(dirname(__FILE__).'/../../../framework/prado.php'); $app=new TApplication; $app->run(); - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/protected/pages/Button.page b/tests/FunctionalTests/validators/protected/pages/Button.page index 5acc596b..5acc596b 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/Button.page +++ b/tests/FunctionalTests/validators/protected/pages/Button.page diff --git a/tests/FunctionalTests/validators/protected/pages/Button.php b/tests/FunctionalTests/validators/protected/pages/Button.php index 94aaf6c8..43913831 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/Button.php +++ b/tests/FunctionalTests/validators/protected/pages/Button.php @@ -23,5 +23,3 @@ class Button extends TPage $this->Result3->Text.=' and valid'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/protected/pages/CausesValidation.page b/tests/FunctionalTests/validators/protected/pages/CausesValidation.page index c6748b9a..c6748b9a 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/CausesValidation.page +++ b/tests/FunctionalTests/validators/protected/pages/CausesValidation.page diff --git a/tests/FunctionalTests/validators/protected/pages/CheckBox.page b/tests/FunctionalTests/validators/protected/pages/CheckBox.page index e5cb39ff..e5cb39ff 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/CheckBox.page +++ b/tests/FunctionalTests/validators/protected/pages/CheckBox.page diff --git a/tests/FunctionalTests/validators/protected/pages/CheckBox.php b/tests/FunctionalTests/validators/protected/pages/CheckBox.php index f29792e0..641d1419 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/CheckBox.php +++ b/tests/FunctionalTests/validators/protected/pages/CheckBox.php @@ -23,5 +23,3 @@ class CheckBox extends TPage $this->Result3->Text.=' and valid'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/protected/pages/CompareValidator.page b/tests/FunctionalTests/validators/protected/pages/CompareValidator.page index 679d2e8e..679d2e8e 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/CompareValidator.page +++ b/tests/FunctionalTests/validators/protected/pages/CompareValidator.page diff --git a/tests/FunctionalTests/validators/protected/pages/ConditionalValidation.page b/tests/FunctionalTests/validators/protected/pages/ConditionalValidation.page index ad43135b..ad43135b 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/ConditionalValidation.page +++ b/tests/FunctionalTests/validators/protected/pages/ConditionalValidation.page diff --git a/tests/FunctionalTests/validators/protected/pages/ConditionalValidation.php b/tests/FunctionalTests/validators/protected/pages/ConditionalValidation.php index 83546617..5bdf9282 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/ConditionalValidation.php +++ b/tests/FunctionalTests/validators/protected/pages/ConditionalValidation.php @@ -17,4 +17,3 @@ class ConditionalValidation extends TPage } } -?> diff --git a/tests/FunctionalTests/validators/protected/pages/CustomValidator.page b/tests/FunctionalTests/validators/protected/pages/CustomValidator.page index 2d0d490b..2d0d490b 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/CustomValidator.page +++ b/tests/FunctionalTests/validators/protected/pages/CustomValidator.page diff --git a/tests/FunctionalTests/validators/protected/pages/CustomValidator.php b/tests/FunctionalTests/validators/protected/pages/CustomValidator.php index b56a9d8b..1e630601 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/CustomValidator.php +++ b/tests/FunctionalTests/validators/protected/pages/CustomValidator.php @@ -11,4 +11,3 @@ class CustomValidator extends TPage } } -?> diff --git a/tests/FunctionalTests/validators/protected/pages/DataTypeValidator.page b/tests/FunctionalTests/validators/protected/pages/DataTypeValidator.page index 48821f83..48821f83 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/DataTypeValidator.page +++ b/tests/FunctionalTests/validators/protected/pages/DataTypeValidator.page diff --git a/tests/FunctionalTests/validators/protected/pages/DatePicker.page b/tests/FunctionalTests/validators/protected/pages/DatePicker.page index 7dfd2788..7dfd2788 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/DatePicker.page +++ b/tests/FunctionalTests/validators/protected/pages/DatePicker.page diff --git a/tests/FunctionalTests/validators/protected/pages/Home.php b/tests/FunctionalTests/validators/protected/pages/Home.php index 37804419..9bb123b9 100755 --- a/tests/FunctionalTests/validators/protected/pages/Home.php +++ b/tests/FunctionalTests/validators/protected/pages/Home.php @@ -30,5 +30,3 @@ class Home extends TPage return $list; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/protected/pages/ImageButton.page b/tests/FunctionalTests/validators/protected/pages/ImageButton.page index d1fae361..d1fae361 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/ImageButton.page +++ b/tests/FunctionalTests/validators/protected/pages/ImageButton.page diff --git a/tests/FunctionalTests/validators/protected/pages/ImageButton.php b/tests/FunctionalTests/validators/protected/pages/ImageButton.php index 65392b75..175c5f55 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/ImageButton.php +++ b/tests/FunctionalTests/validators/protected/pages/ImageButton.php @@ -23,5 +23,3 @@ class ImageButton extends TPage $this->Result3->Text.=' and valid'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/protected/pages/Layout.php b/tests/FunctionalTests/validators/protected/pages/Layout.php index 7f5e5802..723f200c 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/Layout.php +++ b/tests/FunctionalTests/validators/protected/pages/Layout.php @@ -3,5 +3,3 @@ class Layout extends TTemplateControl { } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/protected/pages/Layout.tpl b/tests/FunctionalTests/validators/protected/pages/Layout.tpl index 25dbea09..25dbea09 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/Layout.tpl +++ b/tests/FunctionalTests/validators/protected/pages/Layout.tpl diff --git a/tests/FunctionalTests/validators/protected/pages/LinkButton.page b/tests/FunctionalTests/validators/protected/pages/LinkButton.page index 8ed1c338..8ed1c338 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/LinkButton.page +++ b/tests/FunctionalTests/validators/protected/pages/LinkButton.page diff --git a/tests/FunctionalTests/validators/protected/pages/LinkButton.php b/tests/FunctionalTests/validators/protected/pages/LinkButton.php index 2b5a3c23..2da51c20 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/LinkButton.php +++ b/tests/FunctionalTests/validators/protected/pages/LinkButton.php @@ -23,5 +23,3 @@ class LinkButton extends TPage $this->Result3->Text.=' and valid'; } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/protected/pages/ListControl.page b/tests/FunctionalTests/validators/protected/pages/ListControl.page index 1429e184..1429e184 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/ListControl.page +++ b/tests/FunctionalTests/validators/protected/pages/ListControl.page diff --git a/tests/FunctionalTests/validators/protected/pages/RangeValidatorDate.page b/tests/FunctionalTests/validators/protected/pages/RangeValidatorDate.page index f7f65460..f7f65460 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/RangeValidatorDate.page +++ b/tests/FunctionalTests/validators/protected/pages/RangeValidatorDate.page diff --git a/tests/FunctionalTests/validators/protected/pages/RangeValidatorFloat.page b/tests/FunctionalTests/validators/protected/pages/RangeValidatorFloat.page index 18c476c7..18c476c7 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/RangeValidatorFloat.page +++ b/tests/FunctionalTests/validators/protected/pages/RangeValidatorFloat.page diff --git a/tests/FunctionalTests/validators/protected/pages/RangeValidatorInteger.page b/tests/FunctionalTests/validators/protected/pages/RangeValidatorInteger.page index 922236e5..922236e5 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/RangeValidatorInteger.page +++ b/tests/FunctionalTests/validators/protected/pages/RangeValidatorInteger.page diff --git a/tests/FunctionalTests/validators/protected/pages/RangeValidatorString.page b/tests/FunctionalTests/validators/protected/pages/RangeValidatorString.page index 64e596d6..64e596d6 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/RangeValidatorString.page +++ b/tests/FunctionalTests/validators/protected/pages/RangeValidatorString.page diff --git a/tests/FunctionalTests/validators/protected/pages/RegularExpressionValidator.page b/tests/FunctionalTests/validators/protected/pages/RegularExpressionValidator.page index cfd7a333..cfd7a333 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/RegularExpressionValidator.page +++ b/tests/FunctionalTests/validators/protected/pages/RegularExpressionValidator.page diff --git a/tests/FunctionalTests/validators/protected/pages/RequiredFieldValidator.page b/tests/FunctionalTests/validators/protected/pages/RequiredFieldValidator.page index f8a1c4ca..f8a1c4ca 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/RequiredFieldValidator.page +++ b/tests/FunctionalTests/validators/protected/pages/RequiredFieldValidator.page diff --git a/tests/FunctionalTests/validators/protected/pages/RequiredListValidator.page b/tests/FunctionalTests/validators/protected/pages/RequiredListValidator.page index d527ee9d..d527ee9d 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/RequiredListValidator.page +++ b/tests/FunctionalTests/validators/protected/pages/RequiredListValidator.page diff --git a/tests/FunctionalTests/validators/protected/pages/StringRangeValidator.page b/tests/FunctionalTests/validators/protected/pages/StringRangeValidator.page index 14f63801..14f63801 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/StringRangeValidator.page +++ b/tests/FunctionalTests/validators/protected/pages/StringRangeValidator.page diff --git a/tests/FunctionalTests/validators/protected/pages/ValidationSummary.page b/tests/FunctionalTests/validators/protected/pages/ValidationSummary.page index d260a93a..d260a93a 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/ValidationSummary.page +++ b/tests/FunctionalTests/validators/protected/pages/ValidationSummary.page diff --git a/tests/FunctionalTests/validators/protected/pages/config.xml b/tests/FunctionalTests/validators/protected/pages/config.xml index 83bb5791..83bb5791 100644..100755 --- a/tests/FunctionalTests/validators/protected/pages/config.xml +++ b/tests/FunctionalTests/validators/protected/pages/config.xml diff --git a/tests/FunctionalTests/validators/protected/runtime/.gitignore b/tests/FunctionalTests/validators/protected/runtime/.gitignore index d6b7ef32..d6b7ef32 100644..100755 --- a/tests/FunctionalTests/validators/protected/runtime/.gitignore +++ b/tests/FunctionalTests/validators/protected/runtime/.gitignore diff --git a/tests/FunctionalTests/validators/tests/ButtonTestCase.php b/tests/FunctionalTests/validators/tests/ButtonTestCase.php index 99ebf4a4..58001322 100644..100755 --- a/tests/FunctionalTests/validators/tests/ButtonTestCase.php +++ b/tests/FunctionalTests/validators/tests/ButtonTestCase.php @@ -1,6 +1,6 @@ <?php -class ButtonTestCase extends SeleniumTestCase +class ButtonTestCase extends PradoGenericSeleniumTest { function test() { @@ -61,5 +61,3 @@ class ButtonTestCase extends SeleniumTestCase $this->verifyTextPresent('Button3 is clicked and valid'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/tests/CheckBoxTestCase.php b/tests/FunctionalTests/validators/tests/CheckBoxTestCase.php index 957a7cbf..847cbc9a 100644..100755 --- a/tests/FunctionalTests/validators/tests/CheckBoxTestCase.php +++ b/tests/FunctionalTests/validators/tests/CheckBoxTestCase.php @@ -1,12 +1,9 @@ <?php -class CheckBoxTestCase extends SeleniumTestCase +class CheckBoxTestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on radio buttons - $this->skipBrowsers(self::OPERA); - $this->open('validators/index.php?page=CheckBox'); @@ -66,5 +63,3 @@ class CheckBoxTestCase extends SeleniumTestCase $this->verifyTextPresent('Button3 is clicked and valid'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/tests/CompareValidatorTestCase.php b/tests/FunctionalTests/validators/tests/CompareValidatorTestCase.php index 5a7dbc80..187351c1 100644..100755 --- a/tests/FunctionalTests/validators/tests/CompareValidatorTestCase.php +++ b/tests/FunctionalTests/validators/tests/CompareValidatorTestCase.php @@ -1,7 +1,7 @@ <?php //New Test -class CompareValidatorTestCase extends SeleniumTestCase +class CompareValidatorTestCase extends PradoGenericSeleniumTest { function test() { @@ -42,5 +42,3 @@ class CompareValidatorTestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/tests/ConditionalValidationTestCase.php b/tests/FunctionalTests/validators/tests/ConditionalValidationTestCase.php index 0c0ffc51..02b174ef 100644..100755 --- a/tests/FunctionalTests/validators/tests/ConditionalValidationTestCase.php +++ b/tests/FunctionalTests/validators/tests/ConditionalValidationTestCase.php @@ -1,6 +1,6 @@ <?php -class ConditionalValidationTestCase extends SeleniumTestCase +class ConditionalValidationTestCase extends PradoGenericSeleniumTest { function test() { @@ -52,4 +52,3 @@ class ConditionalValidationTestCase extends SeleniumTestCase } -?> diff --git a/tests/FunctionalTests/validators/tests/CustomValidatorTestCase.php b/tests/FunctionalTests/validators/tests/CustomValidatorTestCase.php index c5cbae8e..106f7a00 100644..100755 --- a/tests/FunctionalTests/validators/tests/CustomValidatorTestCase.php +++ b/tests/FunctionalTests/validators/tests/CustomValidatorTestCase.php @@ -1,7 +1,7 @@ <?php //New Test -class CustomValidatorTestCase extends SeleniumTestCase +class CustomValidatorTestCase extends PradoGenericSeleniumTest { function test() { @@ -27,5 +27,3 @@ class CustomValidatorTestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php b/tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php index c7c4bdb6..5ec5f065 100644..100755 --- a/tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php +++ b/tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php @@ -3,7 +3,7 @@ * Created on 25/04/2006 */ -class DataTypeValidatorTestCase extends SeleniumTestCase +class DataTypeValidatorTestCase extends PradoGenericSeleniumTest { function test() { @@ -46,4 +46,3 @@ class DataTypeValidatorTestCase extends SeleniumTestCase } -?> diff --git a/tests/FunctionalTests/validators/tests/DatePickerTestCase.php b/tests/FunctionalTests/validators/tests/DatePickerTestCase.php index 12368448..e7425a33 100644..100755 --- a/tests/FunctionalTests/validators/tests/DatePickerTestCase.php +++ b/tests/FunctionalTests/validators/tests/DatePickerTestCase.php @@ -1,6 +1,6 @@ <?php -class DatePickerTestCase extends SeleniumTestCase +class DatePickerTestCase extends PradoGenericSeleniumTest { function test() { @@ -69,4 +69,3 @@ class DatePickerTestCase extends SeleniumTestCase } -?> diff --git a/tests/FunctionalTests/validators/tests/ImageButtonTestCase.php b/tests/FunctionalTests/validators/tests/ImageButtonTestCase.php index a83c4f89..e6b5d6d8 100644..100755 --- a/tests/FunctionalTests/validators/tests/ImageButtonTestCase.php +++ b/tests/FunctionalTests/validators/tests/ImageButtonTestCase.php @@ -1,6 +1,6 @@ <?php -class ImageButtonTestCase extends SeleniumTestCase +class ImageButtonTestCase extends PradoGenericSeleniumTest { function test() { @@ -61,5 +61,3 @@ class ImageButtonTestCase extends SeleniumTestCase $this->verifyTextPresent('Button3 is clicked and valid'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/tests/LinkButtonTestCase.php b/tests/FunctionalTests/validators/tests/LinkButtonTestCase.php index fa9508fb..b523452c 100644..100755 --- a/tests/FunctionalTests/validators/tests/LinkButtonTestCase.php +++ b/tests/FunctionalTests/validators/tests/LinkButtonTestCase.php @@ -1,6 +1,6 @@ <?php -class LinkButtonTestCase extends SeleniumTestCase +class LinkButtonTestCase extends PradoGenericSeleniumTest { function test() { @@ -60,5 +60,3 @@ class LinkButtonTestCase extends SeleniumTestCase $this->verifyTextPresent('Button3 is clicked and valid'); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/tests/ListControlTestCase.php b/tests/FunctionalTests/validators/tests/ListControlTestCase.php index e4281794..68feee84 100644..100755 --- a/tests/FunctionalTests/validators/tests/ListControlTestCase.php +++ b/tests/FunctionalTests/validators/tests/ListControlTestCase.php @@ -3,13 +3,10 @@ * Created on 24/04/2006 */ -class ListControlTestCase extends SeleniumTestCase +class ListControlTestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on radio buttons - $this->skipBrowsers(self::OPERA); - $base = "ctl0_Content_"; $this->open("validators/index.php?page=ListControl", ""); $this->verifyTextPresent("List Control Required Field Validation Test", ""); @@ -48,4 +45,3 @@ class ListControlTestCase extends SeleniumTestCase } -?> diff --git a/tests/FunctionalTests/validators/tests/RangeValidatorTestCase.php b/tests/FunctionalTests/validators/tests/RangeValidatorTestCase.php index 31ad6c23..022ee7f6 100644..100755 --- a/tests/FunctionalTests/validators/tests/RangeValidatorTestCase.php +++ b/tests/FunctionalTests/validators/tests/RangeValidatorTestCase.php @@ -1,7 +1,7 @@ <?php //New Test -class RangeValidatorTestCase extends SeleniumTestCase +class RangeValidatorTestCase extends PradoGenericSeleniumTest { function testIntegerRange() { @@ -164,4 +164,3 @@ class RangeValidatorTestCase extends SeleniumTestCase } } -?> diff --git a/tests/FunctionalTests/validators/tests/RegExpValidatorTestCase.php b/tests/FunctionalTests/validators/tests/RegExpValidatorTestCase.php index 40719cf3..f269bf3b 100644..100755 --- a/tests/FunctionalTests/validators/tests/RegExpValidatorTestCase.php +++ b/tests/FunctionalTests/validators/tests/RegExpValidatorTestCase.php @@ -1,7 +1,7 @@ <?php //New Test -class RegExpValidatorTestCase extends SeleniumTestCase +class RegExpValidatorTestCase extends PradoGenericSeleniumTest { function test() { @@ -30,5 +30,3 @@ class RegExpValidatorTestCase extends SeleniumTestCase } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/tests/RequiredFieldTestCase.php b/tests/FunctionalTests/validators/tests/RequiredFieldTestCase.php index 69765238..f8b54eb0 100644..100755 --- a/tests/FunctionalTests/validators/tests/RequiredFieldTestCase.php +++ b/tests/FunctionalTests/validators/tests/RequiredFieldTestCase.php @@ -1,12 +1,9 @@ <?php -class RequiredFieldTestCase extends SeleniumTestCase +class RequiredFieldTestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on radio buttons - $this->skipBrowsers(self::OPERA); - $base = "ctl0_Content_"; $this->open("validators/index.php?page=RequiredFieldValidator"); $this->assertTextPresent("RequiredFieldValidator Tests"); @@ -86,5 +83,4 @@ class RequiredFieldTestCase extends SeleniumTestCase $this->pause(250); $this->assertNotVisible("{$base}validator9"); } -} -?>
\ No newline at end of file +}
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/tests/RequiredListTestCase.php b/tests/FunctionalTests/validators/tests/RequiredListTestCase.php index 2151e492..2662c721 100644..100755 --- a/tests/FunctionalTests/validators/tests/RequiredListTestCase.php +++ b/tests/FunctionalTests/validators/tests/RequiredListTestCase.php @@ -1,13 +1,10 @@ <?php -class RequiredListTestCase extends SeleniumTestCase +class RequiredListTestCase extends PradoGenericSeleniumTest { function test() { - //problem with test runner clicking on radio buttons - $this->skipBrowsers(self::OPERA); - $base = "ctl0_Content_"; $this->open("validators/index.php?page=RequiredListValidator"); $this->click("{$base}submit1"); @@ -39,5 +36,3 @@ class RequiredListTestCase extends SeleniumTestCase $this->assertNotVisible("{$base}validator3"); } } - -?>
\ No newline at end of file diff --git a/tests/FunctionalTests/validators/tests/ValidationSummaryTestCase.php b/tests/FunctionalTests/validators/tests/ValidationSummaryTestCase.php index 802392ac..7dc1d6b1 100644..100755 --- a/tests/FunctionalTests/validators/tests/ValidationSummaryTestCase.php +++ b/tests/FunctionalTests/validators/tests/ValidationSummaryTestCase.php @@ -1,7 +1,7 @@ <?php //New Test -class ValidationSummaryTestCase extends SeleniumTestCase +class ValidationSummaryTestCase extends PradoGenericSeleniumTest { function test() { @@ -46,5 +46,3 @@ class ValidationSummaryTestCase extends SeleniumTestCase */ } } - -?>
\ No newline at end of file |