Browse Source

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

tags/v9.0beta1
Roeland Jago Douma 8 years ago
parent
commit
be8125b8e2
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      apps/files_sharing/tests/api/shareestest.php

+ 4
- 0
apps/files_sharing/tests/api/shareestest.php View File

@@ -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],
];
}


Loading…
Cancel
Save