Skip to content

Commit

Permalink
Tests: fix test due to better matching standard licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
oorestisime committed Jan 18, 2016
1 parent 791cc82 commit 078a358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debsources/tests/test_web_cp.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ def test_synopsis_parsing(self):
self.assertIn("<a href=\"#license-0\">FSF-configure</a>", rv.data)
# Test separating by ',' and, or and create correct links
synopsis = "<a href=\"#license-0\">FSF-configure</a>, and " \
"<a href=\"http://opensource.org/licenses/GPL-2.0\">GPL-2+"\
" with Libtool exception</a> or <a href=\"http://opensou" \
"<a href=\"#license-5\">GPL-2+ with Libtool exception"\
"</a> or <a href=\"http://opensou" \
"rce.org/licenses/GPL-3.0\">GPL-3+</a>"
self.assertIn(synopsis, rv.data)

Expand Down

0 comments on commit 078a358

Please sign in to comment.