From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 17 Apr 2015 06:28:40 -0400
Subject: [PATCH] Allow preference sections to define CSS class names

---
 tests/Selenium/Login.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/tests/Selenium/Login.php b/tests/Selenium/Login.php
index a3f0ab6..65b0828 100644
--- a/tests/Selenium/Login.php
+++ b/tests/Selenium/Login.php
@@ -2,6 +2,12 @@
 
 class Selenium_Login extends Selenium_Test
 {
+    protected function setUp()
+    {
+        bootstrap::init_db();
+        parent::setUp();
+    }
+
     public function testLogin()
     {
         // first test, we're already on the login page

--
Gitblit v1.9.1