diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-22 21:56:49 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-22 21:56:49 +0000 |
| commit | 6d4e46cfc6922edbb6cd429f5d4e4c68f4acdf1a (patch) | |
| tree | b7579c6a8c6a531766db9540c27b0b9323259903 /test | |
| parent | 791e4da60c163752514deb34c50f1d1592958afd (diff) | |
| download | puppet-6d4e46cfc6922edbb6cd429f5d4e4c68f4acdf1a.tar.gz puppet-6d4e46cfc6922edbb6cd429f5d4e4c68f4acdf1a.tar.xz puppet-6d4e46cfc6922edbb6cd429f5d4e4c68f4acdf1a.zip | |
Adding os x group management support
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1042 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
| -rwxr-xr-x | test/types/user.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/types/user.rb b/test/types/user.rb index 870fb2557..7bcccc95d 100755 --- a/test/types/user.rb +++ b/test/types/user.rb @@ -145,6 +145,7 @@ class TestUser < Test::Unit::TestCase end def attrtest_comment(user) + user.retrieve old = user.is(:comment) user[:comment] = "A different comment" |
