plone.restapi/plone-only-login: Merge branch 'master' into plone-only-login
GitHub <jenkins-z4DKO/[email protected]> Thu, 27 Jul 2017 01:05:25 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.restapi Branch: refs/heads/plone-only-login Date: 2017-07-27T10:05:14+02:00 Author: Víctor Fernández de Alba (sneridagh) <[email protected]> Commit: https://github.com/plone/plone.restapi/commit/1ace223b5ac1df2d09a7480909697b77001e04b3 Merge branch 'master' into plone-only-login Files changed: M CHANGES.rst M src/plone/restapi/tests/test_services_breadcrumbs.py M src/plone/restapi/tests/test_services_navigation.py diff --git a/CHANGES.rst b/CHANGES.rst index ebcbb2e1..da40bfa3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,6 +16,9 @@ New Features: and breadcrumbs as components. [timo] +- Add skipped tests from @breadcrumbs and @navigation now that the expansion is in place + [sneridagh] + 1.0a20 (2017-07-24) ------------------- diff --git a/src/plone/restapi/tests/test_services_breadcrumbs.py b/src/plone/restapi/tests/test_services_breadcrumbs.py index a21002c0..3f0e3fb0 100644 --- a/src/plone/restapi/tests/test_services_breadcrumbs.py +++ b/src/plone/restapi/tests/test_services_breadcrumbs.py @@ -35,7 +35,6 @@ def setUp(self): title=u'A document') transaction.commit() - @unittest.skip('Planned for future release') def test_breadcrumbs(self): response = self.api_session.get('/folder/doc1/@breadcrumbs') diff --git a/src/plone/restapi/tests/test_services_navigation.py b/src/plone/restapi/tests/test_services_navigation.py index 02a04f84..a0c47213 100644 --- a/src/plone/restapi/tests/test_services_navigation.py +++ b/src/plone/restapi/tests/test_services_navigation.py @@ -35,7 +35,6 @@ def setUp(self): title=u'A document') transaction.commit() - @unittest.skip('Planned for future release') def test_navigation(self): response = self.api_session.get('/folder/@navigation') ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot