aboutsummaryrefslogtreecommitdiff
path: root/test/mock/alldocube-iwork8.cc
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-03-11 15:30:40 -0700
committerMarat Dukhan <marat@fb.com>2018-03-11 15:30:47 -0700
commitba208d14dbbc37825d763321668d4cb7af9c2f4e (patch)
tree52e56c09a8812bbd0843d1e5c055c38793c21884 /test/mock/alldocube-iwork8.cc
parent883465718eb6514ca03a126a23817a61e9fccea5 (diff)
downloadcpuinfo-ba208d14dbbc37825d763321668d4cb7af9c2f4e.tar.gz
Update unit tests to include vendor name in package name on x86
Diffstat (limited to 'test/mock/alldocube-iwork8.cc')
-rw-r--r--test/mock/alldocube-iwork8.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mock/alldocube-iwork8.cc b/test/mock/alldocube-iwork8.cc
index 34672ac..6f25ca8 100644
--- a/test/mock/alldocube-iwork8.cc
+++ b/test/mock/alldocube-iwork8.cc
@@ -128,7 +128,7 @@ TEST(PACKAGES, count) {
TEST(PACKAGES, name) {
for (uint32_t i = 0; i < cpuinfo_get_packages_count(); i++) {
- ASSERT_EQ("Atom x5-Z8350",
+ ASSERT_EQ("Intel Atom x5-Z8350",
std::string(cpuinfo_get_package(i)->name,
strnlen(cpuinfo_get_package(i)->name, CPUINFO_PACKAGE_NAME_MAX)));
}