This commit is contained in:
Michael Klishin 2013-11-30 19:48:25 +04:00
parent 646e75ddf4
commit c110553be9

View file

@ -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