Hi Pulling off of GIT I got the following 4 errors in the unit tests:
FAIL in (test-relative-path-string) (run-test5258617284758852043.clj: 45) absolute path strings are forbidden expected: (thrown? IllegalArgumentException (relative-path-string "/ baz")) actual: nil FAIL in (test-relative-path-string) (run-test5258617284758852043.clj: 45) absolute File paths are forbidden expected: (thrown? IllegalArgumentException (relative-path-string (File. "/quux"))) actual: nil FAIL in (test-file) (run-test5258617284758852043.clj:45) no sneaking in absolute paths! expected: (thrown? IllegalArgumentException (file "foo" "bar" "/boom" "baz" "quux")) actual: nil FAIL in (test-as-url) (run-test5258617284758852043.clj:45) expected: (= (URL. "file:/foo") (as-url (File. "/foo"))) actual: (not (= #<URL file:/foo> #<URL file:/C:/foo>)) Any thoughts on this? Thanks -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en