Switch to side-by-side view

--- a/Allura/allura/tests/unit/patches.py
+++ b/Allura/allura/tests/unit/patches.py
@@ -10,6 +10,7 @@
     app = Mock()
     app.__version__ = '0'
     app.config = app_config
+    app.url = '/-app-/'
     return patch_object(c, 'app', app, create=True)