summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2017-12-29 09:08:09 +0100
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2018-02-23 09:32:53 +0000
commit5e5a7ed52091a93b6f25be30bba3d42d633e1dd4 (patch)
tree203671af85425aee5444bc948ad4639f532f3740 /tests
parent2b66a97a6d123c5cd865d1a119ba80c268477169 (diff)
Track changes in the open62541 master branch
This patch makes the open62541 backend work with the current open62541 master (ba3b55ab4). Change-Id: I49f84529d79840a9399a01aa40f24a777e7e6b93 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qopcuaclient/tst_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qopcuaclient/tst_client.cpp b/tests/auto/qopcuaclient/tst_client.cpp
index 006d586..6e21fa4 100644
--- a/tests/auto/qopcuaclient/tst_client.cpp
+++ b/tests/auto/qopcuaclient/tst_client.cpp
@@ -768,7 +768,7 @@ void Tst_QOpcUaClient::methodCallInvalid()
QVERIFY(success == true);
methodSpy.wait();
QCOMPARE(methodSpy.size(), 1);
- QCOMPARE(methodSpy.at(0).at(2).value<QOpcUa::UaStatusCode>(), QOpcUa::UaStatusCode::BadInvalidArgument);
+ QCOMPARE(methodSpy.at(0).at(2).value<QOpcUa::UaStatusCode>(), QOpcUa::UaStatusCode::BadTooManyArguments);
methodSpy.clear();
args.resize(1);