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:
parent
f097ce8953
commit
aed54ce966
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user