Skip to content

Commit

Permalink
shorten testname to have <80chars
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Oct 14, 2014
1 parent b41b7e4 commit 587cd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/dexterity/tests/test_fti.py
Expand Up @@ -247,7 +247,7 @@ def test_fires_modified_event_on_update_property_if_changed(self):
fti._updateProperty('title', "New title") # fires event caught above
fti._updateProperty('allow_discussion', False) # does not fire

def test_fires_modified_event_on_change_properties_per_changed_property(self):
def test_fires_modified_event_on_change_props_per_changed_property(self):
fti = DexterityFTI(u"testtype")
fti.title = "Old title"
fti.allow_discussion = False
Expand Down

1 comment on commit 587cd04

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=8ed7afc79f96473c923071a9ee5812fd
plone-4.3-python-2.6 [FAILURE]
plone-4.3-python-2.7 [FAILURE]
plone-5.0-python-2.7 [SUCCESS]

Please sign in to comment.