summaryrefslogtreecommitdiffstats
path: root/test/fixtures/messages.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-13 12:39:22 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-13 12:39:22 +0000
commitf33231181f9591ee67577e229a8bf6de24516ba0 (patch)
tree57bbc4338b9cf35cecf323565fefbf549ecfd14f /test/fixtures/messages.yml
parentc31a6719735114c371e5da68eb3787b8713c5360 (diff)
downloadredmine-f33231181f9591ee67577e229a8bf6de24516ba0.tar.gz
redmine-f33231181f9591ee67577e229a8bf6de24516ba0.zip
Makes user unwatch what he can no longer view after its permissions have changed (#3589).
A rake task (redmine:watchers:prune) is also added to prune existing watchers. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3167 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/messages.yml')
-rw-r--r--test/fixtures/messages.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fixtures/messages.yml b/test/fixtures/messages.yml
index b1c59772b..b193599d5 100644
--- a/test/fixtures/messages.yml
+++ b/test/fixtures/messages.yml
@@ -66,3 +66,14 @@ messages_006:
author_id: 3
parent_id: 4
board_id: 1
+messages_007:
+ created_on: <%= 2.days.ago.to_date.to_s(:db) %>
+ updated_on: <%= 2.days.ago.to_date.to_s(:db) %>
+ subject: 'Message on a private project'
+ id: 7
+ replies_count: 0
+ last_reply_id:
+ content: "This is a private message"
+ author_id: 1
+ parent_id:
+ board_id: 3