log tests/test.lua @ 2321:7e7484a4e821

age author description
Fri, 27 Nov 2009 18:00:47 +0000 Matthew Wild tests/test.lua: Changes to environment handling of tests, and replace module() with dummy function that doesn't alter the current environment
Fri, 27 Nov 2009 17:39:17 +0000 Matthew Wild tests/test.lua: Print the current test being run if verbosity sufficient
Sat, 17 Oct 2009 13:36:40 +0100 Matthew Wild tests: More environment magic to help get stuff working in a sandbox
Fri, 16 Oct 2009 22:30:59 +0100 Matthew Wild tests: Have fake module() set _M to satisfy some modules
Fri, 16 Oct 2009 22:13:54 +0100 Matthew Wild tests: Add tests for new modulemanager load_modules_for_host code
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Fri, 13 Feb 2009 22:21:59 +0500 Waqas Hussain Fixed tests/test.lua to work on Windows
Wed, 11 Feb 2009 19:50:58 +0000 Matthew Wild Small fix to change verbosity level of subtests
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT!
Fri, 09 Jan 2009 17:36:28 +0000 Matthew Wild Add test for previous commit
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2
Sat, 06 Dec 2008 03:41:49 +0000 Matthew Wild Add hostmanager, and eventmanager