summaryrefslogtreecommitdiffstats
path: root/test/server/report.rb
Commit message (Expand)AuthorAgeFilesLines
* Okay, last file moves for the night. The test code has been moved to match t...luke2007-02-081-185/+0
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-13/+11
* Fixing the test scripts so that the library pathluke2006-10-161-1/+3
* Fixing #291 -- the problem was that instead of throwing an error on a missing...luke2006-10-161-0/+2
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-071-69/+105
* Adding some error handling for when a non-existent report is asked for, and a...luke2006-09-211-0/+19
* Small test fixes in preparation for 0.19.2luke2006-09-211-1/+1
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-9/+2
* Fixing report autoloading; I was calling the wrong method, and they were neve...luke2006-08-281-0/+42
* Fixing reports so that multiple host report directories can be created. Ther...luke2006-07-111-0/+16
* Redoing reporting a bit, so that reports are now defined as methods. If they...luke2006-07-041-3/+0
* fixing some smallish bugs in preparation for 0.18.2luke2006-07-041-2/+2
* Significantly redoing metrics. There are now no class variables for metrics,...luke2006-06-301-5/+11
* First commit of complete reporting support. The only existing report at this...luke2006-06-291-1/+1
* Adding reporting client, server, and tests. At this point, the server just s...luke2006-06-291-0/+74