summaryrefslogtreecommitdiffstats
path: root/test/ral
Commit message (Expand)AuthorAgeFilesLines
* Fixing #931 by keeping track in configurations ofLuke Kanies2007-11-271-0/+7
* 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
* Adding some unit tests for the interface type before i go messing around with itLuke Kanies2007-11-231-39/+0
* Fixing a few test suites that passed when run asLuke Kanies2007-11-198-0/+16
* 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-1914-134/+178
* | Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-1814-178/+134
* | Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-126-19/+69
|/
* Fixing the 'mount' tests so that they no longerLuke Kanies2007-11-081-250/+0
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-2647-47/+47
* Fixing failing tests, including making the debian serviceLuke Kanies2007-10-131-17/+4
* Merge branch 'master' of git://michaelobrien.info/puppet into michaelLuke Kanies2007-10-091-0/+71
|\
| * Fixed #822. Applied patch provided by DavidS.Michael V. O'Brien2007-10-081-0/+71
* | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-051-2/+2
|/
* Fixed #827. Applied a form of the patch provided by porridge andMichael V. O'Brien2007-10-041-1/+2
* Attempting to reproduce and fix #829 by applying patch by Paul. I could notLuke Kanies2007-10-041-1/+6
* Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-0344-44/+0
|\
| * Removing the Id tags from all of the filesLuke Kanies2007-10-0344-44/+0
* | I finally tracked down the problem that was causing providersLuke Kanies2007-10-032-14/+9
|/
* Use external helper script to talk to yum; should avoid any more trouble with...David Lutterkort2007-10-021-0/+3
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-70/+0
* The structure for handling resource generation is nowLuke Kanies2007-09-222-6/+8
* An intermediate commit so I can start working on a differentLuke Kanies2007-09-201-3/+1
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-1713-252/+83
* Fixing a path test. I have now made the path stuff a lot cleaner, but it app...Luke Kanies2007-09-071-1/+1
* Fixing #801 -- resources that have changes when running in noop mode do not r...Luke Kanies2007-09-071-2/+19
* Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-271-1/+0
* Broaden assert_absent so that it thinks that :purged is equivalent to :absent(no author)2007-08-091-1/+1
* Change the service name so that it is less likely to trip on a common word an...(no author)2007-08-091-2/+2
* Highlight what I think is a problem in the test suite that I just can't solve(no author)2007-08-091-0/+3
* Refactor SUIDManager tests to run without root, change SUIDManager's behavior...christian2007-08-091-0/+2
* The last set of bug-fixes before the next release. This commit just fixes a ...luke2007-08-071-1/+5
* Fixing #749 -- environment settings no longer accumulate. Significantly addi...luke2007-08-064-90/+236
* Fixing #751 -- the interface providers now have basic tests, at least to veri...luke2007-08-051-0/+40
* Fixing #730 -- mounts now call flush() before trying to mountluke2007-08-051-45/+68
* Fixing #726 -- mounts can now correctly handle mounted but absent filesystems.luke2007-07-201-0/+17
* Adding some code in an attempt to fix #728, but it is all commented out since...luke2007-07-201-1/+17
* Fixing #725. I was apparently not deleting the alias I was creating to the c...luke2007-07-191-0/+15
* Converting mount test to use mount everywhere instead of dfluke2007-07-191-3/+3
* The first round of bug-fixes in preparation for beakerluke2007-07-191-0/+12
* Fixing #716 -- the package type was considering anything that was not "absent...luke2007-07-191-0/+8
* Fixing the rest of #705, except for the env stuff, which I was not able to re...luke2007-07-141-0/+16
* Fixing the instances method. It now works when there are already managed res...luke2007-07-121-5/+17
* Fixing the :check metaparam so it does not try to check unsupported parametersluke2007-07-121-0/+32
* removing the test for a method I removed yesterdayluke2007-07-121-48/+0