mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
remove checking for empty value
This commit is contained in:
@@ -3110,7 +3110,6 @@ class SpacesContext implements Context {
|
||||
foreach ($table->getHash() as $row) {
|
||||
$findItem = $row['key'];
|
||||
$responseValue = $xmlRes->xpath("//d:response/d:propstat/d:prop/$findItem")[0]->__toString();
|
||||
Assert::assertNotEmpty($responseValue, "response doesn't contain $findItem or empty");
|
||||
$value = str_replace('UUIDof:', '', $row['value']);
|
||||
switch ($findItem) {
|
||||
case "oc:fileid":
|
||||
|
||||
Reference in New Issue
Block a user