diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/test_versions.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_versions.rb b/Library/Homebrew/test/test_versions.rb index cd88bd37c..c5671ce82 100644 --- a/Library/Homebrew/test/test_versions.rb +++ b/Library/Homebrew/test/test_versions.rb @@ -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 |
