summaryrefslogtreecommitdiff
path: root/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided/comment_1_48f4cce32de8da1f2c8b3c29dc1a50a0._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided/comment_1_48f4cce32de8da1f2c8b3c29dc1a50a0._comment')
-rw-r--r--doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided/comment_1_48f4cce32de8da1f2c8b3c29dc1a50a0._comment21
1 files changed, 0 insertions, 21 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
deleted file mode 100644
index baa30f7ef..000000000
--- a/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided/comment_1_48f4cce32de8da1f2c8b3c29dc1a50a0._comment
+++ /dev/null
@@ -1,21 +0,0 @@
-[[!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?
-"""]]