Create theApp for unit tests.

This commit is contained in:
Arthur Britto
2012-06-01 20:57:55 -07:00
parent 856cd07de7
commit 04790d8966

View File

@@ -25,7 +25,7 @@ void startServer()
bool init_unit_test() bool init_unit_test()
{ {
nothing(); theApp = new Application();
return true; return true;
} }