Dusting off test

This commit is contained in:
thegeez 2013-07-31 21:36:34 +02:00
parent 08f003d2a0
commit 4e03d0d8cb
2 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,3 @@
(defproject test "0.0.1-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.4.0"]
[clj-webdriver "0.6.0-alpha8"]])
:dependencies [[org.clojure/clojure "1.5.1"]
[clj-webdriver "0.6.0"]])

View file

@ -34,8 +34,7 @@
(send ag (fn [{:keys [driver url] :as a}]
(w/to driver url)
a)))
;; can't use await here, the send are fired from separate threads
;;(apply await actors)
(doall (map await agents))
(println "All launched")
(doseq [ag agents]
(send ag (fn send-msg [a]