Switch to side-by-side view

--- a/Allura/allura/tests/test_app.py
+++ b/Allura/allura/tests/test_app.py
@@ -51,7 +51,3 @@
                 app.SitemapEntry('d', 'd/')]])
     assert len(sm.children) == 3
 
-def test_widget_controller():
-    wc = app.WidgetController(c.app)
-    assert 'portlet' in wc.portlet('Foo'), wc.portlet('Foo')
-