Просмотр исходного кода

Add unit tests to make sure we do not lower the search

tags/v9.0beta1
Roeland Jago Douma 8 лет назад
Родитель
Сommit
be8125b8e2
1 измененных файлов: 4 добавлений и 0 удалений
  1. 4
    0
      apps/files_sharing/tests/api/shareestest.php

+ 4
- 0
apps/files_sharing/tests/api/shareestest.php Просмотреть файл

@@ -1043,6 +1043,10 @@ class ShareesTest extends TestCase {
[[], 'no', 'yes', true, '', null, $allTypes, 1, 200, false, true],
[[], 'no', 'no', true, '', null, $allTypes, 1, 200, false, false],

// Test keep case for search
[[
'search' => 'foo@example.com/ownCloud',
], '', 'yes', true, 'foo@example.com/ownCloud', null, $allTypes, 1, 200, false, true],
];
}


Загрузка…
Отмена
Сохранить