Skip to content

Commit

Permalink
[api] fix md5sum in test case after pattern template got modificated
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 25, 2011
1 parent 87983c8 commit d20f5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/test/functional/source_controller_test.rb
Expand Up @@ -1792,7 +1792,7 @@ def test_source_commits
assert_response 400 # illegal content
put "/source/home:Iggy/_pattern/filename?rev=repository", load_backend_file("pattern/digiKam.xml")
assert_response :success
post "/source/home:Iggy/_pattern?cmd=commitfilelist", ' <directory> <entry name="filename" md5="d23e402af68579c3b30ff00f8c8424e0" /> </directory> '
post "/source/home:Iggy/_pattern?cmd=commitfilelist", ' <directory> <entry name="filename" md5="c5fadc30cd4c7d45bd3ce053b2751ec2" /> </directory> '
assert_response :success
get "/source/home:Iggy/_pattern/filename"
assert_response :success
Expand Down

0 comments on commit d20f5cc

Please sign in to comment.