Skip to content

Commit

Permalink
Don't use indented xml, spend 2 days trying to figure out strange cda…
Browse files Browse the repository at this point in the history
…ta behavior
  • Loading branch information
Jeff Weiss committed Jun 21, 2013
1 parent 4bfce7b commit df8616e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/tree/reporter.clj
Expand Up @@ -98,7 +98,7 @@
(if p (pr-str p) (:name t)))
:time (execution-time e)
:classname (:name t)})]
(xml/indent-str
(xml/emit-str
(xml/sexp-as-element
[:testsuite {:tests (str total)
:failures (str numfail)
Expand Down Expand Up @@ -175,7 +175,7 @@
:description (or (:description t) "")
:uuid (or (:uuid t) "")}
(when (:configuration t) {:is-config "true"})))]
(xml/indent-str
(xml/emit-str
(xml/sexp-as-element [:testng-results {:total (str total)
:failed (str numfail)
:passed (str numpass)
Expand Down

0 comments on commit df8616e

Please sign in to comment.