Add failing test for a misdetected version

This commit is contained in:
Jack Nagel 2013-06-10 14:55:23 -05:00
parent f1df7f208f
commit 784c9670f1

View File

@ -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