diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-13 18:52:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-13 18:52:09 +0000 |
commit | 48949f979a7d132ccbbc2239cd9e4ecf35fdeef5 (patch) | |
tree | dddfe3ebc99f33c4165665239fda38ab8a5a0d46 /test/fixtures/roles.yml | |
parent | 86d756d22d6c191920970165d2dc40d1e823351d (diff) | |
download | redmine-48949f979a7d132ccbbc2239cd9e4ecf35fdeef5.tar.gz redmine-48949f979a7d132ccbbc2239cd9e4ecf35fdeef5.zip |
Added some functional tests and a CVS test repository.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@987 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/roles.yml')
-rw-r--r-- | test/fixtures/roles.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/roles.yml b/test/fixtures/roles.yml index bc4d65641..70490286f 100644 --- a/test/fixtures/roles.yml +++ b/test/fixtures/roles.yml @@ -76,6 +76,8 @@ roles_001: - :edit_wiki_pages
- :delete_wiki_pages
- :add_messages
+ - :edit_messages
+ - :delete_messages
- :manage_boards
- :view_files
- :manage_files
|