Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 0ae0d310cfe2b90f71f3162bca3184e846e6e87b
      
https://github.com/jenkinsci/git-client-plugin/commit/0ae0d310cfe2b90f71f3162bca3184e846e6e87b
  Author: Mark Waite <markwa...@yahoo.com>
  Date:   2014-02-09 (Sun, 09 Feb 2014)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Extend test_fetch to assert actual results of fetch

Earlier test was testing that the source repository had the same SHA1
before and after the fetch.  Since the source repository is not
modified by a fetch, the test would never be expected to fail.

The new test constructs a working repository with a commit, clones it
to a bare repository, then clones the bare repository to a second
working repository.  Once the second working repository is ready, a
change is committed to the original working reposit, then pushed to
the bare repository and fetched into the second working repository.


  Commit: 90240d3db4c400b85e42c94f865d4c0412c522aa
      
https://github.com/jenkinsci/git-client-plugin/commit/90240d3db4c400b85e42c94f865d4c0412c522aa
  Author: Nicolas De loof <nicolas.del...@gmail.com>
  Date:   2014-02-09 (Sun, 09 Feb 2014)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Merge pull request #107 from MarkEWaite/master-fix-test_fetch

Extend test_fetch to assert actual results of fetch


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/f862be464571...90240d3db4c4

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to