Skip to content

Commit

Permalink
added one test to kick-off travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
franks42 committed Mar 15, 2013
1 parent 2113a6e commit 76060cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/clj_uuid_utils_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@
java.net.URI))
(is (= (uri-str (make-uri (make-uuid uuid-str-1)))
"urn:uuid:81e469ae-0d3b-46c3-a508-5782cdfd9f96"))
(is (= (boolean (uuid? "urn:uuid:81e469ae-0d3b-46c3-a508-5782cdfd9f96"))
true))
))

0 comments on commit 76060cd

Please sign in to comment.