Skip to content

Commit

Permalink
Merge remote branch 'phinze/test_suite_fixes' into v_0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Apr 25, 2010
2 parents 778fa7b + b5d6967 commit 89a7348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional_test.rb
Expand Up @@ -388,7 +388,7 @@ def test_ok
curr_dir = Dir.pwd
Dir.chdir HG_REPO
`hg add #{test_case_name}`
`hg commit -m 'somepatch'`
`hg commit -m 'somepatch' --config ui.username='Fake User <fake.user@example.com>'`
Dir.chdir curr_dir

build = Cerberus::BuildCommand.new('hgapp')
Expand Down

0 comments on commit 89a7348

Please sign in to comment.