===================
topnav view doctest
===================

@@ tell the kids a story! what does topnav do?

test a traverse to the topnav view::

    >>> self.portal.projects.p1.restrictedTraverse('@@opencore-topnav')
    <Products.Five.metaclass.SimpleViewClass from ...>


test an http to the view::
    
    >>> print http(r'''GET /plone/@@opencore-topnav HTTP/1.1''')
    HTTP/1. 200 OK
    Content-Length: ...
    Content-Type: text/html; charset=utf-8...




