Merge pull request #1980 from j-allard/relax-file-not-found-test

Make the file-not-found test less strict
This commit is contained in:
Jean Niklas L'orange 2015-09-08 16:37:18 +02:00
commit 6538837be0

View file

@ -82,4 +82,4 @@
;; the inappropriate error message "Can't find
;; 'file-not-found-thrower.core' as .class or .clj for lein run:
;; please check the spelling." is not
(is (.startsWith s "Exception in thread \"main\" java.io.FileNotFoundException"))))
(is (.contains s "Exception in thread \"main\" java.io.FileNotFoundException"))))