found cp / fs overlay not working properly
This commit is contained in:
parent
96b80b7caf
commit
992b2231f5
1 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,18 @@
|
|||
|
||||
(s/set-fn-validation! true)
|
||||
|
||||
(deftest should-overlay-file211-withfs-and-get-file212-from-jar
|
||||
(is (=
|
||||
["folder21"
|
||||
"folder21/file211"
|
||||
"folder21/file212"
|
||||
"file22"]
|
||||
(sort
|
||||
(map ftt/filter-path
|
||||
(sut/get-resources-recursive
|
||||
"fs_root"
|
||||
"base2" ["folder21" "file22"]))))))
|
||||
|
||||
(deftest test-get-resources-recursive
|
||||
(is (=
|
||||
[]
|
||||
|
|
Loading…
Reference in a new issue