Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit f35df06

Browse files
authored
Merge pull request #85 from katmsft/dev
Resolve test issue and modified version string.
2 parents 65af174 + bbfe1af commit f35df06

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

src/Common/Internal/Resources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class Resources
293293
const DEAFULT_RETRY_INTERVAL = 1000;//Milliseconds
294294

295295
// Header values
296-
const SDK_VERSION = '0.15.0';
296+
const SDK_VERSION = '0.16.0';
297297
const STORAGE_API_LATEST_VERSION = '2015-04-05';
298298
const DATA_SERVICE_VERSION_VALUE = '3.0';
299299
const MAX_DATA_SERVICE_VERSION_VALUE = '3.0;NetFx';

tests/functional/File/FileServiceFunctionalTestData.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -275,19 +275,6 @@ public static function getInterestingListSharesOptions()
275275
$options->setIncludeMetadata($includeMetadata);
276276
array_push($ret, $options);
277277

278-
$options = new ListSharesOptions();
279-
$marker = '/' . self::$accountName . '/' . self::$testShareNames[0];
280-
$maxResults = 2;
281-
$prefix = self::$testUniqueId;
282-
$timeout = 60;
283-
$includeMetadata = true;
284-
$options->setMarker($marker);
285-
$options->setMaxResults($maxResults);
286-
$options->setPrefix($prefix);
287-
$options->setTimeout($timeout);
288-
$options->setIncludeMetadata($includeMetadata);
289-
array_push($ret, $options);
290-
291278
return $ret;
292279
}
293280

0 commit comments

Comments
 (0)