Skip to content

Commit 9f5f7e7

Browse files
committed
use correct includes in tests
1 parent 6516694 commit 9f5f7e7

File tree

53 files changed

+54
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+54
-54
lines changed

test/tap/tap/command_line.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "tap.h"
1010
#include "command_line.h"
11-
#include "json.hpp"
11+
#include "nlohmann/json.hpp"
1212

1313
#include "dotenv.h"
1414

test/tap/tap/utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <unistd.h>
1212
#include <utility>
1313

14-
#include "json.hpp"
14+
#include "nlohmann/json.hpp"
1515
#include "re2/re2.h"
1616

1717
#include "proxysql_utils.h"

test/tap/tap/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "curl/curl.h"
1515
#include "mysql.h"
1616
#include "sqlite3db.h"
17-
#include "json_fwd.hpp"
17+
#include "nlohmann/json_fwd.hpp"
1818

1919
#include "command_line.h"
2020
#include "mysql.h"

test/tap/tests/max_connections_ff-t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#include "mysql.h"
2727

28-
#include "json.hpp"
28+
#include "nlohmann/json.hpp"
2929

3030
#include "tap.h"
3131
#include "command_line.h"

test/tap/tests/mysql-protocol_compression_level-t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <vector>
2222

2323
#include "mysql.h"
24-
#include "json.hpp"
24+
#include "nlohmann/json.hpp"
2525

2626
#include "tap.h"
2727
#include "command_line.h"

test/tap/tests/mysql_hostgroup_attributes-servers_defaults-t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "mysql.h"
1919
#include "mysqld_error.h"
2020

21-
#include "json.hpp"
21+
#include "nlohmann/json.hpp"
2222

2323
#include "tap.h"
2424
#include "utils.h"

test/tap/tests/mysql_hostgroup_attributes_config_file-t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "mysql.h"
1212
#include "mysqld_error.h"
1313

14-
#include "json.hpp"
14+
#include "nlohmann/json.hpp"
1515

1616
#include "tap.h"
1717
#include "utils.h"

test/tap/tests/pgsql-extended_query_protocol_query_rules_test-t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "command_line.h"
1515
#include "tap.h"
1616
#include "utils.h"
17-
#include "json.hpp"
17+
#include "nlohmann/json.hpp"
1818

1919
typedef unsigned int Oid;
2020
using nlohmann::json;

test/tap/tests/pgsql-multiplex_status_test-t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "command_line.h"
1414
#include "tap.h"
1515
#include "utils.h"
16-
#include "json.hpp"
16+
#include "nlohmann/json.hpp"
1717

1818
typedef unsigned int Oid;
1919
using nlohmann::json;

test/tap/tests/reg_test_3184-set_wait_timeout-t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "tap.h"
1919
#include "command_line.h"
2020
#include "utils.h"
21-
#include "json.hpp"
21+
#include "nlohmann/json.hpp"
2222

2323
using std::string;
2424
using namespace nlohmann;

0 commit comments

Comments
 (0)