summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Just fixed some RCS/CVS id tags.ajax2006-09-271-1/+2
* File types were dying silently on OS X when the group specified in the manife...ajax2006-09-271-2/+6
* Fixing SUIDManager#asuser so that it only resets egid and euid if they were c...luke2006-09-261-0/+1
* ! rename file because rake_test_loader is dumb.erikh2006-09-221-0/+0
* + New assertion: assert_uid_gid will check that the UID and GID have been cha...erikh2006-09-223-15/+59
* Merging the fix to server/master.rbluke2006-09-221-1/+54
* Adding some test reportsluke2006-09-222-0/+216
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-2219-35/+106
* As requested by Christian Warden, triggering an object now results inluke2006-09-223-7/+28
* Adding some error handling for when a non-existent report is asked for, and a...luke2006-09-211-0/+19
* Switching Autoload#loadall from using "load" to using "require", so it will n...luke2006-09-211-3/+0
* Disabling a test on solaris, since apparently sh on solaris is different than...luke2006-09-211-0/+2
* Small test fixes in preparation for 0.19.2luke2006-09-212-6/+3
* Adding class list method to group. Also added a test to verify every type re...luke2006-09-211-0/+11
* Adding an Autoload instance to Type.rb so that I can load all known types for...luke2006-09-211-1/+9
* Fixing #274. I just set :ensure to be :link when :target is set.luke2006-09-211-0/+14
* Fixing #283, opened by luke.luke2006-09-211-0/+30
* Fixing #285, opened by ericb.luke2006-09-211-0/+33
* Fixing #293, I think. The problem was that the groups state was not correctl...luke2006-09-211-1/+9
* Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail)luke2006-09-203-5/+49
* Rake::TestTasks were running the test suite inadvertantly against the install...erikh2006-09-201-3/+4
* Fixing provider commands and Util#execute so they always include the command ...luke2006-09-191-0/+39
* Small update to the fileserver tests; it was apparently not making some test ...luke2006-09-191-1/+2
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-1997-2170/+263
* Reworking test/lib structure a bit, and renaming all of the files so that the...luke2006-09-1915-856/+859
* Small modification so i can make more changesluke2006-09-192-1277/+2
* updating changes from the trunkluke2006-09-192-3/+50
* Fixing case of silly states on os x, where files are owned by "nobody" and Fi...luke2006-09-191-0/+19
* Fixing the same bug in the netinfo provider -- it was retrieving the "is" val...luke2006-09-192-2/+2
* Trying to fix a bug where files other than site.pp do not get noticed for rep...luke2006-09-192-4/+80
* Add config option 'node_name' to control what puppetmaster considers the prop...lutter2006-09-181-10/+29
* Adding testing for the default? method, and fixing it to support arrays and r...luke2006-09-151-0/+29
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-5/+6
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-153-188/+44
* Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but...luke2006-09-151-0/+39
* Fixing #262. I somehow lost the line that only added a given user's jobs to ...luke2006-09-151-0/+24
* Removing a test in the parser that is no longer necessary because of how impo...luke2006-09-151-15/+0
* This commit adds two important features (but which probably were notluke2006-09-153-29/+188
* Merged test framework into trunk - still not ready until tests are converted ...erikh2006-09-1512-0/+2582
* Fixing #267. The problem was that the user provider was retrieving the @is v...luke2006-09-152-2/+39
* Raising element creation errors up outside the "create" method, so that tests...luke2006-09-153-4/+7
* Fixing #269. I was aliasing every case where the title and name were differe...luke2006-09-151-0/+45
* Fix test_host_specific to not depend on the path of the test directory and re...lutter2006-09-141-8/+14
* Fixing the problem with fileserver expansions, and doing a bit of refactoring...luke2006-09-141-4/+55
* Fixing the interpreter to nodesearch across all listed names, just like is do...luke2006-09-131-0/+32
* Adding test code for providers that makes sure the default and confine mechan...luke2006-09-131-0/+125
* Add config parameter ca_ttl and deprecate ca_days; ca_ttl makes it possible t...lutter2006-09-131-0/+43
* Fixing #261. Applied patch, with small modifications.luke2006-09-131-0/+21
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-1/+1
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-065-7/+35