Support top level data stores, not exposed via the UI yet (#986)
This commit is contained in:
parent
c36ed57996
commit
353b5a84a6
|
@ -11,4 +11,6 @@ class UpsearchService:
|
|||
locations.append(location)
|
||||
location = os.path.dirname(location)
|
||||
|
||||
locations.append("")
|
||||
|
||||
return locations
|
||||
|
|
|
@ -13,4 +13,5 @@ class TestUpsearchService(BaseTest):
|
|||
"misc/jonjon/generic-data-store-area",
|
||||
"misc/jonjon",
|
||||
"misc",
|
||||
"",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue