Matthew Wild
56e97dc5d6
util.pubsub tests: Ensure necessary tests run in the defined order
2018-10-01 19:43:20 +01:00
Matthew Wild
4317135049
Add storage tests (currently only internal and sqlite)
2018-09-29 11:14:29 +01:00
Matthew Wild
823ff40259
mod_bosh: Add tests (run with 'busted -r bosh')
2018-09-23 17:12:21 +01:00
Kim Alvefur
42cc508a5d
util.serialization: Use deserialize instead of envload directly
2018-09-23 17:02:54 +02:00
Kim Alvefur
31cf61bea4
util.serialization: Add brief initial tests
2018-09-23 16:30:35 +02:00
Kim Alvefur
fdbf28899f
mod_pep: Add test publishing a nickname
2018-09-22 15:34:26 +02:00
Matthew Wild
f38c79e95a
util.iterators tests: Check value matches expected [luacheck]
2018-09-21 14:30:20 +01:00
Matthew Wild
c65893de6e
util.iterators: Add sorted_pairs() method
2018-09-21 14:27:46 +01:00
Matthew Wild
0207b2d785
util.json tests: Add [luacheck] annotation to mark intentionally-empty if branch
2018-09-17 15:28:53 +01:00
Matthew Wild
24106955b4
util.cache tests: Add annotation to fix [luacheck] warning
2018-09-17 15:25:47 +01:00
Matthew Wild
c3809bebd2
scansion: muc_register.scs: Test to ensure MUC registration by unaffiliated users is disabled by default
2018-09-17 15:18:54 +01:00
Kim Alvefur
fd174452eb
util.poll: Test that it loads after being compiled
2018-09-15 01:01:04 +02:00
Matthew Wild
c59016f3d4
MUC: Don't kick user of a reserved nick if it's theirs (thanks pep.)
2018-09-14 18:06:12 +01:00
Matthew Wild
c283ec08b0
MUC: Include 'nick' attribute in affiliation lists (thanks jc)
2018-09-14 12:05:47 +01:00
Matthew Wild
2219abbc3f
util.stanza tests: Remove unused variable #luacheck
2018-09-13 16:45:18 +01:00
Matthew Wild
27d8902b8e
util.stanza: Don't automatically generate ids for iq stanzas
...
Users of this API should provide their own id attribute that meets their
uniqueness requirements.
The current implementation leaks information (i.e. how many iq stanzas
have been sent by the server to other JIDs). Providing any strong
guarantees of randomness here would need to pull in additional
dependencies that we don't want in this simple library.
2018-09-13 16:35:48 +01:00
Matthew Wild
1b35023741
spec/scansion/basic_roster.scs: Add tests for actually modifying the roster
2018-09-13 16:18:59 +01:00
Matthew Wild
af5fac0a9c
util.stanza tests: Fix test name (copy/paste error?)
2018-09-13 15:37:42 +01:00
Matthew Wild
d7abfeeae5
MUC: Fix to correctly return 'node' in disco#info responses (thanks jc)
2018-09-13 15:11:08 +01:00
Matthew Wild
235281229d
MUC: If a user with an existing affiliation registers, preserve that affiliation (thanks jc)
2018-09-13 14:46:24 +01:00
Matthew Wild
9e8c327fab
spec/scansion/prosody.cfg.lua: daemonize by default
2018-09-12 14:59:52 +01:00
Matthew Wild
e0bae69e32
spec/scansion/prosody.cfg.lua: Add pidfile option so Prosody can be daemonized
2018-09-12 14:44:40 +01:00
Matthew Wild
6914b02449
spec/scansion/prosody.cfg.lua: Config file to be used for integration tests
2018-09-12 13:49:53 +01:00
Matthew Wild
8344885f6a
spec/scansion: Ensure all scripts have sensible titles
2018-09-11 20:57:23 +01:00
Matthew Wild
5703e26476
spec/scansion: Multiple fixes to make all tests pass in latest (c35386e4b456) scansion
2018-09-10 14:58:44 +01:00
Matthew Wild
d78bd730e5
spec/scansion: Add scansion scripts used for testing
...
All past, except issue978-multi which fails randomly
based on ordering of elements - this is a scansion issue
to be resolved.
2018-09-06 16:44:48 +01:00
Kim Alvefur
9c1528bf2e
util.dataforms: Add support for XEP-0122: Data Forms Validation
...
Initially only basic validation of xs:integer
2018-09-01 03:10:09 +02:00
Kim Alvefur
3da47d7dde
util.dataforms: Allow field names to be different from the 'var' attribute
...
This should allow the usage of long prefixes and namespace-like names to
be contained to the XML representation of the form, so that the code can
use more convenient names.
2018-09-01 01:24:46 +02:00
Matthew Wild
3b0271f560
util.stanza + tests: Bail out of loop if we are iterating too far, fixes #981
2018-08-19 21:56:33 +01:00
Matthew Wild
c17a785604
util.stanza tests: Add tests for maptags() method
2018-08-19 21:29:52 +01:00
Matthew Wild
b24d0a5b08
tests: Add muc/util tests for filtering MUC elements
2018-08-19 13:20:55 +01:00
Kim Alvefur
9e291a9656
util.pubsub tests: Fix whitespace
2018-08-18 18:14:19 +02:00
Matthew Wild
8dc2b41947
util.pubsub tests: Add tests for get_items()
2018-08-18 15:28:08 +01:00
Matthew Wild
23cfd1b4d0
Pubsub: Add tests for :get_last_item() and fix for non-persistent nodes
2018-08-18 15:10:41 +01:00
Kim Alvefur
05fdf2d42c
util.time: Add brief tests
2018-08-18 00:41:49 +02:00
Kim Alvefur
16f48337f3
util.pubsub: Silence warnings in tests [luacheck]
...
Warnings introduced in c53663e13b51 according to bisect
2018-08-16 06:05:11 +02:00
Matthew Wild
a4a44c8d28
util.pubsub tests: Add TODO
2018-08-12 11:43:38 +01:00
Matthew Wild
9d19f12e26
util.pubsub tests: Add tests to confirm new access model is enforced on config change
2018-08-12 11:34:50 +01:00
Matthew Wild
330c5988ed
util.pubsub tests: Add initial node config tests
2018-08-12 11:34:28 +01:00
Matthew Wild
d24b7ceb6d
util.pubsub tests: Extend publishing tests to check for correct notification behaviour on subscribe/unsubscribe
2018-08-12 11:34:05 +01:00
Matthew Wild
f4a39e28dc
util.pubsub tests: Add tests for publish_model (publishers, open, subscribers)
2018-08-12 10:43:18 +01:00
Matthew Wild
17595df1a0
util.pubsub tests: Add some initial access model tests (open and whitelist)
2018-08-11 19:18:13 +01:00
Kim Alvefur
5894459e43
spec: Correct order of arguments to asserts in configmanager tests
...
assert.foo(expect, got, ...)
2018-08-11 19:59:19 +02:00
Kim Alvefur
674da5cef0
util.pubsub: Drop now redundant capabilities from tests
2018-08-08 21:49:41 +02:00
Kim Alvefur
876b96659c
util.dataforms: Allow passing the current values to be used in stead of omitted fields
2018-08-05 15:50:06 +02:00
Kim Alvefur
00a2891787
util.dataforms: Add failing test for #1177
2018-06-30 20:49:26 +02:00
Kim Alvefur
0913989a69
util.dataforms: Include a fixed field in test
2018-07-15 22:35:42 +02:00
Matthew Wild
f509f546a3
util.xmppstream: Add tests for various XML features forbidden by the RFC
2018-07-11 11:58:25 +01:00
Kim Alvefur
6eafee4a6e
util_pubsub_spec: Add test for #1082
2018-07-10 00:22:05 +02:00
Kim Alvefur
3322ba6449
util.stanza: Brief tests for :remove_children
2018-07-08 19:13:14 +02:00