#50 use different tests for different outputs

This commit is contained in:
Carlo Sciolla 2016-12-25 20:28:54 +01:00
parent 4d2bffd2cc
commit 343bc5a753
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 0 additions and 4 deletions

View File

@ -17,14 +17,10 @@
(ert-deftest preview-utxt-test ()
(setq-local plantuml-jar-path plantuml-test-jar-path)
(setq-local plantuml-output-type "utxt")
(assert-preview "a-b.puml" "a-b.txt"))
(ert-deftest preview-unicode-test ()
(setq-local plantuml-jar-path plantuml-test-jar-path)
(setq-local plantuml-output-type "utxt")
(assert-preview "unicode.puml" "unicode.txt"))
(provide 'plantuml-mode-preview-test)