From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 05 Feb 2016 07:25:27 -0500 Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports --- tests/Selenium/phpunit.xml | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/tests/Selenium/phpunit.xml b/tests/Selenium/phpunit.xml index b5835cf..fe0c701 100644 --- a/tests/Selenium/phpunit.xml +++ b/tests/Selenium/phpunit.xml @@ -2,20 +2,28 @@ bootstrap="bootstrap.php" colors="true"> <testsuites> - <testsuite name="All Tests"> + <testsuite name="Mail"> <file>Login.php</file><!-- Login.php test must be first --> - <file>Addressbook/Addressbook.php</file> - <file>Addressbook/Import.php</file> <file>Mail/Mail.php</file> <file>Mail/CheckRecent.php</file> <file>Mail/Compose.php</file> <file>Mail/Getunread.php</file> <file>Mail/List.php</file> + <file>Logout.php</file><!-- Logout.php test must be last --> + </testsuite> + <testsuite name="Addressbook"> + <file>Login.php</file> + <file>Addressbook/Addressbook.php</file> + <file>Addressbook/Import.php</file> + <file>Logout.php</file> + </testsuite> + <testsuite name="Settings"> + <file>Login.php</file> <file>Settings/About.php</file> <file>Settings/Folders.php</file> <file>Settings/Identities.php</file> <file>Settings/Settings.php</file> - <file>Logout.php</file><!-- Logout.php test must be last --> + <file>Logout.php</file> </testsuite> </testsuites> </phpunit> -- Gitblit v1.9.1