Replaced SystemInfo.getMachineArchitecture() with getArchitecture() and getArchitectureName().

This commit is contained in:
Adam Murdoch
2013-12-10 14:28:48 +11:00
parent f677815cab
commit 81e0adbbcd
5 changed files with 31 additions and 9 deletions

View File

@@ -33,6 +33,7 @@ class SystemInfoTest extends Specification {
expect:
systemInfo.kernelName
systemInfo.kernelVersion
systemInfo.machineArchitecture
systemInfo.architectureName
systemInfo.architecture
}
}