diff options
| author | Adam Kocoloski <adam@cloudant.com> | 2010-03-09 11:23:12 -0500 |
|---|---|---|
| committer | Adam Kocoloski <adam@cloudant.com> | 2010-03-09 11:23:12 -0500 |
| commit | 5f4714f15226719c991bba8116d1f09b58dcf264 (patch) | |
| tree | 7a9f027c191acce08f41c939d6e3b966da86b5dd | |
| parent | a236c1b179eaf85c5a8eca8e5d2ea022e0889585 (diff) | |
include couch and showroom in eunit code path, BugzID 9844
| -rw-r--r-- | src/configuration.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configuration.erl b/src/configuration.erl index 1caca5ec..2d5582da 100644 --- a/src/configuration.erl +++ b/src/configuration.erl @@ -36,6 +36,7 @@ %% @doc starts couch_config gen_server if it's not already started start_link(DynomiteConfig) -> + couch_config_event:start_link(), couch_config:start_link([]), set_config(DynomiteConfig). |
