File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33from django .shortcuts import render_to_response as render
44from django .utils .html import escape
55from ietf .ipr .view_sections import section_table
6+ from ietf .ipr .view_new import new
67
78def linebreaks (value ):
89 if value :
Original file line number Diff line number Diff line change @@ -47,5 +47,6 @@ def testCoverage(self):
4747 def testUrls (self ):
4848 for code , testurl , goodurl in self .testurls :
4949 response = self .client .get (testurl )
50+ print "%s %s" % (response .status_code , testurl )
5051 self .assertEqual (response .status_code , code , "Unexpected response code from URL '%s'" % (testurl ))
5152 # TODO: Add comparison with goodurl
Original file line number Diff line number Diff line change 1+ 200 /
2+ 200 /accounts/
3+ 200 /admin
4+ 200 /announcements/
5+ 200 /idindex/
6+ 200 /idindex/showdocs/all/date/
7+ 200 /idindex/showdocs/all/name/
8+ 200 /idindex/showdocs/current/date/
9+ 200 /idindex/showdocs/current/name/
10+ 200 /idindex/showdocs/rfc/date/
11+ 200 /idindex/showdocs/rfc/name/
12+ 200 /idindex/showdocs/dead/date/
13+ 200 /idindex/showdocs/dead/name/
14+ 200 /idindex/wglist/A/
15+ 200 /idindex/wglist/adslmib/
16+ 200 /idindex/wglist/pwe3/
17+ 200 /idindex/wglist/Z/
18+ 200 /idindex/inddocs/B/
19+ 200 /idindex/inddocs/Y/
20+ 200 /idindex/otherdocs/iab/
21+ 200 /iesg/telechat/
22+ 200 /iesg/telechat/2006/
23+ 200 /iesg/telechat/2006/feb/
24+ 200 /iesg/telechat/detail/365/
25+ 200 /iesg/ann/detail/
26+ 200 /iesg/ann/independent/$
27+ 200 /iesg/ann/ietf-doc/recent/
28+ 200 /iesg/ann/ietf-doc/previous/
29+ 200 /ipr/
30+ 200 /ipr/ipr-657/
31+ 200 /ipr/ipr-787/
32+ 200 /ipr/ipr-795/
33+ 200 /ipr/new-generic/
34+ 200 /ipr/new-specific/
35+ 200 /ipr/new-third-party/
36+ 200 /liaisons/
37+ 200 /liaisons/329/
38+ 200 /mailing-lists/area-lists/
39+ 200 /mailing-lists/nonwg-lists/
40+ 200 /mailing-lists/nonwg-lists/submit/
41+ 200 /mailing-lists/request/
42+ 200 /mailing-lists/area-lists/
43+ 200 /meeting/
You can’t perform that action at this time.
0 commit comments