summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix subscription sharing for revised publishing intervalsv5.11.0-rc2v5.11.0Jannis Voelker2018-05-141-0/+63
* Use QTEST_ENVIRONMENT to exclude freeopcua tests in the CIJannis Voelker2018-05-141-2/+1
* tests: Use path of the test executable to find the server executableRainer Keller2018-05-081-1/+1
* Fix crash when converting empty array variants (open62541)Jannis Voelker2018-05-044-0/+54
* Disable the open62541 client state handler during connect and disconnectv5.11.0-beta3Jannis Voelker2018-04-051-0/+2
* Initialize readWriteNode before checking the valueJannis Voelker2018-04-051-0/+1
* Test usage of the valueAttributeType parameter in all backendsJannis Voelker2018-04-051-7/+5
* Disable the freeopcua tests when running in the CIJannis Voelker2018-04-051-0/+6
* Make sure monitored items are created only onceJannis Voelker2018-03-201-1/+37
* Update UA backendMaurice Kalinowski2018-03-161-10/+0
* Fix and extend support for modifyMonitoring in open62541Jannis Voelker2018-03-161-16/+193
* Simplify and clean up open62541 test serverJannis Voelker2018-03-165-649/+87
* Add DataChangeFilter support to the open62541 backendJannis Voelker2018-03-141-0/+61
* Disable automatic reconnect in the uacpp backendJannis Voelker2018-03-141-1/+2
* Add server and source timestamp for read and data changeJannis Voelker2018-03-141-0/+54
* Fix multipleClients testv5.11.0-beta2Jannis Voelker2018-03-081-8/+9
* Fix implicit conversions and type registrationJannis Voelker2018-03-081-17/+17
* Fix DateTime conversion for uacpp and freeopcuaJannis Voelker2018-03-061-0/+21
* Unify support for indexRange in monitored items in both backendsJannis Voelker2018-02-281-0/+54
* Reduce number of children in largeTestFolder to 100Jannis Voelker2018-02-282-2/+2
* Add Unified Automation C++ SDK backendv5.11.0-beta1Maurice Kalinowski2018-02-261-2/+3
* Add helper functions for node id generationJannis Voelker2018-02-231-2/+15
* Track changes in the open62541 master branchFrank Meerkoetter2018-02-231-1/+1
* Give the user access to the namespace arrayJannis Voelker2018-02-151-0/+29
* Remove secureConnect() and isSecureConnectionSupported()Frank Meerkoetter2018-02-061-51/+0
* Update client state on disconnect in open62541Jannis Voelker2018-01-221-4/+47
* Remove time ticker node in the open62541 test serverJannis Voelker2018-01-121-19/+0
* Rename readFinished to attributeReadJannis Voelker2018-01-091-26/+28
* Add ExtensionObject handling to support types from OPC-UA part 8, 5.6Jannis Voelker2018-01-055-42/+486
* Add async browse supportJannis Voelker2018-01-051-12/+27
* Move NodeAttribute and NodeClass to namespace QOpcUaJannis Voelker2018-01-051-123/+123
* Add support for index ranges in read and write operationsJannis Voelker2018-01-051-0/+54
* Fix type registrationJannis Voelker2017-12-211-2/+0
* Fix test failuresMaurice Kalinowski2017-12-212-2/+3
* Use qFuzzyCompare to compare floating point valuesFrank Meerkoetter2017-12-191-3/+3
* Fix clang warning: use of old style castFrank Meerkoetter2017-12-191-1/+1
* Fix building the test server with -qtnamespaceJannis Voelker2017-12-152-0/+7
* Add an async API for method callsJannis Voelker2017-12-145-6/+133
* Add async API for data change subscriptionsJannis Voelker2017-12-141-71/+133
* Add an async API for write access to node attributesJannis Voelker2017-12-061-102/+124
* Add support for the StatusCode typeJannis Voelker2017-12-053-0/+66
* Add an async API for read access to node attributesJannis Voelker2017-12-051-120/+189
* Sort headersFrank Meerkoetter2017-12-011-1/+1
* Do not compare floating point values via the == operatorFrank Meerkoetter2017-12-011-1/+2
* Do not copy the backend strings, take a referenceFrank Meerkoetter2017-12-011-1/+1
* Remove the read/writeHistorical attribute APIFrank Meerkoetter2017-11-291-44/+0
* Add full support for the LocalizedText typeJannis Voelker2017-11-271-16/+21
* Add support for the QualifiedName typeJannis Voelker2017-11-273-0/+64
* Update messages and skips in tst_client.cppJannis Voelker2017-11-271-9/+25
* Add XmlElement support to the Open62541 backendJannis Voelker2017-11-273-11/+73