mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Add explicit check for filesystem file
This commit is contained in:
parent
0a7f81a2e2
commit
127be25c38
@ -166,7 +166,8 @@ class SharingTest extends LoggedInTest
|
||||
$this->checkDirectory($dir, Sharing::READONLY);
|
||||
|
||||
// Test folder in filesystem already has this file in it
|
||||
//$this->checkOneFile('/filesystem_text.txt', Sharing::READONLY);
|
||||
// It should be picked up normally, but an explicit check can't hurt
|
||||
$this->checkOneFile('/filesystem_test.txt', Sharing::READONLY);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user