aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2013-09-20 15:52:08 -0500
committerJack Nagel2013-09-20 15:52:08 -0500
commita2c9d9e2bc1d642a7b7b8052a139dfc63bc3e14c (patch)
treeb3851662deb8020a9236be1c143b444eecf1ba7a /Library/Homebrew/test
parentec164875f3722b1d6517c336bafcfdf062f238b2 (diff)
downloadhomebrew-a2c9d9e2bc1d642a7b7b8052a139dfc63bc3e14c.tar.bz2
At some point this started working again
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_versions.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/test/test_versions.rb b/Library/Homebrew/test/test_versions.rb
index f14b60f12..927cd2bac 100644
--- a/Library/Homebrew/test/test_versions.rb
+++ b/Library/Homebrew/test/test_versions.rb
@@ -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'