summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/types/user.rb1
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"