summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestelementattribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qtestelementattribute.cpp')
-rw-r--r--src/testlib/qtestelementattribute.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testlib/qtestelementattribute.cpp b/src/testlib/qtestelementattribute.cpp
index 265f126e5aa..d091804f8c1 100644
--- a/src/testlib/qtestelementattribute.cpp
+++ b/src/testlib/qtestelementattribute.cpp
@@ -143,7 +143,9 @@ const char *QTestElementAttribute::name() const
"value",
"iterations",
"time",
- "timestamp"
+ "timestamp",
+ "hostname",
+ "classname"
};
if (attributeIndex != QTest::AI_Undefined)