Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/connectionStrings' into complete…
Browse files Browse the repository at this point in the history
…connectionstring
  • Loading branch information
Andre Rodrigues committed Oct 10, 2012
2 parents 37fb607 + 8b2ae41 commit 33b754e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/services/blob/blobservice-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ var testPrefix = 'blobservice-tests';
var numberTests = 34;

suite('blobservice-tests', function () {
/*
setup(function (done) {
blobtestutil.setUpTest(testPrefix, function (err, newBlobService) {
blobService = newBlobService;
Expand Down Expand Up @@ -1273,7 +1272,7 @@ suite('blobservice-tests', function () {
});
});
});
*/

test('storageConnectionStrings', function (done) {
var connectionString = 'DefaultEndpointsProtocol=https;AccountName=myaccount;AccountKey=mykey';
var blobService = azure.createBlobService(connectionString);
Expand Down

0 comments on commit 33b754e

Please sign in to comment.