summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2018-05-23 09:33:41 +0200
committerJannis Völker <jannis.voelker@basyskom.com>2018-05-28 06:08:05 +0000
commitdc1b21a17ef31e11732978c3b642e443afc26e3b (patch)
treef504ed0e4f9516bf2e318fb8dbe9aa3f8c9f08d3
parentca186eb372c43c5210a366ed2185b86d14d90a6f (diff)
Enable subscriptionDataChangeFilter test
open62541 now supports data change filters on the server side. Change-Id: Iae32c3b107c45bf700550af75733ed41e58b9242 Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
-rw-r--r--tests/auto/qopcuaclient/tst_client.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qopcuaclient/tst_client.cpp b/tests/auto/qopcuaclient/tst_client.cpp
index ca048e9..df3dc46 100644
--- a/tests/auto/qopcuaclient/tst_client.cpp
+++ b/tests/auto/qopcuaclient/tst_client.cpp
@@ -1936,10 +1936,6 @@ void Tst_QOpcUaClient::subscriptionDataChangeFilter()
QFETCH(QOpcUaClient *, opcuaClient);
OpcuaConnector connector(opcuaClient, m_endpoint);
- QSKIP("DataChangeFilter is not supported by the open62541 test server");
- // To run this test case, change the url for connector to the URL of a Prosys simulation server
- // and use ns=3;s=Double as node id for doubleNode.
-
if (opcuaClient->backend() == QLatin1String("freeopcua"))
QSKIP("DataChangeFilter support is not implemented in the freeopcua plugin");