Commit ab3d0057 authored by Ivan Tyagov's avatar Ivan Tyagov

Test with external site (an workaround until a proper solution is found).

Testing with current zope test runner (2.12) which has one thread only will cause inside the only running zope's thread an another request to same zope instance. Zope will accept this new request and wait for parent request to finish.As result it's a typical deadlock case which will last until some timeout is reached. This totally breaks test runner in zope 2.12.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42707 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9a84bf08
......@@ -64,7 +64,7 @@
<tr>\n
<td>type</td>\n
<td>field_your_url</td>\n
<td>${base_url}/login_form</td>\n
<td>http://www.erp5.com/login_form</td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
......@@ -140,7 +140,7 @@
<tr>\n
<td>type</td>\n
<td>field_your_url</td>\n
<td>${base_url}/nosuch_view</td>\n
<td>http://www.erp5.com/nosuch_view</td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
......@@ -157,8 +157,7 @@
\n
</tbody></table>\n
</body>\n
</html>\n
</html>
]]></unicode> </value>
</item>
......
142
\ No newline at end of file
143
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment