plone.restapi/plone-only-login: Merge pull request #389 from plone/addmissingtestsfromnaviga

GitHub <jenkins-z4DKO/[email protected]> Thu, 27 Jul 2017 01:05:22 -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-27T07:58:30+02:00
Author: Timo Stollenwerk (tisto) <[email protected]>
Commit: https://github.com/plone/plone.restapi/commit/0271e70c7b41a7d96b2e02f0275e5b1895bbe16f

Merge pull request #389 from plone/addmissingtestsfromnavigationbreadcrumbs

Add skipped tests from @breadcrumbs and @navigation now that the expa…

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 f25f1bb3..7858f485 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,9 @@ New Features:
 - Add support for expandable elements.
   [buchi]
 
+- 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
_______________________________________________
Plone-CVS mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plone-cvs