Skip to content

Commit 830158f

Browse files
committed
Added test cases for /wg/*; fixed a template bug found by tests
- Legacy-Id: 1696
1 parent 75bdeb0 commit 830158f

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

ietf/templates/wginfo/wg-charter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{% load ietf_filters %}
21
{% extends "base.html" %}
2+
{% load ietf_filters %}
33
{# Copyright The IETF Trust 2009, All Rights Reserved #}
44

55
{% block title %} {{ wg.group_acronym.name }} ({{wg}}) Charter {% endblock %}

ietf/wginfo/testurl.list

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
200 /wg/
2+
200 /wg/summary.txt
3+
200 /wg/1wg-summary.txt
4+
200 /wg/summary-by-area.txt
5+
200 /wg/summary-by-acronym.txt
6+
200 /wg/pkix-charter.html
7+
200 /wg/pkix-charter.txt
8+
404 /wg/nosuchgroup-charter.html
9+
404 /wg/nosuchgroup-charter.txt
10+
200 /wg/1wg-charters.txt
11+
200 /wg/1wg-charters-by-acronym.txt

0 commit comments

Comments
 (0)