mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02: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);
|
$this->checkDirectory($dir, Sharing::READONLY);
|
||||||
|
|
||||||
// Test folder in filesystem already has this file in it
|
// 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…
x
Reference in New Issue
Block a user