aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
...
* | util.json: Test util.array integrationKim Alvefur2020-01-151-0/+10
| | | | | | | | | | This is to expose how [] == json.null due to a change in Lua 5.3 with how the equality metamethod is chosen.
* | util.array: Add a test case for a behavior change in Lua 5.3Kim Alvefur2020-01-141-0/+1
| | | | | | | | | | In Lua 5.1 and 5.2 the __eq metamethod is not invoked if the other argument is of a different metatable, but in Lua 5.3 it is.
* | net.websocket.frames: Add ping and pong test casesKim Alvefur2020-01-021-0/+24
| |
* | net.websocket.frames: Add test case for masked dataKim Alvefur2020-01-021-0/+13
| | | | | | | | ASCI is pretty neat in how lower case alphabet XOR space is upper case
* | util.pubsub: Ignore unused argument in tests [luacheck]Kim Alvefur2019-12-291-1/+1
| |
* | util.pubsub: Cover subscription filter in a partial testKim Alvefur2019-12-261-0/+26
| | | | | | | | | | | | | | I'm not sure I understand spies well enough to test that the arguments and return values are as expected. Better than nothing at least.
* | tests: Silence [luacheck] warningsKim Alvefur2019-12-233-0/+14
| |
* | scansion: Trim trailing whitespace in testsKim Alvefur2019-12-196-9/+9
| |
* | rostermanager, mod_presence: Support for subscription preapproval (fixes #686)Matthew Wild2019-12-191-0/+74
| |
* | util.dataforms: Improve descriptions in testsKim Alvefur2019-12-161-5/+5
| |
* | util.stanza: Accept util.error object to error_replyKim Alvefur2019-12-141-0/+17
| | | | | | | | | | | | | | | | If we're moving towards util.error as the standard error container then this makes sense. This may allow for future extensibility without needing a lot of optional arguments.
* | util.sasl: Add stub testsKim Alvefur2019-12-141-0/+43
| | | | | | | | Random uncommitted file I found when cleaning out my work dir
* | net.http.parser tests: Expand tests to include validation of resultsMatthew Wild2019-12-091-22/+86
| |
* | configmanager tests: Split long lineMatthew Wild2019-12-091-1/+3
| |
* | tests: Disable s2s in scansion testsKim Alvefur2019-11-301-1/+4
| | | | | | | | These are all c2s tests, no need to have s2s enabled.
* | MUC: Indicate origin of registration related errorsKim Alvefur2019-11-251-2/+2
| |
* | MUC: Indicate origin of password related errorsKim Alvefur2019-11-251-1/+1
| |
* | util.stanza: Support the 'by' attribute on errorsKim Alvefur2019-11-251-1/+2
| | | | | | | | | | This is to be used when the entity generating the error is not the same as the one the stanza was directed to, e.g. an intermediate server.
* | util.stanza: Check that argument to error_reply is NOT a stanza of type errorKim Alvefur2019-11-251-0/+10
| | | | | | | | Replying to an error is Very Bad
* | util.stanza: Check that argument to error_reply is a stanzaKim Alvefur2019-11-251-0/+6
| |
* | util.stanza: Remove redundant check for attrsKim Alvefur2019-11-251-0/+7
| | | | | | | | A stanza can't not have attrs if created the correct way
* | util.stanza: Check that argument to reply is a stanzaKim Alvefur2019-11-251-0/+6
| |
* | MUC: Add testcase for #1466Kim Alvefur2019-11-241-0/+127
| |
* | util.interpolation: Add commented test case for passing nil to filterKim Alvefur2019-11-171-0/+1
| |
* | util.interpolation: Test template filtersKim Alvefur2019-11-171-1/+11
| |
* | util.array: Fix typo in testKim Alvefur2019-11-071-1/+1
| |
* | MUC: Make nickname field in registration form requiredKim Alvefur2019-11-021-2/+6
| | | | | | | | | | | | Prevents traceback from resourceprep(nil) muc#register_roomnick is also required in XEP-0045
* | util.error: Add well-known field 'code' in error templatesKim Alvefur2019-11-011-0/+2
| | | | | | | | Intended to be for HTTP-ish numeric status codes
* | util.pubsub, pubsub.lib and tests: Add text to precondition-not-met error ↵Matthew Wild2019-10-272-1/+235
| | | | | | | | (fixes #1455)
* | util.interpolation: Test map syntaxKim Alvefur2019-10-201-0/+7
| |
* | util.interpolation: Test array syntaxKim Alvefur2019-10-201-0/+8
| |
* | util.interpolation: Test #1452Kim Alvefur2019-10-201-1/+5
| |
* | util.promise: Add some additional tests to cover callback return valuesMatthew Wild2019-09-301-0/+24
| |
* | MUC: Fix XML syntax error in testKim Alvefur2019-09-211-0/+1
| | | | | | | | How did this even happen?
* | MUC: Update test for vcard-temp changesKim Alvefur2019-09-211-4/+11
| | | | | | | | | | | | Should this XEP-0398 behavior even be covered here? The original lines came from a recording.
* | tests: Disable TLS in scansion testsKim Alvefur2019-09-071-1/+1
| | | | | | | | | | | | They were not using TLS before. With a36af4570b39 TLS context creation will succeed even without a certificate, so TLS will be offered, but since there is no certificate it does not work.
* | MUC: Fix delay tag @from in test to be the room JID (#1054 came back)Kim Alvefur2019-08-311-2/+2
| |
* | MUC: Add a test covering basic room creation, messages and destructionKim Alvefur2019-08-311-0/+242
| |
* | util.error: Add testsKim Alvefur2019-07-291-0/+68
| |
* | util.array: Add testsKim Alvefur2019-07-291-0/+154
| |
* | Merge 0.11->trunkKim Alvefur2019-06-201-1/+1
|\|
| * scansion/blocking: Remove the right irrelevant thingKim Alvefur2019-06-201-1/+1
| |
* | Merge 0.11->trunkKim Alvefur2019-06-201-10/+2
|\|
| * mod_blocklist: Remove unrelated tags from test caseKim Alvefur2019-06-201-10/+2
| |
* | Merge 0.11->trunkKim Alvefur2019-06-201-0/+168
|\|
| * mod_blocklist: Update test case with correct behavior (see #1380)Kim Alvefur2019-06-201-0/+6
| | | | | | | | Expect failure
| * mod_blocklist: Add test case capturing current behaviorKim Alvefur2019-06-201-0/+162
| |
* | util.format: Handle integer formats the same way on Lua versions without ↵Kim Alvefur2019-05-301-0/+1
| | | | | | | | integer support
* | util.format: Handle formats expecting an integer in Lua 5.3+ (fixes #1371)Kim Alvefur2019-05-301-0/+1
| |
* | util.hashring: Add testsMatthew Wild2019-05-131-0/+85
| |