Skip to content

Commit

Permalink
[api] fix testcase, got broken be new checks from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Oct 28, 2011
1 parent 4bbad3c commit b08237c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/test/functional/maintenance_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,8 @@ def test_try_to_release_without_permissions_binary_permissions
# create project
put "/source/home:tom:test/_meta", "<project name='home:tom:test'> <title/> <description/>
<repository name='dummy'>
<releasetarget project='BaseDistro:Update' repository='BaseDistroUpdateProject_repo' trigger='maintenance' />
<releasetarget project='BaseDistro' repository='BaseDistro_repo' trigger='maintenance' />
<arch>i586</arch>
</repository>
</project>"
assert_response :success
Expand Down

0 comments on commit b08237c

Please sign in to comment.