Skip to content
Snippets Groups Projects
Verified Commit fb9f1a4e authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: removed out-dated TODO

parent 32ed2383
No related branches found
No related tags found
No related merge requests found
...@@ -682,8 +682,6 @@ def test_stored_at_wildcards(): ...@@ -682,8 +682,6 @@ def test_stored_at_wildcards():
file8 = store_file("rootdir/subdir1/test%8.dat") file8 = store_file("rootdir/subdir1/test%8.dat")
# Currently, this is implemented differently. See issue: #27 in
# caosdb-server
c = h.execute_query("FIND FILE WHICH IS STORED AT /*.dat") c = h.execute_query("FIND FILE WHICH IS STORED AT /*.dat")
assert_equal(len(c), 2) assert_equal(len(c), 2)
assert_is_not_none(c.get_entity_by_id(file1.id)) assert_is_not_none(c.get_entity_by_id(file1.id))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment