aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorXu Cheng2015-04-17 21:36:13 +0800
committerXu Cheng2015-04-19 14:21:50 +0800
commit5d99a6f2238f52f1ca81f46b6049193118a06bed (patch)
tree5dc2c6b58e332cd3134e73658cf9f53ebffc0ed9 /Library/Homebrew/test
parent29d24cabc6009c134e57a0b2e0b92e5d2e42bb72 (diff)
downloadhomebrew-5d99a6f2238f52f1ca81f46b6049193118a06bed.tar.bz2
stop supporting 0_5_0 style bottle version
The original formula (disco) has been moved to use 0.5.0 style version string. So actually no one is using such style. Stop supporting such style, so it wouldn't be ambiguous with revision part in `Formula#pkg_version`. Closes #38750. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_bottle_versions.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/test/test_bottle_versions.rb b/Library/Homebrew/test/test_bottle_versions.rb
index 1ba8ba5d9..c6ab855ca 100644
--- a/Library/Homebrew/test/test_bottle_versions.rb
+++ b/Library/Homebrew/test/test_bottle_versions.rb
@@ -36,11 +36,6 @@ class BottleVersionParsingTests < Homebrew::TestCase
'/usr/local/pazpar2-1.6.39.mavericks.bottle.tar.gz'
end
- def test_disco_style
- assert_version_detected '0_5_0',
- '/usr/local/disco-0_5_0.mavericks.bottle.tar.gz'
- end
-
def test_zpython_style
assert_version_detected '00-5.0.5',
'/usr/local/zpython-00-5.0.5.mavericks.bottle.tar.gz'