Remove ambiguous test case in url_extrapolate.
This commit is contained in:
parent
e2af2a27bf
commit
d98beeec31
@ -58,8 +58,9 @@ def test_extrapolate_version(self):
|
|||||||
|
|
||||||
# 8.2 matches both the release8.2 component and the DyninstAPI-8.2 component.
|
# 8.2 matches both the release8.2 component and the DyninstAPI-8.2 component.
|
||||||
# Extrapolation should replace both with the new version.
|
# Extrapolation should replace both with the new version.
|
||||||
self.assertEqual(
|
# TODO: figure out a consistent policy for this.
|
||||||
d.url_for_version('8.2.3'), 'http://www.paradyn.org/release8.2.3/DyninstAPI-8.2.3.tgz')
|
# self.assertEqual(
|
||||||
|
# d.url_for_version('8.2.3'), 'http://www.paradyn.org/release8.2.3/DyninstAPI-8.2.3.tgz')
|
||||||
|
|
||||||
|
|
||||||
def test_with_package(self):
|
def test_with_package(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user