Sha256: b96004c8fda50a87cce70efc80c6484f33468e85958a2f492687a654fc77de54

Contents?: true

Size: 1.45 KB

Versions: 25

Compression:

Stored size: 1.45 KB

Contents

Feature: Resolving conflicts

  Scenario: Resolving a file content conflict
    When I checkout a local repository
    And I create a wc file named "foo.rb"
    And I replace "foo.rb" contents with "Never gonna make you cry"
    And I add "foo.rb" to the index
    And I commit my changes with message "Hark! This is a commit."
    Then if I checkout to a new working copy, it should have "1" files
    And the contents of wc file "foo.rb" in the new copy should be "Never gonna make you cry"
    When I replace "foo.rb" contents with "Never gonna say goodbye"
    And I commit my changes with message "Yarr! This is another commit."
    And I replace "foo.rb" contents in the new copy with "Never gonna tell a lie and hurt you"
    Then if I update my new working copy, it should have "4" files
    And there should be "1" conflicted files in the new copy
    When I replace "foo.rb" contents in the new copy with "Never gonna tell a lie and hurt you"
    And and I resolve "foo.rb" conflicts in the new copy
    Then if I update my new working copy, it should have "1" files
    And there should be "0" conflicted files in the new copy
    And the contents of wc file "foo.rb" in the new copy should be "Never gonna tell a lie and hurt you"
    And I commit my changes in the new copy with message "Commit commit commit again!"
    And if I update my working copy, it should have "1" files
    And the contents of wc file "foo.rb" should be "Never gonna tell a lie and hurt you"

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
redcar-dev-0.12.17dev plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.16dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.15dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.14dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.13dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.12dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.11dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.10dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.9dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.8dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.7dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.6dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.4dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.3dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.1dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-dev-0.12.0dev-java plugins/scm_svn/features/resolve_conflict.feature
redcar-0.11 plugins/scm_svn/features/resolve_conflict.feature
redcar-0.11.0dev plugins/scm_svn/features/resolve_conflict.feature
redcar-0.10 plugins/scm_svn/features/resolve_conflict.feature
redcar-0.9.2 plugins/scm_svn/features/resolve_conflict.feature