Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix AT testlayer #16

Merged
merged 2 commits into from
Sep 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Bug fixes:
- Fix imports to be compatible with python 2 and 3 using six
[rudaporto]

- Switch to bbb_at.PloneTestCase.
[pbauer]


3.1.3 (2016-09-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion Products/CMFFormController/tests/testCopyRename.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Test copying/pasting of controller objects
#

from plone.app.testing.bbb import PloneTestCase
from plone.app.testing.bbb_at import PloneTestCase

from Products.CMFFormController.FormAction import FormAction
from Products.CMFFormController.FormValidator import FormValidator
Expand Down