summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-301-276/+0
* Fixing a couple of tests, one related to recent tagging changesLuke Kanies2008-01-282-4/+4
* Fixing #982 -- I have completely removed the GRATR graph libraryLuke Kanies2008-01-071-1/+1
* Fixing the inability to manage '/' directly. It was a resultLuke Kanies2007-12-271-0/+5
* Further fixes toward #965. Turned out that the previous fixLuke Kanies2007-12-212-50/+0
* Fixing #967 -- default resources no longer conflict withLuke Kanies2007-12-191-3/+18
* Entirely refactoring http keep-alive. There's nowLuke Kanies2007-12-194-70/+12
* Fixing #967 -- relationships now work when running 0.23.x clientsLuke Kanies2007-12-181-5/+5
* Fixing some tests that were failing with the recent ruby that hasLuke Kanies2007-12-184-0/+10
* Fixing the webrick test to provide a correct hostLuke Kanies2007-12-121-1/+1
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-1130-136/+136
* Applying patch by josb in #884 to provide patternLuke Kanies2007-12-111-0/+52
* Fixing #951 -- external nodes work again, but you have toLuke Kanies2007-12-101-1/+1
* Fixing #923 (again). The host storage method was notLuke Kanies2007-12-101-4/+5
* Updated tests for http_enable_post_connection_check configuration setting.Jeffrey J McCune2007-11-291-5/+0
* Better test to match the behavior of the code.Jeffrey J McCune2007-11-291-1/+5
* Fixed test case for http_enable_post_connection_checkJeffrey J McCune2007-11-291-1/+1
* Fixing another failing test I somehow missed in my last big commitLuke Kanies2007-11-281-1/+1
* Fixing #527 (rewrote service tests), #766 (services only restart when theyLuke Kanies2007-11-281-234/+0
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-2811-27/+29
* Fixing the first half of #917 -- the ResourcReferenceLuke Kanies2007-11-281-0/+12
* Applying fix to xmlrpc client tests by Matt PalmerLuke Kanies2007-11-271-0/+1
* Fixing #796 -- the fileserver can now start with noLuke Kanies2007-11-271-2/+23
* Fixing the asuser method in Puppet::Util::SUIDManagerLuke Kanies2007-11-271-9/+27
* Fixing #931 by keeping track in configurations ofLuke Kanies2007-11-272-6/+7
* Fixing #927 -- rewriting the test to actually test what it'sLuke Kanies2007-11-271-4/+9
* Fixing the persistent and periodic schedule test failuresLuke Kanies2007-11-271-356/+0
* Fixing the breakage that I caused when I added the 'declared_feature?'Luke Kanies2007-11-261-3/+9
* Fixing #920 -- I have replaced the existing mount test with anLuke Kanies2007-11-261-361/+0
* Fixing #919 -- installed packages used for testing are just ignored,Luke Kanies2007-11-261-0/+2
* Rewriting the tests for the package resource type, fixing #930.Luke Kanies2007-11-262-159/+1
* Fixing #921, mostly by just deleting the existing test. I hadLuke Kanies2007-11-261-240/+0
* Merge branch 'plugins_mount', fixing #891.Luke Kanies2007-11-242-1/+1
|\
| * Integrating Matt Palmer's patch to provide a 'plugins'Luke Kanies2007-11-242-1/+1
* | Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a...Luke Kanies2007-11-241-178/+0
* | Integrating most of Matt Palmer's fromLuke Kanies2007-11-243-44/+22
|/
* Fixing a couple of tests that were failing because of the environment changes.Luke Kanies2007-11-232-0/+2
* Adding some unit tests for the interface type before i go messing around with itLuke Kanies2007-11-231-39/+0
* Removing the manual ssldir setting by David in 59626cb3907d36e4fd762277daa76f...Luke Kanies2007-11-191-1/+0
* Merge commit 'davids-bugfixes/tests/fix-test-client-ca'Luke Kanies2007-11-192-0/+2
|\
| * fix failing CA test, when testing with incomplete setup (no ssldir, no DNS)David Schmitt2007-11-112-0/+2
* | Fixing a failing test from my fix for #446 -- I had changedLuke Kanies2007-11-191-14/+0
* | Fixing a few test suites that passed when run asLuke Kanies2007-11-199-0/+18
* | Merge commit 'davids-bugfixes/tests/fix-cron-tests'Luke Kanies2007-11-191-2/+2
|\ \
| * | fix crontests depending on ENV[USER] by using Etc.getpwuid(Process.uid) insteadDavid Schmitt2007-11-111-2/+2
| |/
* | Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-1924-203/+328
* | Merge commit 'davids-bugfixes/rest/fix-815-by-using-main-explicitly'Luke Kanies2007-11-181-2/+2
|\ \
| * | fix #815: add :main to all use() for :reporting and :metricsDavid Schmitt2007-11-091-2/+2
| |/
* | Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-1824-328/+203
* | Fixing a parser test -- really, just removing testsLuke Kanies2007-11-131-17/+3