diff options
author | 2015-03-27 13:51:20 -0400 | |
---|---|---|
committer | 2015-03-27 13:51:20 -0400 | |
commit | e9008d8159122957e6686b97d4f6ca5b360a1c39 (patch) | |
tree | 879479ce72a5962fbdfda2116e6e8b27d55d0f09 | |
parent | 96b63091dcd6827c7ec94a8df3c78ebff9e91ce6 (diff) |
seems to work ok...
-rw-r--r-- | doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided/comment_1_48f4cce32de8da1f2c8b3c29dc1a50a0._comment | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided/comment_1_48f4cce32de8da1f2c8b3c29dc1a50a0._comment b/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided/comment_1_48f4cce32de8da1f2c8b3c29dc1a50a0._comment new file mode 100644 index 000000000..baa30f7ef --- /dev/null +++ b/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided/comment_1_48f4cce32de8da1f2c8b3c29dc1a50a0._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-03-27T17:37:14Z" + content=""" +This seems very unlikely, because the *indentical* code path is running +in both cases. In both cases it filters the list of urls to those prefixed with +the specified prefix; when no prefix is specified it uses "" as the +prefix. + +Also, when I test it myself using my own test code, it works as expected: + +<pre> +[2015-03-27 13:49:30 JEST] git-annex-remote-test --> GETURLS SHA256E-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 dl+archive: +[2015-03-27 13:49:30 JEST] git-annex-remote-test <-- VALUE dl+archive:foo-bar-baz +[2015-03-27 13:49:30 JEST] git-annex-remote-test <-- VALUE +</pre> + +Are you sure that your test machinery has actually set any urls in the +second case? +"""]] |