Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Sep 19, 2024
1 parent 937575b commit 6a2277b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Src/libCZI/utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ tString trimImpl(const tString& str, const tString& whitespace)
++pSrc;
}
}
}
}

#if !LIBCZI_HAS_NEOININTRINSICS && !LIBCZI_HAS_AVXINTRINSICS
/*static*/void LoHiBytePackUnpack::LoHiByteUnpackStrided(const void* ptrSrc, std::uint32_t wordCount, std::uint32_t stride, std::uint32_t lineCount, void* ptrDst)
Expand Down
8 changes: 3 additions & 5 deletions Src/libCZI_UnitTests/test_azureblobstream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,10 @@ static const char* GetAzureBlobStoreConnectionString()
{
// We use the environment variable 'AZURE_BLOB_STORE_CONNECTION_STRING' to communicate a connection string.

//const char* azure_blob_store_connection_string = std::getenv("AZURE_BLOB_STORE_CONNECTION_STRING");
//return azure_blob_store_connection_string;


return R"(DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://localhost:10000/devstoreaccount1;)";
const char* azure_blob_store_connection_string = std::getenv("AZURE_BLOB_STORE_CONNECTION_STRING");
return azure_blob_store_connection_string;

//return R"(DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://localhost:10000/devstoreaccount1;)";
}

TEST(AzureBlobStream, GetStatisticsFromBlobUsingConnectionString)
Expand Down

0 comments on commit 6a2277b

Please sign in to comment.