Add explicit check for filesystem file

This commit is contained in:
nathangray 2018-03-22 11:13:05 -06:00
parent 0a7f81a2e2
commit 127be25c38

View File

@ -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);
}
/**