summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove C style castsJannis Voelker2017-11-151-22/+22
* Fix spacingJannis Voelker2017-11-142-38/+38
* Add user/password loginJannis Voelker2017-11-131-0/+55
* Enable auto tests for QOpcUaClientJannis Voelker2017-11-131-1/+1
* Add support for the GUID typeJannis Voelker2017-11-133-0/+73
* Add client side support for opaque and guid identifiersJannis Voelker2017-11-131-0/+28
* Add support for opaque and guid identifiers to the Open62541 test serverJannis Voelker2017-11-133-36/+21
* Create node objects in the FreeOPCUA plugin without querying the serverJannis Voelker2017-11-061-13/+0
* Switch to testserver based on Open62541Maurice Kalinowski2017-11-069-331/+577
* Fix support for NodeId values in FreeOPCUAJannis Voelker2017-10-271-23/+13
* Use more meaningful values in the scalar and array read/write testsJannis Voelker2017-10-271-65/+65
* Refactor childIds to childrenIdsDaniel Engelke2017-10-271-7/+7
* Fix reading 64 bit types in FreeOPCUAJannis Voelker2017-10-231-41/+33
* Unbreak and re-enable the SByte part of the readArray testJannis Voelker2017-10-201-15/+9
* Fix the handling of byte strings in QOpen62541ValueConverterJannis Voelker2017-10-181-4/+17
* Safely compare floating point numbersFrank Meerkoetter2017-10-171-3/+3
* Fix leaks in the readScalar, writeArray and multipleClients testsFrank Meerkoetter2017-10-161-43/+38
* Allow the readScalar test to pass by repairing the writeScalar testJannis Voelker2017-10-161-5/+2
* Fix typo in tst_qopcuaclient which prevents a successful buildJannis Voelker2017-10-161-1/+1
* Treat strings as UTF-8 in QOpen62541ValueConverterJannis Voelker2017-10-161-0/+56
* Make the unit test output less noisyFrank Meerkoetter2017-10-161-33/+0
* Add a unit test to nail down the behavior of QOpcUaNode::childIds()Frank Meerkoetter2017-10-052-0/+17
* Test how QOpcUaNode deals with malformed string idsFrank Meerkoetter2017-10-051-0/+26
* Add more tests for QOpcUaNode::nodeClass()Frank Meerkoetter2017-10-051-0/+25
* Change the return type of QOpcUaNode::nodeClass() to an enumFrank Meerkoetter2017-10-051-1/+1
* Rename name() to displayName()Frank Meerkoetter2017-10-051-2/+2
* Remove special purpose method encodedValue()Frank Meerkoetter2017-10-041-6/+0
* Tests: Cleanup main()Frank Meerkoetter2017-10-041-4/+1
* Cleanup. No need to add exceptions twiceFrank Meerkoetter2017-10-041-1/+0
* Disable invalidNodeAccess test on Open62541Alex Blasche2017-09-131-0/+2
* Fix test failure when using freeopcua clientAlex Blasche2017-09-121-1/+3
* Change QOpcUaNode::type signatureMaurice Kalinowski2017-09-071-18/+20
* Prefer QCOMPAREMaurice Kalinowski2017-08-251-2/+2
* Remove subscription test slotsMaurice Kalinowski2017-08-241-41/+15
* Disable SByte conversion testMaurice Kalinowski2017-08-241-0/+2
* Re-enable testMaurice Kalinowski2017-08-241-1/+0
* Split check into multiple partsMaurice Kalinowski2017-08-241-14/+28
* Do not derefence nullptrMaurice Kalinowski2017-08-181-1/+1