Hardware test: add :arrandale

For some reason :arrandale was missing from the list of hardware in the
Intel family in the hardware test.
This commit is contained in:
Misty De Meo 2012-04-18 15:43:42 -05:00
parent f097ce8953
commit aed54ce966

View File

@ -15,7 +15,7 @@ class HardwareTests < Test::Unit::TestCase
def test_hardware_intel_family
if Hardware.cpu_type == :intel
assert [:core, :core2, :penryn, :nehalem, :sandybridge].include?(Hardware.intel_family)
assert [:core, :core2, :penryn, :nehalem, :arrandale, :sandybridge].include?(Hardware.intel_family)
end
end
end
end