Skip to content

Commit

Permalink
oops, reversed the logic
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Nov 7, 2014
1 parent 050d9c9 commit a891788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/upgrade/v50/tests.py
Expand Up @@ -122,7 +122,7 @@ def testBarcelonetaThemeIsInstalled(self):
def test_suite():
# Skip these tests on Plone 4
from unittest import TestSuite, makeSuite
if PLONE_5:
if not PLONE_5:
return TestSuite()
else:
suite = TestSuite()
Expand Down

0 comments on commit a891788

Please sign in to comment.