-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-HF09, 5.7.1
-
Component/s: Tests
-
Tags:
In /nuxeo-platform-test/src/main/resources/test-usermanagerimpl/userservice-config.xml, instead of:
<userSortField>name</userSortField>
which is an invalid field name for the user directory, we should have:
<userSortField>username</userSortField>
Otherwise the UserManager#searchUsers(String pattern) method will fail in tests using the WebEngineFeature that deploys this test config.
- is required by
-
NXP-10809 Add Nuxeo Drive operations to setup and tear down integration tests environment
- Resolved