- Add users 'Peter', 'Bob' and 'Mary' to group 'searchtest'
- Users 'John' and 'Tailor' must NOT be members of 'searchtest'
- Log in as 'Peter'
- Create path /testing/search/
- upload the document.(docx|odt|pdf|txt) to /testing/search/
- wait until cron.php has been executed via cron (not ajax)
- User 'Peter' should find the four documents when searching for 'Lorem' or 'Lore*'
- User 'Bob' should NOT find any of the four documents when searching for 'Lorem' or 'Lore*'
- User 'John' should NOT find any of the four documents when searching for 'Lorem' or 'Lore*'
- Share '/testing' to group 'searchtest'
- wait until cron.php has been executed via cron (not ajax)
- User 'Peter' should find the four documents when searching for 'Lorem' or 'Lore*'
- User 'Bob' should find the four documents when searching for 'Lorem' or 'Lore*'
- User 'John' should NOT find any of the four documents when searching for 'Lorem' or 'Lore*'
- Share '/testing' to user 'Tailor'
- wait until cron.php has been executed via cron (not ajax)
- User 'Peter' should find the four documents when searching for 'Lorem' or 'Lore*'
- User 'Bob' should find the four documents when searching for 'Lorem' or 'Lore*'
- User 'Tailor' should find the four documents when searching for 'Lorem' or 'Lore*'
- User 'John' should NOT find any of the four documents when searching for 'Lorem' or 'Lore*'
- Unshare '/testing' for group 'searchtest'
- wait until cron.php has been executed via cron (not ajax)
- User 'Peter' should find the four documents when searching for 'Lorem' or 'Lore*'
- User 'Bob' should NOT find any of the four documents when searching for 'Lorem' or 'Lore*'
- User 'Tailor' should find the four documents when searching for 'Lorem' or 'Lore*'
- User 'John' should NOT find any of the four documents when searching for 'Lorem' or 'Lore*'
- Unshare '/testing' for user 'Tailor'
- wait until cron.php has been executed via cron (not ajax)
- User 'Peter' should find the four documents when searching for 'Lorem' or 'Lore*'
- User 'Bob' should NOT find any of the four documents when searching for 'Lorem' or 'Lore*'
- User 'Tailor' should NOT find any of the four documents when searching for 'Lorem' or 'Lore*'
- User 'John' should NOT find any of the four documents when searching for 'Lorem' or 'Lore*'