aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix build of testsMarvin W2022-04-081-1/+1
|
* Change test code for older vala compatMarvin W2020-06-282-86/+88
|
* Don't strip() at XML layerMarvin W2020-06-281-1/+1
|
* Fix async testsMarvin W2020-06-283-14/+91
|
* Fix issues in ICU usageMarvin W2019-12-251-3/+4
|
* Use UTS46 instead of IDNA2003Marvin W2019-12-231-3/+3
|
* Properly check Jids everywhereMarvin W2019-12-232-0/+101
|
* Make TestCase protected for newer valaMaxime “pep” Buquet2019-09-111-1/+1
| | | | Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
* Fix some warningshrxi2019-09-102-0/+25
| | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.
* Make slack workarounds use in-pipelinefiaxh2018-01-281-2/+0
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-2/+2
|
* Fix typos in comments and variable names (#269)linkmauve2018-01-101-1/+1
| | | Thanks `codespell`!
* Fix unit tests using async + read message markerfiaxh2017-11-171-14/+14
|
* xmpp-vala: improve namespace handling, add some testsMarvin W2017-08-123-0/+278