浏览代码

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

tags/v9.0beta1
Roeland Jago Douma 8 年前
父节点
当前提交
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],
];
}


正在加载...
取消
保存