Ditto
This commit is contained in:
parent
646e75ddf4
commit
c110553be9
1 changed files with 3 additions and 3 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
(ns monger.test.lib-integration-test
|
(ns monger.test.lib-integration-test
|
||||||
(:use clojure.test
|
|
||||||
monger.conversion)
|
|
||||||
(:import [org.joda.time DateTime DateMidnight LocalDate]
|
(:import [org.joda.time DateTime DateMidnight LocalDate]
|
||||||
org.bson.types.ObjectId
|
org.bson.types.ObjectId
|
||||||
com.mongodb.DBObject)
|
com.mongodb.DBObject)
|
||||||
(:require monger.json
|
(:require monger.json
|
||||||
monger.joda-time
|
monger.joda-time
|
||||||
[clj-time.core :as t]
|
[clj-time.core :as t]
|
||||||
[cheshire.core :as json]))
|
[cheshire.core :as json]
|
||||||
|
[clojure.test :refer :all]
|
||||||
|
[monger.conversion :refer :all]))
|
||||||
|
|
||||||
|
|
||||||
(deftest ^{:integration true} serialization-of-joda-datetime-to-json
|
(deftest ^{:integration true} serialization-of-joda-datetime-to-json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue