tests: Add basic tests for util.xml and util.xmppstream
|
Matthew Wild |
Sat, 05 Mar 2016 23:42:01 +0000 |
Add tests for util.json
|
Matthew Wild |
Fri, 04 Mar 2016 22:17:16 +0000 |
tests: Add minimal test for util.random that checks that it returns the number of bytes requested
|
Kim Alvefur |
Sun, 21 Feb 2016 18:05:54 +0100 |
tests: Use util.envload to load chunks (fixes #608)
|
Kim Alvefur |
Thu, 28 Jan 2016 14:45:44 +0100 |
tests: Add test for util.uuid (checks that the output format is correct)
|
Kim Alvefur |
Sun, 10 Jan 2016 03:35:00 +0100 |
tests: Correct mistake from latst merge, use the same variable name in all 3 places where it matters
|
Kim Alvefur |
Sun, 10 Jan 2016 03:25:16 +0100 |
tests: Fix merge, modulemanager test was removed
|
Kim Alvefur |
Fri, 08 Jan 2016 16:20:02 +0100 |
Merge 0.9->0.10
|
Kim Alvefur |
Fri, 08 Jan 2016 16:16:08 +0100 |
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 |
Wed, 06 Jan 2016 00:24:06 +0000 |
tests: Add small test for util.throttle
|
Kim Alvefur |
Wed, 23 Dec 2015 08:49:38 +0100 |
tests: Add tests for util.cache
|
Matthew Wild |
Thu, 26 Nov 2015 00:12:51 +0000 |
tests: Return status code depending on whether tests passed
|
Matthew Wild |
Fri, 04 Sep 2015 10:55:39 +0100 |
Merge 0.9->0.10
|
Matthew Wild |
Thu, 26 Mar 2015 16:48:39 +0000 |
tests: Add UTF-8 validity tests
|
Matthew Wild |
Mon, 23 Mar 2015 17:16:54 +0000 |
Remove all trailing whitespace
|
Florian Zeitz |
Fri, 09 Aug 2013 17:48:21 +0200 |
tests: Some much-needed cleanup...
|
Matthew Wild |
Sat, 18 May 2013 17:14:30 +0100 |
util.rfc3484: New util implementing RFC3484 sorting
|
Florian Zeitz |
Sat, 22 Oct 2011 17:59:33 +0200 |
tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form encoding/decoding functions
|
Matthew Wild |
Wed, 10 Aug 2011 17:49:37 -0400 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
Sat, 16 Oct 2010 23:00:42 +0500 |
tests: Added tests for util.sasl.scram.Hi().
|
Waqas Hussain |
Mon, 26 Jul 2010 01:12:52 +0500 |
Merge 0.6->0.7
|
Matthew Wild |
Mon, 22 Mar 2010 17:24:55 +0000 |
Update copyright headers for 2010
|
Matthew Wild |
Mon, 22 Mar 2010 17:06:15 +0000 |
tests/test.lua: Changes to environment handling of tests, and replace module() with dummy function that doesn't alter the current environment
|
Matthew Wild |
Fri, 27 Nov 2009 18:00:47 +0000 |
tests/test.lua: Print the current test being run if verbosity sufficient
|
Matthew Wild |
Fri, 27 Nov 2009 17:39:17 +0000 |
tests: More environment magic to help get stuff working in a sandbox
|
Matthew Wild |
Sat, 17 Oct 2009 13:36:40 +0100 |
tests: Have fake module() set _M to satisfy some modules
|
Matthew Wild |
Fri, 16 Oct 2009 22:30:59 +0100 |
tests: Add tests for new modulemanager load_modules_for_host code
|
Matthew Wild |
Fri, 16 Oct 2009 22:13:54 +0100 |
Remove version number from copyright headers
|
Matthew Wild |
Fri, 10 Jul 2009 03:11:45 +0100 |
0.3->0.4
|
Matthew Wild |
Fri, 20 Mar 2009 20:16:25 +0000 |
Fixed tests/test.lua to work on Windows
|
Waqas Hussain |
Fri, 13 Feb 2009 22:21:59 +0500 |