[Testbot] Plone 5.0 - Python 2.7 - Build # 4139 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Sun Feb 8 04:51:50 UTC 2015


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 4139 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/4139/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: Products.CMFPlone
Branch: refs/heads/master
Date: 2015-02-07T22:24:54-06:00
Author: vangheem (vangheem) <vangheem at gmail.com>
Commit: https://github.com/plone/Products.CMFPlone/commit/98d4709cfe73c33e44d1f1026a27d7f3cf944255

remove unnecessary test

Files changed:
M Products/CMFPlone/tests/testSearch.py

diff --git a/Products/CMFPlone/tests/testSearch.py b/Products/CMFPlone/tests/testSearch.py
index dc0e930..36d74cd 100644
--- a/Products/CMFPlone/tests/testSearch.py
+++ b/Products/CMFPlone/tests/testSearch.py
@@ -90,21 +90,6 @@ class SearchTestCase(unittest.TestCase):
     layer = SEARCH_INTEGRATION_TESTING
 
 
-class TestIntegration(SearchTestCase):
-    """ Check that all bits of the package are inplace and work.
-    """
-
-    def test_searchjs_is_available(self):
-        """Make sure search.js is available."""
-        portal = self.layer['portal']
-        resreg = getattr(portal, 'portal_registry')
-        from Products.CMFPlone.interfaces import IResourceRegistry
-        resources_ids = resreg.collectionOfInterface(
-            IResourceRegistry, prefix="plone.resources").keys()
-        self.assertTrue(
-            'resource-search-js' in resources_ids)
-
-
 class TestSection(SearchTestCase):
     """The name of the class should be meaningful. This may be a class that
     tests the installation of a particular product.
@@ -214,6 +199,5 @@ def test_suite():
     above
     """
     suite = unittest.TestSuite()
-    suite.addTest(unittest.makeSuite(TestIntegration))
     suite.addTest(unittest.makeSuite(TestSection))
     return suite




-------------------------------------------------------------------------------


More information about the Testbot mailing list