tests: Add basic tests for util.xml and util.xmppstream
|
Matthew Wild |
2016-03-05 |
Add tests for util.json
|
Matthew Wild |
2016-03-04 |
tests: Add minimal test for util.random that checks that it returns the number of bytes requested
|
Kim Alvefur |
2016-02-21 |
tests: Use util.envload to load chunks (fixes #608)
|
Kim Alvefur |
2016-01-28 |
tests: Add test for util.uuid (checks that the output format is correct)
|
Kim Alvefur |
2016-01-10 |
tests: Correct mistake from latst merge, use the same variable name in all 3 places where it matters
|
Kim Alvefur |
2016-01-10 |
tests: Fix merge, modulemanager test was removed
|
Kim Alvefur |
2016-01-08 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-01-08 |
tests/test.lua: Fix fake module() function to prevent _M from being _G (test.lua's environment), which caused modules to break the sandbox when they set _M.*
|
Matthew Wild |
2016-01-06 |
tests: Add small test for util.throttle
|
Kim Alvefur |
2015-12-23 |
tests: Add tests for util.cache
|
Matthew Wild |
2015-11-26 |
tests: Return status code depending on whether tests passed
|
Matthew Wild |
2015-09-04 |
Merge 0.9->0.10
|
Matthew Wild |
2015-03-26 |
tests: Add UTF-8 validity tests
|
Matthew Wild |
2015-03-23 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
tests: Some much-needed cleanup...
|
Matthew Wild |
2013-05-18 |
util.rfc3484: New util implementing RFC3484 sorting
|
Florian Zeitz |
2011-10-22 |
tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form encoding/decoding functions
|
Matthew Wild |
2011-08-10 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
tests: Added tests for util.sasl.scram.Hi().
|
Waqas Hussain |
2010-07-25 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
tests/test.lua: Changes to environment handling of tests, and replace module() with dummy function that doesn't alter the current environment
|
Matthew Wild |
2009-11-27 |
tests/test.lua: Print the current test being run if verbosity sufficient
|
Matthew Wild |
2009-11-27 |
tests: More environment magic to help get stuff working in a sandbox
|
Matthew Wild |
2009-10-17 |
tests: Have fake module() set _M to satisfy some modules
|
Matthew Wild |
2009-10-16 |
tests: Add tests for new modulemanager load_modules_for_host code
|
Matthew Wild |
2009-10-16 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
Fixed tests/test.lua to work on Windows
|
Waqas Hussain |
2009-02-13 |