summaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)AuthorFilesLines
2006-10-09Fixing the problem reported by Adnet Ghislain where facts do not load on late...luke1-0/+2
2006-10-07Refactoring reporting. Reports are now modules instead of simple methods.luke1-0/+18
2006-10-06Many, many, many performance improvements in the compiler (I hope). I did no...luke2-1/+9
2006-10-04Merging the changes from the override-refactor branch. This is a significant...luke5-78/+206
2006-09-27Fixing what I hope are the last batch of problems caused by the addition of t...luke1-0/+4
2006-09-26Fixing SUIDManager#asuser so that it only resets egid and euid if they were c...luke1-0/+1
2006-09-22+ New assertion: assert_uid_gid will check that the UID and GID have been cha...erikh2-2/+30
2006-09-22+ Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2-4/+4
2006-09-21Adding an Autoload instance to Type.rb so that I can load all known types for...luke1-1/+9
2006-09-19Converting to using the Rakefile for testing. The old 'test' script isluke10-28/+102
2006-09-19Reworking test/lib structure a bit, and renaming all of the files so that the...luke15-856/+859
2006-09-19Small modification so i can make more changesluke2-1277/+2
2006-09-19updating changes from the trunkluke2-3/+50
2006-09-15Merged test framework into trunk - still not ready until tests are converted ...erikh11-0/+2511