diff options
author | ctrlaltca <> | 2012-11-18 19:08:27 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-11-18 19:08:27 +0000 |
commit | 6dff17fee04f8b8a1f35ec8e9afe65ae32b2684c (patch) | |
tree | e8e9f9b44ba7975aca3b96f736daa1728b59fe2c /demos/quickstart/protected/pages/Controls | |
parent | dd2fbb7ff2ce3d9885c18a978c79294a13ed9025 (diff) |
Reworked the "test" task in order to make it work again:
- it will use the system PHPUnit installation if available (bundled PHPUnit with prado is no more a choice)
- fixed tests in order to be compatible with recent phpunit versions (currently 3.7)
- dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap)
Added some svn-ignore properties
Diffstat (limited to 'demos/quickstart/protected/pages/Controls')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Accordion.page | 2 | ||||
-rw-r--r-- | demos/quickstart/protected/pages/Controls/FlushOutput.page | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Accordion.page b/demos/quickstart/protected/pages/Controls/Accordion.page index c4637c4b..4cb4b2ed 100644 --- a/demos/quickstart/protected/pages/Controls/Accordion.page +++ b/demos/quickstart/protected/pages/Controls/Accordion.page @@ -1,6 +1,6 @@ <com:TContent ID="body" >
-<h1>TAccordion</h1>
+<h1 id="54001">TAccordion</h1>
<com:DocLink ClassPath="System.Web.UI.WebControls.TAccordion" />
<p class="block-content">
diff --git a/demos/quickstart/protected/pages/Controls/FlushOutput.page b/demos/quickstart/protected/pages/Controls/FlushOutput.page index 39b0b8be..78459aca 100644 --- a/demos/quickstart/protected/pages/Controls/FlushOutput.page +++ b/demos/quickstart/protected/pages/Controls/FlushOutput.page @@ -1,6 +1,6 @@ <com:TContent ID="body" >
-<h1>TFlushOutput</h1>
+<h1 id="74002">TFlushOutput</h1>
<com:DocLink ClassPath="System.Web.UI.WebControls.TFlushOutput" />
<p class="block-content">
|