Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #11221 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

[PATCH] Git Module unit test fixes for Capistrano 2.1.0

Reported by: voidlock Assigned to: minam
Priority: normal Milestone:
Component: Capistrano Version: edge
Severity: normal Keywords:
Cc:

Description

Attached is a patch that addresses some concerns that were mentioned regarding the Git unit tests. Those concerns are mentioned in the comments for ticket #11137.

Since the patch from #11137 uses the passed in revision for checkout and sync methods it no longer needs to test the :branch option for those methods. The only relevant place it should be tested is in the test_head method.

Attachments

capistrano-git-tests.diff (2.7 kB) - added by voidlock on 02/26/08 17:45:23.
updated tests for the Git module

Change History

02/26/08 17:45:23 changed by voidlock

  • attachment capistrano-git-tests.diff added.

updated tests for the Git module

02/28/08 03:38:18 changed by minam

  • status changed from new to closed.
  • resolution set to fixed.

(In [8938]) Fix git SCM module unit tests (closes #11221)