parent
b43d53bb23
commit
0f73c3958c
@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "azure/core/azure_assert.hpp"
|
||||
#include <azure/core/azure_assert.hpp>
|
||||
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
// Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
#pragma once
|
||||
#include <azure/data/tables/internal/xml_wrapper.hpp>
|
||||
#include <azure/data/tables/models.hpp>
|
||||
#include "azure/data/tables/internal/xml_wrapper.hpp"
|
||||
#include "azure/data/tables/models.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
@ -3,15 +3,16 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "azure/data/tables/credentials/shared_key_credential.hpp"
|
||||
#include "azure/data/tables/models.hpp"
|
||||
#include "azure/data/tables/transactions.hpp"
|
||||
|
||||
#include <azure/core/credentials/credentials.hpp>
|
||||
#include <azure/core/http/http.hpp>
|
||||
#include <azure/core/http/policies/policy.hpp>
|
||||
#include <azure/core/internal/http/pipeline.hpp>
|
||||
#include <azure/core/internal/json/json.hpp>
|
||||
#include <azure/core/response.hpp>
|
||||
#include <azure/data/tables/credentials/shared_key_credential.hpp>
|
||||
#include <azure/data/tables/models.hpp>
|
||||
#include <azure/data/tables/transactions.hpp>
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
@ -3,9 +3,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "azure/data/tables/models.hpp"
|
||||
|
||||
#include <azure/core/url.hpp>
|
||||
#include <azure/core/uuid.hpp>
|
||||
#include <azure/data/tables/models.hpp>
|
||||
|
||||
namespace Azure { namespace Data { namespace Tables {
|
||||
/**
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
#define WARMUP 100
|
||||
#define ROUNDS 1000
|
||||
|
||||
#include <azure/data/tables.hpp>
|
||||
#include "azure/data/tables.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
@ -12,4 +12,4 @@
|
||||
#define max(x, y) small
|
||||
#define min(x, y) small
|
||||
|
||||
#include <azure/data/tables.hpp>
|
||||
#include "azure/data/tables.hpp"
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#include "azure/data/tables/internal/serializers.hpp"
|
||||
#include "azure/data/tables/tables_clients.hpp"
|
||||
#include "test/ut/test_base.hpp"
|
||||
|
||||
#include <azure/data/tables/internal/serializers.hpp>
|
||||
#include <azure/data/tables/tables_clients.hpp>
|
||||
|
||||
namespace Azure { namespace Data { namespace Test {
|
||||
|
||||
class SerializersTest : public Azure::Storage::Test::StorageTest {
|
||||
|
||||
@ -2,12 +2,11 @@
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#include "azure/data/tables/models.hpp"
|
||||
#include "azure/data/tables/tables_clients.hpp"
|
||||
#include "azure/data/tables/transactions.hpp"
|
||||
#include "test/ut/test_base.hpp"
|
||||
|
||||
#include <azure/data/tables/models.hpp>
|
||||
#include <azure/data/tables/tables_clients.hpp>
|
||||
#include <azure/data/tables/transactions.hpp>
|
||||
|
||||
namespace Azure { namespace Data { namespace Test {
|
||||
enum class AuthType
|
||||
{
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#include "azure/data/tables/tables_clients.hpp"
|
||||
#include "azure/data/tables/transactions.hpp"
|
||||
#include "test/ut/test_base.hpp"
|
||||
|
||||
#include <azure/data/tables/tables_clients.hpp>
|
||||
#include <azure/data/tables/transactions.hpp>
|
||||
|
||||
namespace Azure { namespace Data { namespace Test {
|
||||
|
||||
class TransactionsBodyTest : public Azure::Storage::Test::StorageTest {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user