At some point this started working again

This commit is contained in:
Jack Nagel 2013-09-20 15:52:08 -05:00
parent 497ccdc41c
commit 5b7b8fb5da

View File

@ -238,10 +238,10 @@ class VersionParsingTests < Test::Unit::TestCase
assert_version_detected '8d', 'http://www.ijg.org/files/jpegsrc.v8d.tar.gz'
end
# def test_version_ghc_style
# assert_version_detected '7.0.4', 'http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-x86_64-apple-darwin.tar.bz2'
# assert_version_detected '7.0.4', 'http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-i386-apple-darwin.tar.bz2'
# end
def test_version_ghc_style
assert_version_detected '7.0.4', 'http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-x86_64-apple-darwin.tar.bz2'
assert_version_detected '7.0.4', 'http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-i386-apple-darwin.tar.bz2'
end
def test_pypy_version
assert_version_detected '1.4.1', 'http://pypy.org/download/pypy-1.4.1-osx.tar.bz2'