summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/DiscoveryTest.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/DiscoveryTest.qml')
-rw-r--r--tests/auto/declarative/DiscoveryTest.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/DiscoveryTest.qml b/tests/auto/declarative/DiscoveryTest.qml
index 361a135..e8a2596 100644
--- a/tests/auto/declarative/DiscoveryTest.qml
+++ b/tests/auto/declarative/DiscoveryTest.qml
@@ -58,7 +58,7 @@ Item {
}
CompletionLoggingTestCase {
- name: "Fetch data from discovery server using default connection"
+ name: parent.parent.testName + ": " + backendName + ": Fetch data from discovery server using default connection"
when: shouldRun
QtOpcUa.Connection {
@@ -170,7 +170,7 @@ Item {
}
CompletionLoggingTestCase {
- name: "Fetch data from discovery server using specified connection"
+ name: parent.parent.testName + ": " + backendName + ": Fetch data from discovery server using specified connection"
when: shouldRun
QtOpcUa.Connection {