diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-25 11:23:46 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-25 11:23:46 +0000 |
commit | 6fedbf60d5a9bb2747b1e250ffc9f5f4947676f6 (patch) | |
tree | ac8fa3b202cf53627363c5fcf789b7acafe905b4 /test/fixtures/boards.yml | |
parent | 6dfe0395a5890016bd9124fa2f1e9e69d4ed94d0 (diff) | |
download | redmine-6fedbf60d5a9bb2747b1e250ffc9f5f4947676f6.tar.gz redmine-6fedbf60d5a9bb2747b1e250ffc9f5f4947676f6.zip |
Allow project forums copy.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2976 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/boards.yml')
-rw-r--r-- | test/fixtures/boards.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/boards.yml b/test/fixtures/boards.yml index 0d6135875..cce3fdccc 100644 --- a/test/fixtures/boards.yml +++ b/test/fixtures/boards.yml @@ -17,3 +17,12 @@ boards_002: position: 2 last_message_id: messages_count: 0 +boards_003: + name: Discussion + project_id: 2 + topics_count: 0 + id: 3 + description: Discussion board + position: 1 + last_message_id: + messages_count: 0 |