Fix test
This commit is contained in:
parent
1b3dabfcd2
commit
06b543ea32
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@
|
|||
(deftest clojure-data-xml-test
|
||||
(is (= "<?xml version=\"1.0\" encoding=\"UTF-8\"?><items><item>1</item><item>2</item></items>"
|
||||
(bb nil "(let [xml (xml/parse-str \"<items><item>1</item><item>2</item></items>\")] (xml/emit-str xml))")))
|
||||
(is (= "0.0.87-SNAPSHOT" (bb nil "examples/get_pom_version.clj" (.getPath (io/file "test-resources" "pom.xml"))))))
|
||||
(is (= "0.0.87-SNAPSHOT" (bb nil "examples/pom_version_set.clj" (.getPath (io/file "test-resources" "pom.xml"))))))
|
||||
|
||||
(deftest uberscript-test
|
||||
(let [tmp-file (java.io.File/createTempFile "uberscript" ".clj")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue