From 329e728a9d673f44ead80e3ba131eda221d3e9f2 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 10 Jan 2014 17:23:50 +0100 Subject: Fixed TRatingList test (it's not even enabled, anyway) --- .../features/protected/pages/RatingList.page | 30 +++++++++++++--------- .../features/protected/pages/RatingList.php | 9 +++++++ 2 files changed, 27 insertions(+), 12 deletions(-) create mode 100644 tests/FunctionalTests/features/protected/pages/RatingList.php (limited to 'tests/FunctionalTests') diff --git a/tests/FunctionalTests/features/protected/pages/RatingList.page b/tests/FunctionalTests/features/protected/pages/RatingList.page index 909180c7..eaf9a282 100755 --- a/tests/FunctionalTests/features/protected/pages/RatingList.page +++ b/tests/FunctionalTests/features/protected/pages/RatingList.page @@ -2,40 +2,46 @@

TRatingList Examples

Default TRatingList

- + + - + -

TRatingList

- +

TRatingList in vertical mode, SelectedIndex=2

+ + - + -

TRatingList

- +

TRatingList with RatingStyle=blocks, AutoPostback=true, SelectedValue=Good

+ + - + + Postback result: -

TRatingList

- +

TRatingList with AllowInput=false, Rating=4.6

+ + - + - +
+ \ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/RatingList.php b/tests/FunctionalTests/features/protected/pages/RatingList.php new file mode 100644 index 00000000..9592680a --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/RatingList.php @@ -0,0 +1,9 @@ +labelResult3->Text=$this->Rating3->SelectedValue; + } +} \ No newline at end of file -- cgit v1.2.3