From b8ac07fd91e18decc0a863f3deb115772ea27eac Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 18 Mar 2006 01:28:08 +0000 Subject: Added feature tests for the new controls. --- .gitattributes | 5 +++ .../features/protected/pages/ImageMap/Home.page | 43 +++++++++++++++++++++ .../features/protected/pages/ImageMap/Home.php | 12 ++++++ .../features/protected/pages/ImageMap/hotspot.jpg | Bin 0 -> 12206 bytes .../features/protected/pages/MultiView/Home.page | 24 ++++++++++++ .../features/protected/pages/Wizard/Home.page | 27 +++++++++++++ 6 files changed, 111 insertions(+) create mode 100644 tests/FunctionalTests/features/protected/pages/ImageMap/Home.page create mode 100644 tests/FunctionalTests/features/protected/pages/ImageMap/Home.php create mode 100644 tests/FunctionalTests/features/protected/pages/ImageMap/hotspot.jpg create mode 100644 tests/FunctionalTests/features/protected/pages/MultiView/Home.page create mode 100644 tests/FunctionalTests/features/protected/pages/Wizard/Home.page diff --git a/.gitattributes b/.gitattributes index d6203df8..a57907ed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -801,7 +801,12 @@ tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php -text tests/FunctionalTests/features/protected/pages/I18N/Home.page -text tests/FunctionalTests/features/protected/pages/I18N/Home.zh_CN.page -text tests/FunctionalTests/features/protected/pages/I18N/config.xml -text +tests/FunctionalTests/features/protected/pages/ImageMap/Home.page -text +tests/FunctionalTests/features/protected/pages/ImageMap/Home.php -text +tests/FunctionalTests/features/protected/pages/ImageMap/hotspot.jpg -text +tests/FunctionalTests/features/protected/pages/MultiView/Home.page -text tests/FunctionalTests/features/protected/pages/RatingList.page -text +tests/FunctionalTests/features/protected/pages/Wizard/Home.page -text tests/FunctionalTests/index.php -text tests/FunctionalTests/quickstart.php -text tests/FunctionalTests/quickstart/Advanced/I18N.php -text diff --git a/tests/FunctionalTests/features/protected/pages/ImageMap/Home.page b/tests/FunctionalTests/features/protected/pages/ImageMap/Home.page new file mode 100644 index 00000000..34631125 --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/ImageMap/Home.page @@ -0,0 +1,43 @@ + + + AlternateText="Navigate buttons" OnClick="buttonClicked" > + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php b/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php new file mode 100644 index 00000000..36ec7e9c --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php @@ -0,0 +1,12 @@ +getPostBackValue(); + print_r($param); + } +} + +?> \ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/ImageMap/hotspot.jpg b/tests/FunctionalTests/features/protected/pages/ImageMap/hotspot.jpg new file mode 100644 index 00000000..3491813f Binary files /dev/null and b/tests/FunctionalTests/features/protected/pages/ImageMap/hotspot.jpg differ diff --git a/tests/FunctionalTests/features/protected/pages/MultiView/Home.page b/tests/FunctionalTests/features/protected/pages/MultiView/Home.page new file mode 100644 index 00000000..30ee1bbe --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/MultiView/Home.page @@ -0,0 +1,24 @@ + + + + + view 1 + + + + + + view 2 + + + + + + view 3 + + + + + + + \ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/Wizard/Home.page b/tests/FunctionalTests/features/protected/pages/Wizard/Home.page new file mode 100644 index 00000000..ad72319d --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/Wizard/Home.page @@ -0,0 +1,27 @@ + + + + + step 1 + + + + + step 2 + + + + + step 3 + + + + + + \ No newline at end of file -- cgit v1.2.3