On Jun 28, 12:21 am, Mark Engelberg <mark.engelb...@gmail.com> wrote:
> OK, I just tried building clojure-contrib pointing at a clojure.jar
> built from the current master branch.  I get the same errors (on
> Windows).  Here are more details:
>
> Testing clojure.contrib.test-io
>
> FAIL in (test-as-url) (run-test9074812622524104689.clj:45)
> expected: (= (URL. "file:/foo") (as-url (File. "/foo")))
>   actual: (not (= #<URL file:/foo> #<URL file:/C:/foo>))
>
> FAIL in (test-relative-path-string) (run-test9074812622524104689.clj:45)
> absolute path strings are forbidden
> expected: (thrown? IllegalArgumentException (relative-path-string (str 
> File/sepa
> rator "baz")))
>   actual: nil
>
> FAIL in (test-relative-path-string) (run-test9074812622524104689.clj:45)
> absolute File paths are forbidden
> expected: (thrown? IllegalArgumentException (relative-path-string (File. (str 
> Fi
> le/separator "quux"))))
>   actual: nil
>
> Testing clojure.contrib.test-profile
>
> FAIL in (test-print-summary) (run-test9074812622524104689.clj:45)
> doesn't blow up with no data (assembla #31)
> expected: (= "Name      mean       min       max     count       sum\n" 
> (with-ou
> t-str (print-summary {})))
>   actual: (not (= "Name      mean       min       max     count       sum\n" 
> "Na
> me      mean       min       max     count       sum\r\n"))

Clojure-contrib tests have not passed out-of-the-box on Windows for
many, many months.  I run maven with -Dmaven.test.skip=true as a
matter of course (and every time I do, I feel a little guilty for not
stepping up to contribute fixes for the tests instead - some day...).

- Chris

-- 
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

Reply via email to