taskadapter / redmine-java-api

Redmine Java API
Apache License 2.0
270 stars 163 forks source link

Add missing project memberships for test group (fix failing unittest) #254

Closed matthiasblaesing closed 8 years ago

matthiasblaesing commented 8 years ago

This is a followup to PR #231. There are two problems with the test:

  1. the test system needs to have group assignment enabled (this was not the case)
  2. the groups need to have project memberships to be assignable

I adjusted the first problem in the test system, the second is addressed in this change. With both changes done all tests pass.