Parcourir la source

[3080] Use the correct header name schema_mysql_copy.h in MySQL unit test.

Marcin Siodelski il y a 11 ans
Parent
commit
43a53ba8b0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc

+ 1 - 1
src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc

@@ -38,7 +38,7 @@ using namespace std;
 namespace {
 namespace {
 
 
 // This holds statements to create and destroy the schema.
 // This holds statements to create and destroy the schema.
-#include "schema_copy.h"
+#include "schema_mysql_copy.h"
 
 
 // Connection strings.
 // Connection strings.
 // Database: keatest
 // Database: keatest