mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
tests/test_util_stanza.lua: Allow stanza.last_add to be nil.
This commit is contained in:
parent
539b221189
commit
2c0ba4f75f
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ function deserialize(deserialize, st)
|
|||
|
||||
local stanza2 = deserialize(st.preserialize(stanza));
|
||||
assert_is(stanza2 and stanza.name, "deserialize returns a stanza");
|
||||
assert_is(stanza2.last_add, "Deserialized stanza is missing last_add for adding child tags");
|
||||
assert_table(stanza2.attr, "Deserialized stanza has attributes");
|
||||
assert_equal(stanza2.attr.a, "a", "Deserialized stanza retains attributes");
|
||||
assert_table(getmetatable(stanza2), "Deserialized stanza has metatable");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue