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/tickets | |
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/tickets')
288 files changed, 110 insertions, 378 deletions
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 } } -?> |