summaryrefslogtreecommitdiffstats
path: root/test/fixtures/groups_users.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-26 16:14:55 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-26 16:14:55 +0000
commit04455783a76e1a34e35c575fe3e7839bc1aa0609 (patch)
treea670bc732a93dd8a7014b5447b8a3b17abb20ee8 /test/fixtures/groups_users.yml
parentc36c924714cbbbf88f825b1513a0d22a3b513332 (diff)
downloadredmine-04455783a76e1a34e35c575fe3e7839bc1aa0609.tar.gz
redmine-04455783a76e1a34e35c575fe3e7839bc1aa0609.zip
Fixed: project copy doesn't copy group memberships (#3975).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3250 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/groups_users.yml')
-rw-r--r--test/fixtures/groups_users.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/groups_users.yml b/test/fixtures/groups_users.yml
index 3702d6efc..a7ee94e86 100644
--- a/test/fixtures/groups_users.yml
+++ b/test/fixtures/groups_users.yml
@@ -2,4 +2,7 @@
groups_users_001:
group_id: 10
user_id: 8
+groups_users_002:
+ group_id: 11
+ user_id: 8
\ No newline at end of file