[Testbot] Plone 5.0 - Python 2.7 - Build # 1470 - Still failing! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Wed Feb 12 07:50:55 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1470 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1470/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.testing
Branch: refs/heads/master
Date: 2014-02-11T23:06:41-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.app.testing/commit/173892588a19040ec2ee700a717a73497e825f91

compare to the right value

Files changed:
M plone/app/testing/layers.rst

diff --git a/plone/app/testing/layers.rst b/plone/app/testing/layers.rst
index 22be175..b6ab606 100644
--- a/plone/app/testing/layers.rst
+++ b/plone/app/testing/layers.rst
@@ -407,7 +407,7 @@ indicate where Zope is running.
 
     >>> port = layers.PLONE_FTP_SERVER['port']
     >>> import os
-    >>> port == int(os.environ.get('ZSERVER_PORT', 55002))
+    >>> port == int(os.environ.get('FTPSERVER_PORT', 55002))
     True
 
 Let's now simulate a test. Test setup does nothing beyond what the base layers




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 831 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140212/212aeb47/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 130773 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140212/212aeb47/attachment-0003.obj>


More information about the Testbot mailing list