[Testbot] Plone 5.0 - Python 2.7 - Build # 1379 - Regression! - 1 failure(s)

jenkins at plone.org jenkins at plone.org
Sun Feb 9 07:22:03 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1379 - Failure!
-------------------------------------------------------------------------------

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


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

Repository: plone.app.robotframework
Branch: refs/heads/master
Date: 2014-02-08T05:14:00-08:00
Author: Asko Soukka (datakurre) <asko.soukka at iki.fi>
Commit: https://github.com/plone/plone.app.robotframework/commit/df3a5ec50261c5b6ca88ef1e170d5593a1fb5b3e

Update changelog

Files changed:
M CHANGES.txt

diff --git a/CHANGES.txt b/CHANGES.txt
index 5c3dfd3..b06e3ad 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,8 +4,33 @@ Changelog
 0.7.0rc5 (unreleased)
 ---------------------
 
-- Nothing changed yet.
-
+- Fix kwargs support for robotframework >= 2.8.3 [fixes #17]
+  [datakurre]
+- Add path_to_uid method to content library.
+  [tisto]
+- Add content library container tests for documentation.
+  [tisto]
+- The title attribute for Dexterity types needs to be unicode.
+  [tisto]
+- Add field type reference (only intid support for now).
+  [tisto]
+- Add file/image support to set_field_value method/keyword.
+  [tisto]
+- Add support for list type.
+  [tisto]
+- Support setting RichText (Dexterity only).
+  [tisto]
+- Call reindexObject after setting a field value so the object is updated in
+  the catalog as well.
+  [tisto]
+- Add new set_field_value keyword that allows to set the field type explicitly.
+  [tisto]
+- Fix use object_rename view instead of pop-up for rename content title
+  [Gagaro]
+- Fix use "a" instead of "span" for Open User Menu
+  [Gagaro]
+- Fix rename content title
+  [Gagaro]
 
 0.7.0rc4 (2013-11-13)
 ---------------------


Repository: plone.app.robotframework
Branch: refs/heads/master
Date: 2014-02-08T05:31:05-08:00
Author: Asko Soukka (datakurre) <asko.soukka at iki.fi>
Commit: https://github.com/plone/plone.app.robotframework/commit/dc5303edb7bba29ca3f03611aa41667ae7c5d1f9

Pin faraday = 0.8.9 in Travis-build to fix travis-artifacts push

Files changed:
M .travis.yml

diff --git a/.travis.yml b/.travis.yml
index 4adf99f..221ec08 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ install:
 - buildout/bin/python bootstrap.py -c travis.cfg
 - bin/buildout -N -t 3 -c travis.cfg ${VERSIONS}
 before_script:
+- gem install --version 0.8.9 faraday
 - gem install travis-artifacts
 script: bin/test
 after_script:




-------------------------------------------------------------------------------


More information about the Testbot mailing list