Skip to content

Commit

Permalink
Switch to new TestCase using AT after PloneTestcase is now DX.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Sep 22, 2018
1 parent 64d72c4 commit e73c716
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ New features:

Bug fixes:

- *add item here*

- Switch to new TestCase using AT after PloneTestcase is now DX.
[pbauer]

2.0.7 (2018-02-05)
------------------
Expand Down
3 changes: 1 addition & 2 deletions src/plone/app/imaging/testing.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from plone.app.imaging.monkey import unpatchImageField
from plone.app import testing
from plone.app.testing.bbb import PloneTestCaseFixture
from plone.app.testing.bbb_at import PloneTestCaseFixture
from plone.testing import z2


Expand All @@ -23,7 +23,6 @@ def tearDownZope(self, app):
z2.uninstallProduct(app, 'plone.app.imaging')



PTC_FIXTURE = ImagingFixture()
imaging = testing.FunctionalTesting(
bases=(PTC_FIXTURE,), name='ImagingTestCase:Functional')
2 changes: 1 addition & 1 deletion src/plone/app/imaging/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from plone.app.imaging import testing
from plone.app.testing import TEST_USER_NAME
from plone.app.testing import TEST_USER_PASSWORD
from plone.app.testing.bbb import PloneTestCase
from plone.app.testing.bbb_at import PloneTestCase
from plone.registry.interfaces import IRegistry
from plone.testing.z2 import Browser
from Products.CMFPlone.interfaces.controlpanel import IImagingSchema
Expand Down

0 comments on commit e73c716

Please sign in to comment.