Skip to content

Commit

Permalink
Merge pull request #19 from plone/testlayer
Browse files Browse the repository at this point in the history
Switch to new TestCase using AT after PloneTestcase is now DX.
  • Loading branch information
pbauer authored Sep 27, 2018
2 parents cb2b099 + bb5f026 commit b4f38d6
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1.19 (2018-02-02)
-------------------
Expand Down
6 changes: 3 additions & 3 deletions Products/contentmigration/tests/layer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from plone.app.testing import bbb
from plone.app.testing import bbb_at
from plone.app import testing
from plone.testing import z2
from Products.GenericSetup import EXTENSION, profile_registry
Expand All @@ -13,9 +13,9 @@ def setupSampleTypeProfile():
EXTENSION)


class PloneTestCaseFixture(bbb.PloneTestCaseFixture):
class PloneTestCaseFixture(bbb_at.PloneTestCaseFixture):

defaultBases = (bbb.PTC_FIXTURE, )
defaultBases = (bbb_at.PTC_FIXTURE, )

def setUpZope(self, app, configurationContext):
setupSampleTypeProfile()
Expand Down

0 comments on commit b4f38d6

Please sign in to comment.