Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: e95225eff57362e9db2c304a9310665a740f167e
      
https://github.com/jenkinsci/git-client-plugin/commit/e95225eff57362e9db2c304a9310665a740f167e
  Author: Mark Waite <[email protected]>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

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

  Log Message:
  -----------
  Fix deprecated JGit.setRemoteUrl(String, String, String)

Was not being tested from the unit tests, and when called was not
performing the expected operation.  The implementation now uses the
same pattern as JGit.setRemoteUrl(String, String).  That is now called
by unit tests, and passes the tests.

Also added calls to submoduleSync() without any assertions of the
results of the call.  Increases coverage slightly and will detect if
submoduleSync() throws an unexpected exception.  Further detection of
submodule errors will need to wait until the submodule tests have been
further extended.


-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to