Commit Graph

61 Commits (5c1d94de1b67353da7e2c348379c8a8509a9e66a)

Author SHA1 Message Date
Florian Zeitz 1dc0a831cf util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes 13 years ago
Florian Zeitz 68d147d22f util.rfc3484: New util implementing RFC3484 sorting 14 years ago
Matthew Wild 257fa9dbd0 tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form encoding/decoding functions 15 years ago
Matthew Wild fd692fe406 tests/test_sasl.lua: Convert literal UTF-8/Latin1 chars to escape codes for weak text editors 15 years ago
Matthew Wild aded42ab97 tests/test_sasl.lua: Convert literal UTF-8/Latin1 chars to escape codes for weak text editors 15 years ago
Waqas Hussain 2c0ba4f75f tests/test_util_stanza.lua: Allow stanza.last_add to be nil. 15 years ago
Waqas Hussain b7e51a203d Monster whitespace commit (beware the whitespace monster). 15 years ago
Matthew Wild 0c0140fa2d tests/test_util_jid.lua: Add more tests for JID splitting 16 years ago
Matthew Wild efff82cd94 tests/test_util_jid.lua: Better formatting, comments, and stop giving 5 arguments to a 4-argument function (thanks Asterix :) ) 16 years ago
Waqas Hussain cc1b764839 tests: Added tests for util.sasl.scram.Hi(). 16 years ago
Kim Alvefur e21c59154e util.jid: compare() added, with some tests. 16 years ago
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Matthew Wild cc932b9c97 tests/test_core_s2smanager.lua: Fix to compare SRV weights correctly 16 years ago
Matthew Wild 9657f76657 tests/test.lua: Changes to environment handling of tests, and replace module() with dummy function that doesn't alter the current environment 16 years ago
Matthew Wild 8cfd5950a3 tests: Add tests for util.jid.join() 16 years ago
Matthew Wild 822161982a tests/test.lua: Print the current test being run if verbosity sufficient 16 years ago
Matthew Wild 119d80071d tests/modulemanager_option_conversion.lua: Add standalone test script for the new modulemanager config option API 16 years ago
Matthew Wild aa442a6b88 tests: Add tests for util.jid.join() 16 years ago
Matthew Wild 55e729ef4c tests: Fix stanza_router tests to work with the new routing code, finally all tests pass again \o/ 16 years ago
Matthew Wild c2161ee15e tests: More environment magic to help get stuff working in a sandbox 16 years ago
Matthew Wild 8b476b284f tests: Have fake module() set _M to satisfy some modules 16 years ago
Matthew Wild 8bfd53c8a6 tests: Add tests for new modulemanager load_modules_for_host code 16 years ago
Matthew Wild 118883d655 Remove version number from copyright headers 17 years ago
Matthew Wild e45610ce6e Add copyright header to those files missing one 17 years ago
Matthew Wild c80f91dc02 0.3->0.4 17 years ago
Matthew Wild fa16fb21e6 tests: Add test for iq error replies 17 years ago
Waqas Hussain b9fade36aa Added tests/run_tests.bat for running tests on Windows 17 years ago
Waqas Hussain 70133fb356 Fixed tests/test.lua to work on Windows 17 years ago
Matthew Wild 66155f71aa Add tests for util.multitable 17 years ago
Matthew Wild 2aa5caa78e Add test to check for incorrect handling of iq from c2s to local bare JIDs 17 years ago
Matthew Wild 8de5689731 Small fix to change verbosity level of subtests 17 years ago
Matthew Wild 2f8d4df4b3 Correct tests for stanza routing IQs to bare JIDs 17 years ago
Matthew Wild c5ee166aa9 Update copyright notices for 2009 17 years ago
Matthew Wild f2d020191f 0.2->0.3 17 years ago
Matthew Wild bf3b96204d GPL->MIT! 17 years ago
Matthew Wild 365368ef52 Add more tests for util/stanza.lua serialization routines 17 years ago
Matthew Wild d4f24630f3 Add test for previous commit 17 years ago
Matthew Wild d3ad4a5123 0.1 -> 0.2 17 years ago
Matthew Wild dfeabed19f Add hostmanager, and eventmanager 17 years ago
Matthew Wild d556714369 Add a couple more tests for jid.split 17 years ago
Matthew Wild 0c5cc83112 Insert copyright/license headers 17 years ago
Matthew Wild 3d39b70324 No need for the placeholder file in tests/ because the directory is no longer empty 17 years ago
Matthew Wild a52274f5e6 Add test for latin1toutf8 (which passes) 17 years ago
Matthew Wild 8d6ef1df38 Also look for binary modules in the parent directory when running tests 17 years ago
Matthew Wild ede1bd83a8 Import initial configmanager, not sure if it works yet, but it does pass the unit tests ;) 17 years ago
Matthew Wild 44545470c0 Update test.lua with a work-in-progress 17 years ago
Matthew Wild 48e7f5ea64 Improve jid.split() and jid.bare() to pass new test cases with invalid JIDs 17 years ago
Matthew Wild 08f20e796a Oops, never added the tests for s2smanager to the repo 17 years ago
Matthew Wild 662dd712f2 Add run_tests.sh 17 years ago
Matthew Wild 9a9a31d0f2 Update unit testing to output coverage reports 17 years ago