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

Commit

Permalink
Merge pull request #85 from katmsft/dev
Browse files Browse the repository at this point in the history
Resolve test issue and modified version string.
  • Loading branch information
vinjiang authored Jun 16, 2017
2 parents 65af174 + bbfe1af commit f35df06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion src/Common/Internal/Resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class Resources
const DEAFULT_RETRY_INTERVAL = 1000;//Milliseconds

// Header values
const SDK_VERSION = '0.15.0';
const SDK_VERSION = '0.16.0';
const STORAGE_API_LATEST_VERSION = '2015-04-05';
const DATA_SERVICE_VERSION_VALUE = '3.0';
const MAX_DATA_SERVICE_VERSION_VALUE = '3.0;NetFx';
Expand Down
13 changes: 0 additions & 13 deletions tests/functional/File/FileServiceFunctionalTestData.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,19 +275,6 @@ public static function getInterestingListSharesOptions()
$options->setIncludeMetadata($includeMetadata);
array_push($ret, $options);

$options = new ListSharesOptions();
$marker = '/' . self::$accountName . '/' . self::$testShareNames[0];
$maxResults = 2;
$prefix = self::$testUniqueId;
$timeout = 60;
$includeMetadata = true;
$options->setMarker($marker);
$options->setMaxResults($maxResults);
$options->setPrefix($prefix);
$options->setTimeout($timeout);
$options->setIncludeMetadata($includeMetadata);
array_push($ret, $options);

return $ret;
}

Expand Down

0 comments on commit f35df06

Please sign in to comment.