From 6215202c20ab394f273c4b79b71f80003bf757f4 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 14 Jan 2014 22:36:10 +0100 Subject: Removed TJavascriptLogger from demos and tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Any browser’s development tool is way better, and it stops exceptions from being catched by the browser’s console (cherry picked from commit 0a136fe37491281ada5084b6eb5a72d4ca8d948a) --- .../active-controls/protected/pages/AutoCompleteTest.page | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page') diff --git a/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page b/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page index 477764c3..f4fffc63 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page @@ -58,7 +58,7 @@
  • << <%# $this->Data %> - >> + >>
  • @@ -79,7 +79,7 @@ OnSuggest="suggestCountries" OnCallback="callback_requested" OnSuggestionSelected="suggestion_selected" - ResultPanel.CssClass="autocomplete" + ResultPanel.CssClass="autocomplete" MinChars="4" Frequency="2" />


    @@ -91,5 +91,4 @@




    - \ No newline at end of file -- cgit v1.2.3 From 3db08b4d991c02870d04f7198d65fd926805709c Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 25 Feb 2014 22:43:00 +0100 Subject: Ensure all tests have a proper doctype and html structure, to avoid browser's quirks mode (cherry picked from commit a0d6864093cf13a96dafa8a47b5c43891b2b864f) Conflicts: tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page --- .../protected/pages/ActiveBricksTest.page | 4 +-- .../protected/pages/ActiveButtonTest.page | 4 +-- .../protected/pages/ActiveCheckBoxTest.page | 4 +-- .../pages/ActiveControlExpressionTag.page | 4 +-- .../protected/pages/ActiveControlWithTinyMce.page | 4 +-- .../protected/pages/ActiveDatePicker.page | 9 ++--- .../protected/pages/ActiveDropDownList.page | 4 +-- .../protected/pages/ActiveHiddenFieldTest.page | 4 +-- .../protected/pages/ActiveHyperLinkTest.page | 4 +-- .../protected/pages/ActiveImageButtonTest.page | 4 +-- .../protected/pages/ActiveLinkButtonTest.page | 4 +-- .../protected/pages/ActiveListBoxTest.page | 4 +-- .../protected/pages/ActivePanelTest.page | 8 ++--- .../protected/pages/ActivePanelVisibleTest.page | 4 +-- .../protected/pages/ActiveRadioButtonListTest.page | 4 +-- .../protected/pages/ActiveRadioButtonTest.page | 4 +-- .../pages/ActiveRatingListAllowInputTest.page | 5 ++- .../pages/ActiveRatingListAutoPostBackTest.page | 5 ++- .../pages/ActiveRatingListCheckBoxesTest.page | 5 ++- .../pages/ActiveRatingListEnabledTest.page | 5 ++- .../pages/ActiveRatingListHoverCaptionTest.page | 5 ++- .../pages/ActiveRatingListRatingTest.page | 5 ++- .../pages/ActiveRatingListReadOnlyTest.page | 5 ++- .../pages/ActiveRatingListSelectedIndexTest.page | 5 ++- .../protected/pages/ActiveRedirectionTest.page | 4 +-- .../protected/pages/ActiveTextBoxCallback.page | 4 +-- .../protected/pages/AutoCompleteTest.page | 4 +-- .../protected/pages/Calculator.page | 18 +++++----- .../active-controls/protected/pages/Callback.page | 4 +-- .../pages/CallbackCustomValidatorTest.page | 4 +-- .../protected/pages/CallbackOptionsTest.page | 4 +-- .../protected/pages/ClientSideDispatch.page | 4 +-- .../protected/pages/ControlAdapterTest.page | 4 +-- .../protected/pages/CustomTemplateControlTest.page | 4 +-- .../protected/pages/CustomValidatorByPass.page | 4 +-- .../protected/pages/DatePickerInCallback.page | 4 +-- .../protected/pages/DelayedCallback.page | 4 +-- .../protected/pages/DisplayStyleTest.page | 4 +-- .../protected/pages/DynamicRepeaterDataTest.page | 4 +-- .../protected/pages/EventTriggeredCallback.page | 4 +-- .../protected/pages/FeatureList.page | 6 ++-- .../active-controls/protected/pages/GerTurno2.page | 4 +-- .../protected/pages/InPlaceWithValidator.page | 5 ++- .../protected/pages/LargePageStateTest.page | 4 +-- .../protected/pages/LargePageStateTest2.page | 4 +-- .../active-controls/protected/pages/Layout.php | 5 +++ .../active-controls/protected/pages/Layout.tpl | 38 ++++++++++++++++++++++ .../protected/pages/MessagesPanelTest.page | 4 +-- .../protected/pages/MyTabPanelTest.page | 4 +-- .../protected/pages/NestedActiveControls.page | 4 +-- .../protected/pages/NullStateTest.page | 4 +-- .../protected/pages/PopulateActiveList.page | 4 +-- .../protected/pages/PostLoadingTest.page | 5 ++- .../protected/pages/RadioButtonListTest.page | 4 +-- .../protected/pages/RatingList.page | 5 ++- .../pages/RepeaterWithActiveControls.page | 4 +-- .../protected/pages/ReplaceContentTest.page | 4 +-- .../protected/pages/Sessioned/PageStateTest.page | 7 ++-- .../protected/pages/TActiveCheckBoxListTest.page | 4 +-- .../pages/TActiveFileUploadAutoPostBackTest.page | 4 +-- .../protected/pages/TInPlaceTextBoxTest.page | 5 ++- .../protected/pages/TextBoxValidationCallback.page | 4 +-- .../protected/pages/TimeTriggeredCallbackTest.page | 4 +-- .../protected/pages/ValueTriggerCallbackTest.page | 5 ++- .../active-controls/protected/pages/config.xml | 5 +++ tests/test_tools/PradoGenericSelenium2Test.php | 22 +++++++------ tests/test_tools/PradoGenericSeleniumTest.php | 24 +++++++------- 67 files changed, 207 insertions(+), 176 deletions(-) create mode 100755 tests/FunctionalTests/active-controls/protected/pages/Layout.php create mode 100755 tests/FunctionalTests/active-controls/protected/pages/Layout.tpl create mode 100755 tests/FunctionalTests/active-controls/protected/pages/config.xml (limited to 'tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page') diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page index 4ea65f04..f3df76a2 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page @@ -1,4 +1,4 @@ - +

    Some AJAX Tests

    @@ -37,4 +37,4 @@ AIP -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page index a5788625..9e293934 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveButtonTest.page @@ -1,4 +1,4 @@ - +

    TActiveButton Functional Test

    -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.page index cea4d3d8..297cde15 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveCheckBoxTest.page @@ -1,4 +1,4 @@ - +

    Active CheckBox Test

    @@ -25,4 +25,4 @@ position: absolute; right: 0; top: 0"> Loading... -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.page index b4ce61d4..5a1c5023 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.page @@ -1,4 +1,4 @@ - +

    Active Control With Expression Tag Test

    @@ -23,4 +23,4 @@ OnCallback="button2_callback" /> -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page index c6748403..9a561458 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page @@ -1,4 +1,4 @@ - +

    Active Control with TinyMCE

    @@ -7,4 +7,4 @@ -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveDatePicker.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveDatePicker.page index 88117744..8d38c758 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveDatePicker.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveDatePicker.page @@ -1,7 +1,4 @@ - - - - +

    TActiveDatePicker test

    @@ -23,6 +20,4 @@ ShowCalendar=false
    - - - \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page index 4fcd789a..bf15ba0e 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page @@ -1,4 +1,4 @@ - +

    Active Drop Down List Test Case

    @@ -26,4 +26,4 @@ -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.page index 837cc580..317da643 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.page @@ -1,4 +1,4 @@ - +

    Active HiddenField Test Case

    @@ -12,4 +12,4 @@
    -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page index 740c3b21..9b149b45 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveHyperLinkTest.page @@ -1,4 +1,4 @@ - +

    Active HyperLink Test Case

    @@ -8,4 +8,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.page index ff0f588f..15cf2380 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.page @@ -1,4 +1,4 @@ - +

    TActiveImageButton Functional Test

    @@ -19,4 +19,4 @@ -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.page index 39c53fe8..16ea578d 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.page @@ -1,4 +1,4 @@ - +

    TActiveLinkButton Functional Test

    -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.page index bf13a61b..2bf480b4 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.page @@ -1,4 +1,4 @@ - +

    Active List Box Functional Test

    @@ -22,4 +22,4 @@
    -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page index a836de5b..2ba1c6ba 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page @@ -1,4 +1,4 @@ - +

    Active Panel replacement tests

    @@ -16,6 +16,6 @@ { Prado.Callback("<%= $this->callback1->UniqueID %>") }) - }) - -
    \ No newline at end of file + }) + + diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.page index cb2802e5..93684bef 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.page @@ -1,4 +1,4 @@ - +

    ActivePanel Visible Test

    @@ -13,4 +13,4 @@ bar -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.page index 1c59cfed..e222a70f 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.page @@ -1,4 +1,4 @@ - +

    TActiveRadioButtonList Test Case

    @@ -17,4 +17,4 @@ -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.page index 18e4fc37..66587943 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.page @@ -1,4 +1,4 @@ - +

    Active Radio Button Test

    Loading... -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.page index 35fcadc7..d3c551b4 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAllowInputTest.page @@ -1,5 +1,4 @@ - - +

    TActiveRatingList AllowInput Test Case

    @@ -11,4 +10,4 @@ -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.page index 84ce4ef3..e0d3cbbe 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListAutoPostBackTest.page @@ -1,5 +1,4 @@ - - +

    TActiveRatingList AutoPostBack Test Case

    @@ -13,4 +12,4 @@
    -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.page index 36f4404d..cba50947 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListCheckBoxesTest.page @@ -1,5 +1,4 @@ - - +

    TActiveRatingList Check Boxes Test Case

    @@ -9,4 +8,4 @@ -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.page index 5f732e0d..791176df 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListEnabledTest.page @@ -1,5 +1,4 @@ - - +

    TActiveRatingList Enabled Test Case

    @@ -14,4 +13,4 @@
    -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.page index 01e47a34..0a2a5f50 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListHoverCaptionTest.page @@ -1,5 +1,4 @@ - - +

    TActiveRatingList Hover Caption Test Case

    @@ -11,4 +10,4 @@ -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.page index 942a5b45..c9aed5b4 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListRatingTest.page @@ -1,5 +1,4 @@ - - +

    TActiveRatingList Rating Test Case

    @@ -14,4 +13,4 @@
    -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.page index dad3fd6e..70220e58 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListReadOnlyTest.page @@ -1,5 +1,4 @@ - - +

    TActiveRatingList ReadOnly Test Case

    @@ -14,4 +13,4 @@
    -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.page index 6fb52822..ee26568d 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRatingListSelectedIndexTest.page @@ -1,5 +1,4 @@ - - +

    TActiveRatingList SelectedIndex Test Case

    @@ -14,4 +13,4 @@
    -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.page index fa0d8caa..8f4e175d 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.page @@ -1,7 +1,7 @@ - +

    Redirection Test

    -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page index d0a750ac..50b244b5 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page @@ -1,5 +1,5 @@ - +

    ActiveTextBox Callback Test

    -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page b/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page index f4fffc63..98745b55 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/AutoCompleteTest.page @@ -1,4 +1,4 @@ - + -
    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.page b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.page index c265f9d2..b4798fe1 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest.page @@ -1,4 +1,4 @@ - +

    Large Page State Test

    @@ -8,4 +8,4 @@ -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page index 168b7b8c..56ad075e 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page +++ b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page @@ -1,5 +1,5 @@ <%@ StatePersisterClass="System.Web.UI.TSessionPageStatePersister" %> - +

    Large Page State Test (using Session page state)

    @@ -9,4 +9,4 @@ -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/Layout.php b/tests/FunctionalTests/active-controls/protected/pages/Layout.php new file mode 100755 index 00000000..723f200c --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/Layout.php @@ -0,0 +1,5 @@ + + + + + + + + + + +
    +
    + + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page b/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page index 248d1760..33868332 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/MessagesPanelTest.page @@ -1,6 +1,6 @@ - + - \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page b/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page index 5e04cd28..c877c083 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page @@ -1,4 +1,4 @@ - +

    My Tab Panel Test

    @@ -37,4 +37,4 @@ -
    + diff --git a/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page b/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page index a7875c0d..2c6304b2 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page +++ b/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.page @@ -1,4 +1,4 @@ - +

    Nested Active Controls Test

    @@ -24,4 +24,4 @@ }) -
    + diff --git a/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page b/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page index 64643177..6b5ed334 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/NullStateTest.page @@ -1,4 +1,4 @@ - +

    Null State Test

    @@ -6,4 +6,4 @@ -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.page b/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.page index 24cdb366..3ab9d8fb 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.page +++ b/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.page @@ -1,4 +1,4 @@ - +

    Populate active list controls

    @@ -13,4 +13,4 @@ -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page index 885b368f..980ea4d8 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page @@ -1,4 +1,4 @@ - +

    PostLoading Test

    @@ -18,5 +18,4 @@ }) }) - -
    \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.page b/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.page index 9d900e15..e1a2cb93 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.page @@ -1,4 +1,4 @@ - + - \ No newline at end of file + \ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/RatingList.page b/tests/FunctionalTests/active-controls/protected/pages/RatingList.page index d50e5929..6cb9d34a 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/RatingList.page +++ b/tests/FunctionalTests/active-controls/protected/pages/RatingList.page @@ -1,5 +1,4 @@ - - +