Skip to content

Commit

Permalink
clean up the run-test-server fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
danlarkin committed Mar 12, 2011
1 parent 932a60c commit 5857542
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/subrosa/test/expect.clj
Expand Up @@ -15,10 +15,9 @@
(let [server (create-server *port*)]
(try
(with-out-str ((:start-fn server)))
#_(Thread/sleep 500)
(f)
(with-out-str ((:stop-fn server)))
#_(Thread/sleep 2000))))
(finally
(with-out-str ((:stop-fn server)))))))

(defn socket-read-line [in]
(try
Expand Down

0 comments on commit 5857542

Please sign in to comment.