| 1 |
Checking that port 8000 is free... OK |
|---|
| 2 |
|
|---|
| 3 |
Examining your system... |
|---|
| 4 |
|
|---|
| 5 |
Python version used to run this test script: 2.4 |
|---|
| 6 |
|
|---|
| 7 |
Checking which python versions are installed... |
|---|
| 8 |
Found python version 2.3.4 with CherryPy version 2.0.0b |
|---|
| 9 |
Found python version 2.4 with CherryPy version 2.0.0b |
|---|
| 10 |
|
|---|
| 11 |
Finding out what modules are installed for these versions... |
|---|
| 12 |
Checking modules for python2.3.4... |
|---|
| 13 |
os.fork not available |
|---|
| 14 |
thread available |
|---|
| 15 |
pyOpenSSL not available |
|---|
| 16 |
xmlrpclib available |
|---|
| 17 |
Checking modules for python2.4... |
|---|
| 18 |
os.fork not available |
|---|
| 19 |
thread available |
|---|
| 20 |
pyOpenSSL not available |
|---|
| 21 |
xmlrpclib available |
|---|
| 22 |
|
|---|
| 23 |
Checking CherryPy version... |
|---|
| 24 |
Found version 2.0.0b |
|---|
| 25 |
|
|---|
| 26 |
Testing CherryPy... |
|---|
| 27 |
|
|---|
| 28 |
Running tests for python 2.3.4... |
|---|
| 29 |
Testing tutorial 01_helloworld.py... r... tp... passed |
|---|
| 30 |
Testing tutorial 02_expose_methods.py... *** FAILED *** |
|---|
| 31 |
Testing tutorial 03_get_and_post.py... *** FAILED *** |
|---|
| 32 |
Testing tutorial 04_complex_site.py... *** FAILED *** |
|---|
| 33 |
Testing tutorial 05_derived_objects.py... *** FAILED *** |
|---|
| 34 |
Testing tutorial 06_aspects.py... *** FAILED *** |
|---|
| 35 |
Testing tutorial 07_default_method.py... *** FAILED *** |
|---|
| 36 |
Testing tutorial 08_sessions.py... *** FAILED *** |
|---|
| 37 |
Testing tutorial 09_generators_and_yield.py... *** FAILED *** |
|---|
| 38 |
Testing object mapping... *** FAILED *** |
|---|
| 39 |
Testing Filters (1) ... *** FAILED *** |
|---|
| 40 |
Testing VirtualHostFilter (1) ... *** FAILED *** |
|---|
| 41 |
Testing VirtualHostFilter (2) ... *** FAILED *** |
|---|
| 42 |
|
|---|
| 43 |
Running tests for python 2.4... |
|---|
| 44 |
Testing tutorial 01_helloworld.py... *** FAILED *** |
|---|
| 45 |
Testing tutorial 02_expose_methods.py... *** FAILED *** |
|---|
| 46 |
Testing tutorial 03_get_and_post.py... *** FAILED *** |
|---|
| 47 |
Testing tutorial 04_complex_site.py... r... tp... passed |
|---|
| 48 |
Testing tutorial 05_derived_objects.py... *** FAILED *** |
|---|
| 49 |
Testing tutorial 06_aspects.py... *** FAILED *** |
|---|
| 50 |
Testing tutorial 07_default_method.py... *** FAILED *** |
|---|
| 51 |
Testing tutorial 08_sessions.py... *** FAILED *** |
|---|
| 52 |
Testing tutorial 09_generators_and_yield.py... *** FAILED *** |
|---|
| 53 |
Testing object mapping... *** FAILED *** |
|---|
| 54 |
Testing Filters (1) ... *** FAILED *** |
|---|
| 55 |
Testing VirtualHostFilter (1) ... *** FAILED *** |
|---|
| 56 |
Testing VirtualHostFilter (2) ... r... tp... passed |
|---|
| 57 |
|
|---|
| 58 |
|
|---|
| 59 |
##################################### |
|---|
| 60 |
##################################### |
|---|
| 61 |
### TEST RESULT ### |
|---|
| 62 |
##################################### |
|---|
| 63 |
##################################### |
|---|
| 64 |
|
|---|
| 65 |
*** THE FOLLOWING TESTS FAILED: |
|---|
| 66 |
Tutorial 02_expose_methods.py for python2.3.4 in r mode failed. |
|---|
| 67 |
* Rule: |
|---|
| 68 |
cpg.response.body == 'Hello world!' |
|---|
| 69 |
* cpg.response.headerMap: |
|---|
| 70 |
{'Status': 200, 'Date': 'Thu, 24 Feb 2005 09:56:43 GMT', 'Content-Length': '437', 'Content-Type': 'text/plain', 'Server': 'CherryPy/2.0.0b'} |
|---|
| 71 |
* cpg.response.body: |
|---|
| 72 |
'Traceback (most recent call last):\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 206, in doRequest\n handleRequest(wfile)\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 372, in handleRequest\n func, objectPathList, virtualPathList = mapPathToObject()\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 504, in mapPathToObject\n raise cperror.NotFound # We didn\'t find anything\nNotFound\n' |
|---|
| 73 |
Tutorial 03_get_and_post.py for python2.3.4 in r mode failed. |
|---|
| 74 |
* Rule: |
|---|
| 75 |
cpg.response.body == "Hey Bob, what's up?" |
|---|
| 76 |
* cpg.response.headerMap: |
|---|
| 77 |
{'Status': 200, 'Date': 'Thu, 24 Feb 2005 09:56:45 GMT', 'Content-Length': '437', 'Content-Type': 'text/plain', 'Server': 'CherryPy/2.0.0b'} |
|---|
| 78 |
* cpg.response.body: |
|---|
| 79 |
'Traceback (most recent call last):\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 206, in doRequest\n handleRequest(wfile)\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 372, in handleRequest\n func, objectPathList, virtualPathList = mapPathToObject()\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 504, in mapPathToObject\n raise cperror.NotFound # We didn\'t find anything\nNotFound\n' |
|---|
| 80 |
Tutorial 04_complex_site.py for python2.3.4 in r mode failed. |
|---|
| 81 |
* Rule: |
|---|
| 82 |
cpg.response.body == '\n <p>Here are some extra useful links:</p>\n\n <ul>\n <li><a href="http://del.icio.us">del.icio.us</a></li>\n <li><a href="http://www.mornography.de">Hendrik\'s weblog</a></li>\n </ul>\n\n <p>[<a href="../">Return to links page</a>]</p>\n ' |
|---|
| 83 |
* cpg.response.headerMap: |
|---|
| 84 |
{'Status': 200, 'Date': 'Thu, 24 Feb 2005 09:56:47 GMT', 'Content-Length': '437', 'Content-Type': 'text/plain', 'Server': 'CherryPy/2.0.0b'} |
|---|
| 85 |
* cpg.response.body: |
|---|
| 86 |
'Traceback (most recent call last):\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 206, in doRequest\n handleRequest(wfile)\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 372, in handleRequest\n func, objectPathList, virtualPathList = mapPathToObject()\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 504, in mapPathToObject\n raise cperror.NotFound # We didn\'t find anything\nNotFound\n' |
|---|
| 87 |
Tutorial 05_derived_objects.py for python2.3.4 in r mode failed. |
|---|
| 88 |
* Rule: |
|---|
| 89 |
cpg.response.body == '\n <html>\n <head>\n <title>Another Page</title>\n <head>\n <body>\n <h2>Another Page</h2>\n \n <p>\n And this is the amazing second page!\n </p>\n \n </body>\n </html>\n ' |
|---|
| 90 |
* cpg.response.headerMap: |
|---|
| 91 |
{'Status': 200, 'Date': 'Thu, 24 Feb 2005 09:56:49 GMT', 'Content-Length': '437', 'Content-Type': 'text/plain', 'Server': 'CherryPy/2.0.0b'} |
|---|
| 92 |
* cpg.response.body: |
|---|
| 93 |
'Traceback (most recent call last):\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 206, in doRequest\n handleRequest(wfile)\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 372, in handleRequest\n func, objectPathList, virtualPathList = mapPathToObject()\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 504, in mapPathToObject\n raise cperror.NotFound # We didn\'t find anything\nNotFound\n' |
|---|
| 94 |
Tutorial 06_aspects.py for python2.3.4 in r mode failed. |
|---|
| 95 |
* Rule: |
|---|
| 96 |
cpg.response.body == '\n <html>\n <head>\n <title>Tutorial 6 -- Aspect Powered!</title>\n <head>\n <body>\n <h2>Tutorial 6 -- Aspect Powered!</h2>\n \n <p>\n Isn\'t this exciting? There\'s\n <a href="./another/">another page</a>, too!\n </p>\n \n </body>\n </html>\n ' |
|---|
| 97 |
* cpg.response.headerMap: |
|---|
| 98 |
{'Status': 200, 'Content-Length': '266', 'Set-Cookie': 'CherryPySession=4a18da072dfd1920f42c5293180d7348c22b3ec7; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:56:52 GMT', 'Content-Type': 'text/html'} |
|---|
| 99 |
* cpg.response.body: |
|---|
| 100 |
'\n <p>Hi, this is the home page! Check out the other\n fun stuff on this site:</p>\n\n <ul>\n <li><a href="/joke/">A silly joke</a></li>\n <li><a href="/links/">Useful links</a></li>\n </ul>\n ' |
|---|
| 101 |
Tutorial 07_default_method.py for python2.3.4 in r mode failed. |
|---|
| 102 |
* Rule: |
|---|
| 103 |
cpg.response.body == 'Hendrik Mans, CherryPy co-developer & crazy German (<a href="./">back</a>)' |
|---|
| 104 |
* cpg.response.headerMap: |
|---|
| 105 |
{'Status': 200, 'Date': 'Thu, 24 Feb 2005 09:56:54 GMT', 'Content-Length': '437', 'Content-Type': 'text/plain', 'Server': 'CherryPy/2.0.0b'} |
|---|
| 106 |
* cpg.response.body: |
|---|
| 107 |
'Traceback (most recent call last):\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 206, in doRequest\n handleRequest(wfile)\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 372, in handleRequest\n func, objectPathList, virtualPathList = mapPathToObject()\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 504, in mapPathToObject\n raise cperror.NotFound # We didn\'t find anything\nNotFound\n' |
|---|
| 108 |
Tutorial 08_sessions.py for python2.3.4 in r mode failed. |
|---|
| 109 |
* Rule: |
|---|
| 110 |
cpg.response.body == "\n During your current session, you've viewed this\n page 1 times! Your life is a patio of fun!\n " |
|---|
| 111 |
* cpg.response.headerMap: |
|---|
| 112 |
{'Status': 200, 'Content-Length': '266', 'Set-Cookie': 'CherryPySession=4faf876811f4a27bcb005e40df6547f467243ea0; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:56:56 GMT', 'Content-Type': 'text/html'} |
|---|
| 113 |
* cpg.response.body: |
|---|
| 114 |
'\n <p>Hi, this is the home page! Check out the other\n fun stuff on this site:</p>\n\n <ul>\n <li><a href="/joke/">A silly joke</a></li>\n <li><a href="/links/">Useful links</a></li>\n </ul>\n ' |
|---|
| 115 |
Tutorial 09_generators_and_yield.py for python2.3.4 in r mode failed. |
|---|
| 116 |
* Rule: |
|---|
| 117 |
cpg.response.body == '<html><body><h2>Generators rule!</h2><h3>List of users:</h3>Remi<br/>Carlos<br/>Hendrik<br/>Lorenzo Lamas<br/></body></html>' |
|---|
| 118 |
* cpg.response.headerMap: |
|---|
| 119 |
{'Status': 200, 'Content-Length': '266', 'Set-Cookie': 'CherryPySession=238c624d6dfd1d0ee3222f4249dde832f831a2c8; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:56:59 GMT', 'Content-Type': 'text/html'} |
|---|
| 120 |
* cpg.response.body: |
|---|
| 121 |
'\n <p>Hi, this is the home page! Check out the other\n fun stuff on this site:</p>\n\n <ul>\n <li><a href="/joke/">A silly joke</a></li>\n <li><a href="/links/">Useful links</a></li>\n </ul>\n ' |
|---|
| 122 |
Object mapping for python2.3.4 in r mode failed. |
|---|
| 123 |
* Rule: |
|---|
| 124 |
cpg.response.body == 'world' |
|---|
| 125 |
* cpg.response.headerMap: |
|---|
| 126 |
{'Status': 200, 'Content-Length': '266', 'Set-Cookie': 'CherryPySession=4e858ad6d1e8392a76c62d524567a1657431cb72; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:57:01 GMT', 'Content-Type': 'text/html'} |
|---|
| 127 |
* cpg.response.body: |
|---|
| 128 |
'\n <p>Hi, this is the home page! Check out the other\n fun stuff on this site:</p>\n\n <ul>\n <li><a href="/joke/">A silly joke</a></li>\n <li><a href="/links/">Useful links</a></li>\n </ul>\n ' |
|---|
| 129 |
Filters for python2.3.4 in r mode failed. |
|---|
| 130 |
* Rule: |
|---|
| 131 |
'\x1f\x8b\x08' in cpg.response.body |
|---|
| 132 |
* cpg.response.headerMap: |
|---|
| 133 |
{'Status': 200, 'Content-Length': '266', 'Set-Cookie': 'CherryPySession=82a2a431b8ffd46359ae622a7c8ca4c5e7ac1dca; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:57:03 GMT', 'Content-Type': 'text/html'} |
|---|
| 134 |
* cpg.response.body: |
|---|
| 135 |
'\n <p>Hi, this is the home page! Check out the other\n fun stuff on this site:</p>\n\n <ul>\n <li><a href="/joke/">A silly joke</a></li>\n <li><a href="/links/">Useful links</a></li>\n </ul>\n ' |
|---|
| 136 |
VirtualHostFilter for python2.3.4 in r mode failed. |
|---|
| 137 |
* Rule: |
|---|
| 138 |
cpg.response.body == 'SITE1Site1Filter' |
|---|
| 139 |
* cpg.response.headerMap: |
|---|
| 140 |
{'Status': 200, 'Content-Length': '266', 'Set-Cookie': 'CherryPySession=2b6e6b15a33ad4c8b578fd3592accccbc9b6e1d5; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:57:06 GMT', 'Content-Type': 'text/html'} |
|---|
| 141 |
* cpg.response.body: |
|---|
| 142 |
'\n <p>Hi, this is the home page! Check out the other\n fun stuff on this site:</p>\n\n <ul>\n <li><a href="/joke/">A silly joke</a></li>\n <li><a href="/links/">Useful links</a></li>\n </ul>\n ' |
|---|
| 143 |
VirtualHostFilter for python2.3.4 in r mode failed. |
|---|
| 144 |
* Rule: |
|---|
| 145 |
cpg.response.body == 'SITE2Site2Filter' |
|---|
| 146 |
* cpg.response.headerMap: |
|---|
| 147 |
{'Status': 200, 'Content-Length': '266', 'Set-Cookie': 'CherryPySession=96b784eff5ff6f357a43301bcf6b7bdc29d0038e; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:57:08 GMT', 'Content-Type': 'text/html'} |
|---|
| 148 |
* cpg.response.body: |
|---|
| 149 |
'\n <p>Hi, this is the home page! Check out the other\n fun stuff on this site:</p>\n\n <ul>\n <li><a href="/joke/">A silly joke</a></li>\n <li><a href="/links/">Useful links</a></li>\n </ul>\n ' |
|---|
| 150 |
Tutorial 01_helloworld.py for python2.4 in r mode failed. |
|---|
| 151 |
* Rule: |
|---|
| 152 |
cpg.response.body == 'Hello world!' |
|---|
| 153 |
* cpg.response.headerMap: |
|---|
| 154 |
{'Status': 200, 'Content-Length': '266', 'Set-Cookie': 'CherryPySession=07c2e058a145cd30b730fb69b9fd54af49e88e77; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:57:10 GMT', 'Content-Type': 'text/html'} |
|---|
| 155 |
* cpg.response.body: |
|---|
| 156 |
'\n <p>Hi, this is the home page! Check out the other\n fun stuff on this site:</p>\n\n <ul>\n <li><a href="/joke/">A silly joke</a></li>\n <li><a href="/links/">Useful links</a></li>\n </ul>\n ' |
|---|
| 157 |
Tutorial 02_expose_methods.py for python2.4 in r mode failed. |
|---|
| 158 |
* Rule: |
|---|
| 159 |
cpg.response.body == 'Hello world!' |
|---|
| 160 |
* cpg.response.headerMap: |
|---|
| 161 |
{'Status': 200, 'Date': 'Thu, 24 Feb 2005 09:57:13 GMT', 'Content-Length': '437', 'Content-Type': 'text/plain', 'Server': 'CherryPy/2.0.0b'} |
|---|
| 162 |
* cpg.response.body: |
|---|
| 163 |
'Traceback (most recent call last):\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 206, in doRequest\n handleRequest(wfile)\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 372, in handleRequest\n func, objectPathList, virtualPathList = mapPathToObject()\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 504, in mapPathToObject\n raise cperror.NotFound # We didn\'t find anything\nNotFound\n' |
|---|
| 164 |
Tutorial 03_get_and_post.py for python2.4 in r mode failed. |
|---|
| 165 |
* Rule: |
|---|
| 166 |
cpg.response.body == "Hey Bob, what's up?" |
|---|
| 167 |
* cpg.response.headerMap: |
|---|
| 168 |
{'Status': 200, 'Date': 'Thu, 24 Feb 2005 09:57:15 GMT', 'Content-Length': '437', 'Content-Type': 'text/plain', 'Server': 'CherryPy/2.0.0b'} |
|---|
| 169 |
* cpg.response.body: |
|---|
| 170 |
'Traceback (most recent call last):\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 206, in doRequest\n handleRequest(wfile)\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 372, in handleRequest\n func, objectPathList, virtualPathList = mapPathToObject()\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 504, in mapPathToObject\n raise cperror.NotFound # We didn\'t find anything\nNotFound\n' |
|---|
| 171 |
Tutorial 05_derived_objects.py for python2.4 in r mode failed. |
|---|
| 172 |
* Rule: |
|---|
| 173 |
cpg.response.body == '\n <html>\n <head>\n <title>Another Page</title>\n <head>\n <body>\n <h2>Another Page</h2>\n \n <p>\n And this is the amazing second page!\n </p>\n \n </body>\n </html>\n ' |
|---|
| 174 |
* cpg.response.headerMap: |
|---|
| 175 |
{'Status': 200, 'Date': 'Thu, 24 Feb 2005 09:57:23 GMT', 'Content-Length': '437', 'Content-Type': 'text/plain', 'Server': 'CherryPy/2.0.0b'} |
|---|
| 176 |
* cpg.response.body: |
|---|
| 177 |
'Traceback (most recent call last):\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 206, in doRequest\n handleRequest(wfile)\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 372, in handleRequest\n func, objectPathList, virtualPathList = mapPathToObject()\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 504, in mapPathToObject\n raise cperror.NotFound # We didn\'t find anything\nNotFound\n' |
|---|
| 178 |
Tutorial 06_aspects.py for python2.4 in r mode failed. |
|---|
| 179 |
* Rule: |
|---|
| 180 |
cpg.response.body == '\n <html>\n <head>\n <title>Tutorial 6 -- Aspect Powered!</title>\n <head>\n <body>\n <h2>Tutorial 6 -- Aspect Powered!</h2>\n \n <p>\n Isn\'t this exciting? There\'s\n <a href="./another/">another page</a>, too!\n </p>\n \n </body>\n </html>\n ' |
|---|
| 181 |
* cpg.response.headerMap: |
|---|
| 182 |
{'Status': 200, 'Content-Length': '266', 'Set-Cookie': 'CherryPySession=7e2899f803edcb67a43547baaaa859f2ad6c8e96; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:57:25 GMT', 'Content-Type': 'text/html'} |
|---|
| 183 |
* cpg.response.body: |
|---|
| 184 |
'\n <p>Hi, this is the home page! Check out the other\n fun stuff on this site:</p>\n\n <ul>\n <li><a href="/joke/">A silly joke</a></li>\n <li><a href="/links/">Useful links</a></li>\n </ul>\n ' |
|---|
| 185 |
Tutorial 07_default_method.py for python2.4 in r mode failed. |
|---|
| 186 |
* Rule: |
|---|
| 187 |
cpg.response.body == 'Hendrik Mans, CherryPy co-developer & crazy German (<a href="./">back</a>)' |
|---|
| 188 |
* cpg.response.headerMap: |
|---|
| 189 |
{'Status': 200, 'Date': 'Thu, 24 Feb 2005 09:57:28 GMT', 'Content-Length': '437', 'Content-Type': 'text/plain', 'Server': 'CherryPy/2.0.0b'} |
|---|
| 190 |
* cpg.response.body: |
|---|
| 191 |
'Traceback (most recent call last):\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 206, in doRequest\n handleRequest(wfile)\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 372, in handleRequest\n func, objectPathList, virtualPathList = mapPathToObject()\n File "C:\\tmp\\CherryPy-2.0.0b\\cherrypy\\_cphttptools.py", line 504, in mapPathToObject\n raise cperror.NotFound # We didn\'t find anything\nNotFound\n' |
|---|
| 192 |
Tutorial 08_sessions.py for python2.4 in r mode failed. |
|---|
| 193 |
* Rule: |
|---|
| 194 |
cpg.response.body == "\n During your current session, you've viewed this\n page 1 times! Your life is a patio of fun!\n " |
|---|
| 195 |
* cpg.response.headerMap: |
|---|
| 196 |
{'Status': 200, 'Content-Length': '167', 'Set-Cookie': 'CherryPySession=6af11f9bd27c629fe0b5fc4549cb65b2885a7448; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:57:30 GMT', 'Content-Type': 'text/html'} |
|---|
| 197 |
* cpg.response.body: |
|---|
| 198 |
'\n <a href="./remi">Remi Delon</a><br/>\n <a href="./hendrik">Hendrik Mans</a><br/>\n <a href="./lorenzo">Lorenzo Lamas</a><br/>\n ' |
|---|
| 199 |
Tutorial 09_generators_and_yield.py for python2.4 in r mode failed. |
|---|
| 200 |
* Rule: |
|---|
| 201 |
cpg.response.body == '<html><body><h2>Generators rule!</h2><h3>List of users:</h3>Remi<br/>Carlos<br/>Hendrik<br/>Lorenzo Lamas<br/></body></html>' |
|---|
| 202 |
* cpg.response.headerMap: |
|---|
| 203 |
{'Status': 200, 'Content-Length': '167', 'Set-Cookie': 'CherryPySession=837c21a38962d100bc43516ccb513eea14a5815a; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:57:32 GMT', 'Content-Type': 'text/html'} |
|---|
| 204 |
* cpg.response.body: |
|---|
| 205 |
'\n <a href="./remi">Remi Delon</a><br/>\n <a href="./hendrik">Hendrik Mans</a><br/>\n <a href="./lorenzo">Lorenzo Lamas</a><br/>\n ' |
|---|
| 206 |
Object mapping for python2.4 in r mode failed. |
|---|
| 207 |
* Rule: |
|---|
| 208 |
cpg.response.body == 'world' |
|---|
| 209 |
* cpg.response.headerMap: |
|---|
| 210 |
{'Status': 200, 'Content-Length': '167', 'Set-Cookie': 'CherryPySession=fcd1cd638c83d09c6b7f2cc957aeb6fec4e1e13c; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:57:35 GMT', 'Content-Type': 'text/html'} |
|---|
| 211 |
* cpg.response.body: |
|---|
| 212 |
'\n <a href="./remi">Remi Delon</a><br/>\n <a href="./hendrik">Hendrik Mans</a><br/>\n <a href="./lorenzo">Lorenzo Lamas</a><br/>\n ' |
|---|
| 213 |
Filters for python2.4 in r mode failed. |
|---|
| 214 |
* Rule: |
|---|
| 215 |
'\x1f\x8b\x08' in cpg.response.body |
|---|
| 216 |
* cpg.response.headerMap: |
|---|
| 217 |
{'Status': 200, 'Content-Length': '167', 'Set-Cookie': 'CherryPySession=fa0bdd2511cf27708a3b10e27aabe79c7f41b5d0; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:57:37 GMT', 'Content-Type': 'text/html'} |
|---|
| 218 |
* cpg.response.body: |
|---|
| 219 |
'\n <a href="./remi">Remi Delon</a><br/>\n <a href="./hendrik">Hendrik Mans</a><br/>\n <a href="./lorenzo">Lorenzo Lamas</a><br/>\n ' |
|---|
| 220 |
VirtualHostFilter for python2.4 in r mode failed. |
|---|
| 221 |
* Rule: |
|---|
| 222 |
cpg.response.body == 'SITE1Site1Filter' |
|---|
| 223 |
* cpg.response.headerMap: |
|---|
| 224 |
{'Status': 200, 'Content-Length': '167', 'Set-Cookie': 'CherryPySession=0777abded508bd005d69ffbe5ff439da094d95cd; Path=/; Version=1;', 'Server': 'CherryPy/2.0.0b', 'Date': 'Thu, 24 Feb 2005 09:57:39 GMT', 'Content-Type': 'text/html'} |
|---|
| 225 |
* cpg.response.body: |
|---|
| 226 |
'\n <a href="./remi">Remi Delon</a><br/>\n <a href="./hendrik">Hendrik Mans</a><br/>\n <a href="./lorenzo">Lorenzo Lamas</a><br/>\n ' |
|---|
| 227 |
**** THE ABOVE TESTS FAILED |
|---|
| 228 |
|
|---|
| 229 |
**** Some errors occured: please add a ticket in our Trac system (http://trac.cherrypy.org/cgi-bin/trac.cgi/newticket) with the output of this test script |
|---|
| 230 |
hit enter**** Some errors occured: please add a ticket in our Trac system (http://trac.cherrypy.org/cgi-bin/trac.cgi/newticket) with the output of this test script |
|---|