Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 062294a39b11ed6150e01ff6a5049ef0035955d5
      
https://github.com/jenkinsci/git-client-plugin/commit/062294a39b11ed6150e01ff6a5049ef0035955d5
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2016-02-06 (Sat, 06 Feb 2016)

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

  Log Message:
  -----------
  Refer to test resources with streams, not paths

If a test resource is opened using a path extracted from the URI
returned by getResource, the path may include URL encoded characters.
If one of the parent directories contains certain URL encoded characters
(like space), then that causes the tests to fail because they cannot
find the resource file.

If the test resource is opened as an InputStream, then parent directory
names don't matter.


-- 
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/d/optout.

Reply via email to