test_formula: add Mavericks bottles.

This commit is contained in:
Mike McQuaid 2013-10-23 22:14:55 +01:00
parent 0c332a23a2
commit 0296ffa0ef
2 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,7 @@ class FormulaTests < Test::Unit::TestCase
sha1 'faceb00cfaceb00cfaceb00cfaceb00cfaceb00c' => :snow_leopard
sha1 'baadf00dbaadf00dbaadf00dbaadf00dbaadf00d' => :lion
sha1 '8badf00d8badf00d8badf00d8badf00d8badf00d' => :mountain_lion
sha1 'deadf00ddeadf00ddeadf00ddeadf00ddeadf00d' => :mavericks
end
def initialize(name="spec_test_ball", path=nil)

View File

@ -45,6 +45,7 @@ class FormulaSpecSelectionTests < Test::Unit::TestCase
:snow_leopard => 'faceb00c'*5,
:lion => 'baadf00d'*5,
:mountain_lion => '8badf00d'*5,
:mavericks => 'deadf00d'*5
}.each_pair do |cat, val|
sha1(val => cat)
end