Skip to content

Commit 078a358

Browse files
committed
Tests: fix test due to better matching standard licenses
1 parent 791cc82 commit 078a358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debsources/tests/test_web_cp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ def test_synopsis_parsing(self):
319319
self.assertIn("<a href=\"#license-0\">FSF-configure</a>", rv.data)
320320
# Test separating by ',' and, or and create correct links
321321
synopsis = "<a href=\"#license-0\">FSF-configure</a>, and " \
322-
"<a href=\"http://opensource.org/licenses/GPL-2.0\">GPL-2+"\
323-
" with Libtool exception</a> or <a href=\"http://opensou" \
322+
"<a href=\"#license-5\">GPL-2+ with Libtool exception"\
323+
"</a> or <a href=\"http://opensou" \
324324
"rce.org/licenses/GPL-3.0\">GPL-3+</a>"
325325
self.assertIn(synopsis, rv.data)
326326

0 commit comments

Comments
 (0)