Hi, I'm painfully trying to test while programming my new package for Plone with a testbrowser.
The test suite: https://github.com/glenfant/aws.authrss/blob/master/src/aws/authrss/tests/test_doctests.py The layer: https://github.com/glenfant/aws.authrss/blob/master/src/aws/authrss/tests/resources.py And finally the test: https://github.com/glenfant/aws.authrss/blob/master/src/aws/authrss/tests/use_cases.txt The problem is that: * I check the global site syndication (line 20), * I check the new actions, the action named "private_rss" (of line 34) has the condition "python:portal.portal_syndication.isSyndicationAllowed(object)" * I check the syndication is enabled in the newly created folder (line 74) But for strange reasons I'm stuck to guess, no document action is available in the page for the anonymous user (lines 96 and 98) or for the authenticated member (lines 109 and 111). Running the same scenario through a real browser shows the expected link!!! Any hint is welcome. Cheers, -- Gilles Lenfant _______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-product-developers
