summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make the individual test cases more atomicAlex Blasche2017-08-181-48/+85
* Rename m_client in unit testAlex Blasche2017-08-171-155/+155
* Enable testing of multiple backends at the same timeAlex Blasche2017-08-161-11/+88
* Ensure that qopcuaclient test instanciates opcua client inside the testAlex Blasche2017-08-041-16/+22
* Disable qopcua client until ldconfig issues are sortedAlex Blasche2017-08-041-1/+1
* Migrate QtOpcua to configure setup introduced by Qt LiteAlex Blasche2017-08-042-4/+6
* Refactor state and error handlingMaurice Kalinowski2017-07-261-21/+21
* Cleanup testcaseMaurice Kalinowski2017-07-261-902/+941
* Deprecate Q_DECL_OVERRIDEMaurice Kalinowski2017-07-261-1/+1
* move test caseMaurice Kalinowski2017-07-253-2/+2
* Rename state valueMaurice Kalinowski2017-07-251-8/+8
* fix tests against latest changesMaurice Kalinowski2017-07-252-40/+71