summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* reworking the selector case-insensitivity testluke2007-01-261-23/+29
* Wrapping the resource generation methods in begin/rescue blocks so that failu...luke2007-01-231-0/+17
* Fixing #415. Configuration parsing now removes trailing whitespace.luke2007-01-231-0/+12
* Fixing #424. The configuration compile time is now cached in the yaml cache ...luke2007-01-232-0/+54
* Fixing #437. Transactions now check whether graphs are cyclic, with a somewh...luke2007-01-232-0/+36
* Last round of fixes before the next releaseluke2007-01-051-2/+2
* Fixing puppet test task for older ruby versionsluke2007-01-051-3/+6
* Fixing rake test so it works with the new puppet loaderluke2007-01-052-1/+2
* Adding #408.luke2007-01-051-1/+75
* Messing around a bit with how tests workluke2007-01-055-7/+36
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-052-2/+9
* Fixing #411.luke2007-01-051-0/+9
* Further work on #407. I forgot to actually connect it to the interpreter int...luke2007-01-051-11/+28
* Fixing #407. You can use external_node to specify a command to retrieve your...luke2007-01-051-0/+62
* Adding a timeout to execs. This is not really a sufficient solution, since i...luke2007-01-041-0/+13
* Re-enabling the dirchmod test and fixing its syntaxluke2007-01-042-7/+3
* Fixing tests so they now include descriptions with all config options, which ...luke2007-01-041-3/+7
* Fixing #403.luke2007-01-041-0/+10
* Fixing #391. Keeping track of times of compile and freshness checks.luke2007-01-043-27/+84
* Setting up specific allowed types for sshkeyluke2007-01-041-1/+17
* Handle continuation lines in inifiles properly; stick a little closer to how ...lutter2007-01-043-0/+19
* Fixing #394. LoadedFile was not checking to see if files went missing.luke2007-01-031-0/+22
* Adding a check to the rakefile to throw a warning if the test task is missingluke2007-01-031-1/+6
* Fixing #401. Transactions were trying to trigger every resource, even those ...luke2007-01-031-0/+44
* Changing "sourcematch" to "sourceselect"luke2007-01-021-4/+4
* Adding sourcematch parameter to file.luke2007-01-021-0/+49
* A couple of small fixes to pass existing tests.luke2007-01-013-4/+32
* Fixing some failing tests on fedora.luke2007-01-011-3/+4
* Enabling debugging except when running under rake.luke2007-01-011-1/+2
* Fixing graphing tests, and correctly only using storeconfigs in tests where r...luke2007-01-012-7/+17
* Fixing #369. I was not flushing changes to disk when ensure was out of sync....luke2007-01-011-5/+23
* Fixing #390. You can now add --graph to produce dot files, and you can then ...luke2006-12-311-0/+40
* Create rundir in a test that needs itmpalmer2006-12-311-0/+1
* Switch the run-lock to use Pidlock instead of the ad-hoc codempalmer2006-12-312-32/+3
* Make Pidlock#lock return true if we currently hold the lockmpalmer2006-12-311-0/+2
* Add a Puppet::Util::Pidlock class, for use by locks and PID filesmpalmer2006-12-311-0/+124
* Add system library directories directly in puppettest.rb, so you don't have t...mpalmer2006-12-311-1/+6
* Features now load dynamically using method_missing, so that undefined feature...luke2006-12-291-0/+34
* Adding a bit more testing to mounts, and pulling a bit of the transaction int...luke2006-12-291-0/+7
* Finally writing unit tests for Transaction#trigger, and drastically simplifyi...luke2006-12-293-4/+81
* *whew* Okay, simplified the splice method a bit, and I am actually somewhat c...luke2006-12-291-1/+0
* Did a short-cut on the graphing, since we currently only support one type of ...luke2006-12-292-8/+96
* A couple of small bug fixesluke2006-12-293-4/+10
* Some tweaks to graph splicing, although I do not think it will be enough to h...luke2006-12-291-6/+16
* Looks like providers work again on Solaris.luke2006-12-283-8/+16
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-2817-189/+68
* Fixing #387, hopefully.luke2006-12-281-6/+6
* Fixing #388. Paths now look a lot cleaner.luke2006-12-282-0/+51
* A couple of small bug-fixesluke2006-12-287-26/+22
* Fixing #386.luke2006-12-271-0/+9