From 7c65b2f40ea9242260eac5a746863f5925423861 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 22 Sep 2013 22:39:41 +0200 Subject: Phing: added target for phpunit+selenium Functional tests were using an old selenium RC version. Ported them to use phpunit + selenium; next: opensauce --- .../quickstart/ActiveControls/ActiveButtonTestCase.php | 4 +--- .../quickstart/ActiveControls/ActiveCheckBoxTestCase.php | 4 +--- .../quickstart/ActiveControls/ActiveCustomValidatorTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Advanced/I18N.php | 4 +--- tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/CheckBoxListTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/DataGrid2TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/DataGrid4TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/DataGrid5TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/DataGrid6TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/ExpressionTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/HyperLinkTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/ImageTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/LabelTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/LinkButtonTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/PagerTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/PanelTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/RadioButtonListTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/RadioButtonTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/Repeater1TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/Repeater2TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/Repeater3TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/StatementsTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/TabPanelTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/TableTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/TextBoxTestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/Wizard1TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php | 4 +--- tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php | 4 +--- 43 files changed, 43 insertions(+), 129 deletions(-) mode change 100644 => 100755 tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Advanced/I18N.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/CheckBoxListTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/DataGrid2TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/DataGrid4TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/DataGrid5TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/DataGrid6TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/ExpressionTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/HyperLinkTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/ImageTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/LabelTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/LinkButtonTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/PagerTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/PanelTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/RadioButtonListTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/RadioButtonTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/Repeater1TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/Repeater2TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/Repeater3TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/StatementsTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/TabPanelTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/TableTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/TextBoxTestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/Wizard1TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php mode change 100644 => 100755 tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php (limited to 'tests/FunctionalTests/quickstart') diff --git a/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php b/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php old mode 100644 new mode 100755 index 408776f3..03861440 --- a/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/ActiveControls/ActiveButtonTestCase.php @@ -1,6 +1,6 @@ verifyElementPresent("//input[@type='submit' and @value=\"I'm clicked using callback\"]", ""); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php old mode 100644 new mode 100755 index 15a3c798..4f210608 --- a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php +++ b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCheckBoxTestCase.php @@ -1,7 +1,7 @@ assertChecked("//input[@name='ctl0\$body\$CheckBox2']"); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php old mode 100644 new mode 100755 index 4b81e872..967842b0 --- a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php +++ b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php @@ -1,6 +1,6 @@ assertNotVisible($base.'validator1'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Advanced/I18N.php b/tests/FunctionalTests/quickstart/Advanced/I18N.php old mode 100644 new mode 100755 index fb8aa710..726501ce --- a/tests/FunctionalTests/quickstart/Advanced/I18N.php +++ b/tests/FunctionalTests/quickstart/Advanced/I18N.php @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php b/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php old mode 100644 new mode 100755 index e1987e38..0b272428 --- a/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php @@ -1,6 +1,6 @@ verifyTextPresent("You clicked amazon : http://www.amazon.com/.", ""); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php old mode 100644 new mode 100755 index ca079c14..ad84e1d0 --- a/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php @@ -1,6 +1,6 @@ verifyNotVisible('ctl0_body_ctl3'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/CheckBoxListTestCase.php b/tests/FunctionalTests/quickstart/Controls/CheckBoxListTestCase.php old mode 100644 new mode 100755 index 01db9da7..242bc815 --- a/tests/FunctionalTests/quickstart/Controls/CheckBoxListTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/CheckBoxListTestCase.php @@ -1,7 +1,7 @@ verifyNotVisible('ctl0_body_ctl8'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php b/tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php old mode 100644 new mode 100755 index 4cd71bd4..57b50dd9 --- a/tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php @@ -1,6 +1,6 @@ verifyNotVisible('ctl0_body_ctl7'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php old mode 100644 new mode 100755 index 9eea13b8..57ee92ae --- a/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php @@ -1,6 +1,6 @@ verifyAttribute("ctl0_body_DataGrid@cellpadding","2"); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid2TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid2TestCase.php old mode 100644 new mode 100755 index 6573125a..0473d6d5 --- a/tests/FunctionalTests/quickstart/Controls/DataGrid2TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid2TestCase.php @@ -1,6 +1,6 @@ verifyTextPresent('Head First Design Patterns',''); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php old mode 100644 new mode 100755 index d342c791..47762d7d --- a/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php @@ -1,6 +1,6 @@ verifyTextPresent("Extreme Programming Explained : Embrace Change",''); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid4TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid4TestCase.php old mode 100644 new mode 100755 index 0e554dea..9a212dd8 --- a/tests/FunctionalTests/quickstart/Controls/DataGrid4TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid4TestCase.php @@ -1,6 +1,6 @@ verifyAttribute('ctl0_body_DataGrid_ctl4_ctl5@checked','regexp:false|null'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid5TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid5TestCase.php old mode 100644 new mode 100755 index c602ddf1..f854d44c --- a/tests/FunctionalTests/quickstart/Controls/DataGrid5TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid5TestCase.php @@ -1,6 +1,6 @@ verifyTextNotPresent('ITN018',''); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid6TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid6TestCase.php old mode 100644 new mode 100755 index 1bf00aff..c6fba20f --- a/tests/FunctionalTests/quickstart/Controls/DataGrid6TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataGrid6TestCase.php @@ -1,6 +1,6 @@ verifyTextNotPresent('ITN006',''); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php old mode 100644 new mode 100755 index 4a42bf7b..4ff6478a --- a/tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php @@ -1,6 +1,6 @@ verifyElementPresent("//td[@align='right']"); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php old mode 100644 new mode 100755 index 4d91e409..4fb3743e --- a/tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php @@ -1,6 +1,6 @@ verifyTextPresent("Monitor ", ""); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php b/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php old mode 100644 new mode 100755 index ebd0b5e7..e374de1d --- a/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php @@ -1,6 +1,6 @@ verifyNotVisible('ctl0_body_ctl8'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/ExpressionTestCase.php b/tests/FunctionalTests/quickstart/Controls/ExpressionTestCase.php old mode 100644 new mode 100755 index b474518d..4d47fecd --- a/tests/FunctionalTests/quickstart/Controls/ExpressionTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ExpressionTestCase.php @@ -1,6 +1,6 @@ verifyTextPresent('PRADO QuickStart Sample'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php b/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php old mode 100644 new mode 100755 index 82d3ad24..caa7a893 --- a/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/HyperLinkTestCase.php b/tests/FunctionalTests/quickstart/Controls/HyperLinkTestCase.php old mode 100644 new mode 100755 index 3b48e961..dc0261e7 --- a/tests/FunctionalTests/quickstart/Controls/HyperLinkTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/HyperLinkTestCase.php @@ -1,6 +1,6 @@ verifyElementPresent("//a[contains(text(),'Body contents')]"); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php old mode 100644 new mode 100755 index 32568e59..bf531d72 --- a/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php @@ -1,6 +1,6 @@ verifyNotVisible('ctl0_body_ctl2'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/ImageTestCase.php b/tests/FunctionalTests/quickstart/Controls/ImageTestCase.php old mode 100644 new mode 100755 index f203f6aa..19e80470 --- a/tests/FunctionalTests/quickstart/Controls/ImageTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ImageTestCase.php @@ -1,7 +1,7 @@ verifyElementPresent("//img[contains(@src,'/hello_world.gif') and contains(@longdesc,'HelloWorld.html')]"); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/LabelTestCase.php b/tests/FunctionalTests/quickstart/Controls/LabelTestCase.php old mode 100644 new mode 100755 index a2a02ff5..03bba8ed --- a/tests/FunctionalTests/quickstart/Controls/LabelTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/LabelTestCase.php @@ -1,7 +1,7 @@ type("ctl0\$body\$test", "test"); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/LinkButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/LinkButtonTestCase.php old mode 100644 new mode 100755 index 1f33ba07..57e7b975 --- a/tests/FunctionalTests/quickstart/Controls/LinkButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/LinkButtonTestCase.php @@ -1,6 +1,6 @@ verifyNotVisible('ctl0_body_ctl4'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php b/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php old mode 100644 new mode 100755 index dcd048b5..bb1a8be0 --- a/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php @@ -1,7 +1,7 @@ verifyNotVisible('ctl0_body_ctl12'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php b/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php old mode 100644 new mode 100755 index 080af26d..4a31a0be --- a/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php @@ -1,6 +1,6 @@ verifySelected('ctl0$body$DropDownList', "label=Blue"); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php b/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php old mode 100644 new mode 100755 index fac4160f..9ffbdcf6 --- a/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php @@ -1,6 +1,6 @@ verifyTextNotPresent('ITN018',''); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/PanelTestCase.php b/tests/FunctionalTests/quickstart/Controls/PanelTestCase.php old mode 100644 new mode 100755 index 8d1e28fb..3def308b --- a/tests/FunctionalTests/quickstart/Controls/PanelTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/PanelTestCase.php @@ -1,6 +1,6 @@ verifyTextPresent("You have clicked on 'button2'."); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/RadioButtonListTestCase.php b/tests/FunctionalTests/quickstart/Controls/RadioButtonListTestCase.php old mode 100644 new mode 100755 index 6c179a24..659f20ff --- a/tests/FunctionalTests/quickstart/Controls/RadioButtonListTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/RadioButtonListTestCase.php @@ -1,7 +1,7 @@ verifyNotVisible('ctl0_body_ctl8'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/RadioButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/RadioButtonTestCase.php old mode 100644 new mode 100755 index 644d1c29..86a4bf86 --- a/tests/FunctionalTests/quickstart/Controls/RadioButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/RadioButtonTestCase.php @@ -1,6 +1,6 @@ verifyTextPresent("Your selection is 34"); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Repeater1TestCase.php b/tests/FunctionalTests/quickstart/Controls/Repeater1TestCase.php old mode 100644 new mode 100755 index b2d51118..948055e1 --- a/tests/FunctionalTests/quickstart/Controls/Repeater1TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Repeater1TestCase.php @@ -1,6 +1,6 @@ verifyElementPresent("//table[@cellpadding='2']"); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Repeater2TestCase.php b/tests/FunctionalTests/quickstart/Controls/Repeater2TestCase.php old mode 100644 new mode 100755 index b592a135..7d989fd0 --- a/tests/FunctionalTests/quickstart/Controls/Repeater2TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Repeater2TestCase.php @@ -1,6 +1,6 @@ verifyElementPresent("//tr[@id='ctl0_body_Repeater_ctl4_Repeater2_ctl2_Row']",""); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Repeater3TestCase.php b/tests/FunctionalTests/quickstart/Controls/Repeater3TestCase.php old mode 100644 new mode 100755 index e1922ffd..a5031af5 --- a/tests/FunctionalTests/quickstart/Controls/Repeater3TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Repeater3TestCase.php @@ -1,6 +1,6 @@ verifyElementPresent("//td[text()='99.01']",''); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/StatementsTestCase.php b/tests/FunctionalTests/quickstart/Controls/StatementsTestCase.php old mode 100644 new mode 100755 index b8f322d7..a7c4c579 --- a/tests/FunctionalTests/quickstart/Controls/StatementsTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/StatementsTestCase.php @@ -1,6 +1,6 @@ verifyTextPresent('UniqueID is \'ctl0$body$ctl0\''); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/TabPanelTestCase.php b/tests/FunctionalTests/quickstart/Controls/TabPanelTestCase.php old mode 100644 new mode 100755 index 66417eda..d01e824d --- a/tests/FunctionalTests/quickstart/Controls/TabPanelTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/TabPanelTestCase.php @@ -1,6 +1,6 @@ verifyVisible('ctl0_body_ctl2'); // view 3 } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/TableTestCase.php b/tests/FunctionalTests/quickstart/Controls/TableTestCase.php old mode 100644 new mode 100755 index 7ea6fc39..128f4b22 --- a/tests/FunctionalTests/quickstart/Controls/TableTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/TableTestCase.php @@ -1,6 +1,6 @@ verifyElementPresent("//td[text()='Cell 1']"); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/TextBoxTestCase.php b/tests/FunctionalTests/quickstart/Controls/TextBoxTestCase.php old mode 100644 new mode 100755 index 7bf46351..b17f9e9b --- a/tests/FunctionalTests/quickstart/Controls/TextBoxTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/TextBoxTestCase.php @@ -1,6 +1,6 @@ verifyNotVisible('ctl0_body_ctl15'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard1TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard1TestCase.php old mode 100644 new mode 100755 index 474529a6..5e7018c4 --- a/tests/FunctionalTests/quickstart/Controls/Wizard1TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard1TestCase.php @@ -1,6 +1,6 @@ verifyTextPresent('Wizard Step 2'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php old mode 100644 new mode 100755 index 3c49bfd8..a77280ff --- a/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php @@ -1,6 +1,6 @@ verifyTextPresent('Thank you for your answer'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php old mode 100644 new mode 100755 index 04224bb4..ec0efe90 --- a/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php @@ -1,6 +1,6 @@ verifyTextPresent('Your favorite sport is: Baseball'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php old mode 100644 new mode 100755 index b2d757dc..3cbf1bd3 --- a/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php @@ -1,6 +1,6 @@ verifyTextPresent('Step 3 of 3'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php old mode 100644 new mode 100755 index 631167b9..debd8d43 --- a/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php @@ -1,6 +1,6 @@ verifyTextPresent('Your favorite sport is: Football'); } } - -?> \ No newline at end of file diff --git a/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php b/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php old mode 100644 new mode 100755 index 8803e352..3d531b47 --- a/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php +++ b/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php @@ -1,6 +1,6 @@ verifyTextPresent("maximum of 5", ""); } } - -?> \ No newline at end of file -- cgit v1.2.3