Skip to content
Snippets Groups Projects
Commit 8bdac8dd authored by Vermaat's avatar Vermaat
Browse files

Fix unit test for commit -r449

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@456 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 38f90d91
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ class TestWSGI():
form['mutationName'] = 'NM_003002.2:c.274G>T'
r = form.submit()
bed_track = urllib.quote(r.environ['wsgi.url_scheme'] + '://' + r.environ['HTTP_HOST'] + '/bed?variant=' + urllib.quote('NM_003002.2:c.274G>T'))
r.mustcontain('<a href="http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&amp;position=chr11:111959685-111959705&amp;hgt.customText=%s"><br>View original variant in UCSC Genome Browser</a>' % bed_track)
r.mustcontain('<a href="http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&amp;position=chr11:111959685-111959705&amp;hgt.customText=%s">View original variant in UCSC Genome Browser</a>' % bed_track)
def test_checkforward(self):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment