From 04790d89662c023098160f8ca5bfa8399fc629d4 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Fri, 1 Jun 2012 20:57:55 -0700 Subject: [PATCH] Create theApp for unit tests. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5f678033a9..71ead3e179 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,7 +25,7 @@ void startServer() bool init_unit_test() { - nothing(); + theApp = new Application(); return true; }