[java] Ran 635 tests containing 17442 assertions.
     [java] 10 failures, 0 errors.



 [java] Testing clojure.test-clojure.printer
     [java]
     [java] FAIL in (print-throwable) (printer.clj:124)
     [java] expected: (= (-> (Exception. "heyo") Throwable->map) (-> 
(Exception. "heyo") pr-str read-string))
     [java]   actual: (not (= nil {:cause nil}))
     [java]
     [java] FAIL in (print-throwable) (printer.clj:124)
     [java] expected: (= (-> (Throwable. "I can a throwable" (Exception. 
"chain 1" (Exception. "chan 2"))) Throwable->map) (-> (Throwable. "I can a 
throwable" (Exception. "chain 1"
(Exception. "chan 2"))) pr-str read-string))
     [java]   actual: (not (= nil {:cause nil}))


[java] Testing clojure.test-clojure.errors
     [java]
     [java] FAIL in (Throwable->map-test) (errors.clj:67)
     [java] base functionality
     [java] expected: (= cause "I am a string literal")
     [java]   actual: (not (= nil "I am a string literal"))
     [java]
     [java] FAIL in (Throwable->map-test) (errors.clj:68)
     [java] base functionality
     [java] expected: (= 1 (count via))
     [java]   actual: (not (= 1 0))
     [java]
     [java] FAIL in (Throwable->map-test) (errors.clj:69)
     [java] base functionality
     [java] expected: (vector? via)
     [java]   actual: (not (vector? nil))
     [java]
     [java] FAIL in (Throwable->map-test) (errors.clj:70)
     [java] base functionality
     [java] expected: (= ["I am a string literal"] (map :message via))
     [java]   actual: (not (= ["I am a string literal"] ()))
     [java]
     [java] FAIL in (Throwable->map-test) (errors.clj:75)
     [java] causes
     [java] expected: (= cause "double two")
     [java]   actual: (not (= nil "double two"))
     [java]
     [java] FAIL in (Throwable->map-test) (errors.clj:76)
     [java] causes
     [java] expected: (= ["I am not a number" "double two"] (map :message 
via))
     [java]   actual: (not (= ["I am not a number" "double two"] ()))
     [java]
     [java] FAIL in (Throwable->map-test) (errors.clj:89)
     [java] nil stack handled
     [java] expected: (= cause "abc")
     [java]   actual: (not (= nil "abc"))
     [java]
     [java] FAIL in (Throwable->map-test) (errors.clj:90)
     [java] nil stack handled
     [java] expected: (= trace [])
     [java]   actual: (not (= nil []))



-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to