Add failing test for a misdetected version
This commit is contained in:
parent
f1df7f208f
commit
784c9670f1
@ -292,4 +292,9 @@ class VersionParsingTests < Test::Unit::TestCase
|
||||
def test_ezlupdate_version
|
||||
assert_version_detected '2011.10', 'https://github.com/downloads/ezsystems/ezpublish-legacy/ezpublish_community_project-2011.10-with_ezc.tar.bz2'
|
||||
end
|
||||
|
||||
def test_aespipe_version_style
|
||||
assert_version_detected '2.4c',
|
||||
'http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4c.tar.bz2'
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user