File tree Expand file tree Collapse file tree
src/test/clojure/clojure/tools/build/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 196196 (slurp (project-path " j2/append.txt" )))
197197 (slurp (project-path " target/unzip/append.txt" ))))
198198
199+ (println " j1: " (slurp (project-path " j1/META-INF/LICENSE.txt" )))
200+ (println " j2: " (slurp (project-path " j2/META-INF/LICENSE.txt" )))
201+ (println " j3: " (slurp (project-path " j3/META-INF/LICENSE.txt" )))
202+ (println " unzip: " (slurp (project-path " target/unzip/META-INF/LICENSE.txt" )))
203+
199204 ; ; LICENSE files append but no dupes - include j1 and j2, but not j3 (dupe of j1)
200205 (is (= (str (slurp (project-path " j1/META-INF/LICENSE.txt" )) (System/lineSeparator )
201206 (slurp (project-path " j2/META-INF/LICENSE.txt" )))
202207 (slurp (project-path " target/unzip/META-INF/LICENSE.txt" ))))))
203208
209+ (comment
210+ (test-conflicts-but-files )
211+ )
212+
204213(deftest test-case-sensitive-dir-file-collision
205214 (with-test-dir " test-data/case-sensitive-collision"
206215 (api/set-project-root! (.getAbsolutePath *test-dir*))
You can’t perform that action at this time.
0 commit comments