diff --git a/Changes b/Changes index 02499dd..5df0821 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,159 @@ +Tue Oct 21 16:34:03 CDT 2008 jeremy@marzhillstudios.com + * fixed dirty global scope problems in run_it + +Tue Oct 21 16:27:00 CDT 2008 jeremy@marzhillstudios.com + * Test.TAP needs to know the global scope sometimes so we store it here + +Mon Oct 20 21:51:02 CDT 2008 jeremy@marzhillstudios.com + * added description to the html test harness + +Mon Oct 20 21:49:29 CDT 2008 jeremy@marzhillstudios.com + * using pound properly again + +Mon Oct 20 21:47:43 CDT 2008 jeremy@marzhillstudios.com + * added a license agreement to Class.js + +Mon Oct 20 21:47:28 CDT 2008 jeremy@marzhillstudios.com + * added a new helper script + +Mon Oct 20 18:57:30 CDT 2008 jeremy@marzhillstudios.com + * mkdist shell script + +Mon Oct 20 18:13:07 CDT 2008 jeremy@marzhillstudios.com + * fixed mysterious *pound* bug + +Sun Oct 19 20:20:16 CDT 2008 jeremy@marzhillstudios.com + * use pount instead of ? for test specification + +Sun Oct 19 20:15:09 CDT 2008 jeremy@marzhillstudios.com + * additional harness features + +Sat Oct 18 02:01:14 CDT 2008 jeremy@marzhillstudios.com + * bugfix wrong directory to write to + +Sat Oct 18 01:56:25 CDT 2008 jeremy@marzhillstudios.com + * helper script + +Sat Oct 18 01:31:14 CDT 2008 jeremy@marzhillstudios.com + * added todo and skipped + +Fri Oct 17 22:37:33 CDT 2008 jeremy@marzhillstudios.com + * templates for harness setup + +Thu Oct 16 21:28:00 CDT 2008 jeremy@marzhillstudios.com + * do things in the right order + +Thu Oct 16 21:24:55 CDT 2008 jeremy@marzhillstudios.com + * count needs to be incremented so the onfinished handler gets run correctly + +Thu Oct 16 21:19:50 CDT 2008 jeremy@marzhillstudios.com + * refactored the Test Class library to be more friendly to multi method tests + +Thu Oct 16 21:19:09 CDT 2008 jeremy@marzhillstudios.com + * refactored tests to one testclass and changed harnesses accordingly + +Thu Oct 16 00:06:57 CDT 2008 jeremy@marzhillstudios.com + * a rhino harness for the test suite + +Wed Oct 15 23:55:35 CDT 2008 jeremy@marzhillstudios.com + * whole new test files yay!! + +Wed Oct 15 23:53:15 CDT 2008 jeremy@marzhillstudios.com + * refactored a whole lotta tests + +Wed Oct 15 23:18:51 CDT 2008 jeremy@marzhillstudios.com + * changed the size of the test divs for less scrolling + +Wed Oct 15 23:11:28 CDT 2008 jeremy@marzhillstudios.com + * asynchronous harness and accompanying tests + +Wed Oct 15 22:54:50 CDT 2008 jeremy@marzhillstudios.com + * made the asynchronous stuff safe for non-browser tests + +Wed Oct 15 22:42:20 CDT 2008 jeremy@marzhillstudios.com + * imported Malte Ubl's asynchronous testing feature + +Wed Oct 15 22:21:42 CDT 2008 jeremy@marzhillstudios.com + * changes to constructor arguments and improvements to class plan setting + +Wed Oct 15 21:52:32 CDT 2008 jeremy@marzhillstudios.com + * setup and teardown for Test.TAP.Class + +Tue Oct 14 22:56:14 CDT 2008 jeremy@marzhillstudios.com + * a whole lot of refactore goin on (uhhuh) + +Tue Oct 14 22:48:19 CDT 2008 jeremy@marzhillstudios.com + * refactored the harness location + +Tue Oct 14 22:47:18 CDT 2008 jeremy@marzhillstudios.com + * html harness enhancements + +Tue Oct 14 22:07:58 CDT 2008 jeremy@marzhillstudios.com + * Test.TAP.Class is added + +Tue Oct 14 20:45:59 CDT 2008 jeremy@marzhillstudios.com + * Runner uses the refactored Test Class functionality + +Tue Oct 14 20:43:08 CDT 2008 jeremy@marzhillstudios.com + * added a new Test Class to replace Runner + +Tue Oct 14 20:42:31 CDT 2008 jeremy@marzhillstudios.com + * refactored some of Test.TAP for easier reuse of code + +Tue Oct 14 20:27:22 CDT 2008 jeremy@marzhillstudios.com + * pass in your own output function for to override output method + +Sun Sep 28 23:24:34 CDT 2008 jeremy@marzhillstudios.com + * better summaries from the runner + +Sun Sep 28 22:51:37 CDT 2008 jeremy@marzhillstudios.com + * fixed excess newlines in print for commandline systems + +Sat Jun 28 17:29:37 CDT 2008 jeremy@marzhillstudios.com + * updated TODO + +Sat Jun 28 17:28:11 CDT 2008 jeremy@marzhillstudios.com + * fixed descriptions for throws ok + +Sat Jun 28 17:13:41 CDT 2008 jeremy@marzhillstudios.com + * if a test suite dies it doesn't kill the runner now + +Sat Jun 28 14:31:31 CDT 2008 jeremy@marzhillstudios.com + * TODO file added + +Fri Jun 6 20:58:05 CDT 2008 jeremy@marzhillstudios.com + * changed teh Tap.j TAP.js + +Fri Jun 6 20:51:19 CDT 2008 jeremy@marzhillstudios.com + * html versions of the tests have been added + +Thu Feb 28 10:20:41 CST 2008 jeremy@marzhillstudios.com + tagged V0.12 + +Thu Feb 28 10:20:23 CST 2008 jeremy@marzhillstudios.com + * up the version number + +Thu Feb 28 10:18:18 CST 2008 jeremy@marzhillstudios.com + * added dies_ok and lives_ok tests + +Fri Feb 1 21:02:16 CST 2008 jeremy@marzhillstudios.com + * make can_ok work for prototype methods also. + + currently only supports one level of inheritance. this will be fixed later + + +Fri Sep 14 17:08:58 CDT 2007 jeremy@marzhillstudios.com + * documentation for Test.TAP.Runner + +Tue Sep 11 19:50:22 CDT 2007 jeremy@marzhillstudios.com + * POD Documentation for Test.TAP + +Mon Sep 10 14:12:34 CDT 2007 jeremy@marzhillstudios.com + * fixed version number + +Mon Sep 10 14:10:30 CDT 2007 jeremy@marzhillstudios.com + * added changelog + Mon Sep 10 14:09:01 CDT 2007 jeremy@marzhillstudios.com tagged first release