Skip to content

Commit 5e5dcea

Browse files
committed
Rename test/data/suites/w3c/sparql11/data-sparql11
Rename `test/data/suites/w3c/sparql11/data-sparql11` to `test/data/suites/w3c/sparql11` This is to avoid redudancy in the path.
1 parent 8a3704a commit 5e5dcea

File tree

1,040 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,040 files changed

+2
-2
lines changed

test/data/fetcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def _member_io(
203203
# NOTE: Commented out as this contains local modifications.
204204
# ArchiveResource(
205205
# remote="https://www.w3.org/2009/sparql/docs/tests/sparql11-test-suite-20121023.tar.gz",
206-
# local_path=(DATA_PATH / "suites" / "DAWG" / "data-sparql11"),
206+
# local_path=(DATA_PATH / "suites" / "w3c" / "sparql11"),
207207
# type=ArchiveType.TAR_GZ,
208208
# pattern=re.compile(r"^[^\/]+[\/](.+)$"),
209209
# ),

0 commit comments

Comments
 (0)