Skip to content

Commit

Permalink
Corrected test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Feb 26, 2016
1 parent f59312e commit 4e75afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Changelog
[gbastien]
- Added new example message: bad browser (not Firefox) warning
[sgeulette]
- Use plone.formwidget.datetime to have hour at 0 by default.
[sgeulette]

0.8 (2016-01-18)
----------------
Expand Down
2 changes: 1 addition & 1 deletion src/collective/messagesviewlet/tests/test_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ def test_getAllMessages_local_roles(self):
def test_examples_profile(self):
self.portal.portal_setup.runImportStepFromProfile('profile-collective.messagesviewlet:messages',
'collective-messagesviewlet-messages')
self.assertEqual(len(self.portal.portal_catalog(portal_type='Message')), 6)
self.assertEqual(len(self.portal.portal_catalog(portal_type='Message')), 7)

0 comments on commit 4e75afb

Please sign in to comment.