Fix tests

This commit is contained in:
Lukas Reschke 2016-09-08 20:11:21 +02:00
parent 6bb95de1c5
commit 9a2ae2fe7d
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
2 changed files with 3 additions and 4 deletions

View File

@ -227,9 +227,8 @@ thead {
margin-right: 7px;
}
.disclaimer {
margin: -20px auto 30px;
max-width: 400px;
text-align: left;
}
}

View File

@ -134,7 +134,7 @@ class SharingTest extends TestCase {
'shareEnforceExpireDate' => 'no',
'shareExcludeGroups' => false,
'shareExcludedGroupsList' => '',
'publicShareDisclaimer' => 'Lorem ipsum',
'publicShareDisclaimerText' => 'Lorem ipsum',
],
''
);
@ -233,7 +233,7 @@ class SharingTest extends TestCase {
'shareEnforceExpireDate' => 'no',
'shareExcludeGroups' => true,
'shareExcludedGroupsList' => 'NoSharers|OtherNoSharers',
'publicShareDisclaimer' => 'Lorem ipsum',
'publicShareDisclaimerText' => 'Lorem ipsum',
],
''
);