From 0542dc1206fa35134e90d2bb40c67f97ed82b481 Mon Sep 17 00:00:00 2001 From: Jan Willamowius <jan@willamowius.de> Date: 周一, 22 4月 2019 00:55:30 +0800 Subject: [PATCH] make sure there is room for nul byte --- test/functional/date_test.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/functional/date_test.cpp b/test/functional/date_test.cpp index 3210a45..e45f2d8 100644 --- a/test/functional/date_test.cpp +++ b/test/functional/date_test.cpp @@ -1,9 +1,9 @@ -#define BOOST_TEST_MODULE standard_license_test +#define BOOST_TEST_MODULE date_test //#define BOOST_TEST_MAIN //#define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> -#include "../../../src/tools/license-generator/license-generator.h" -#include "../../../src/library/api/license++.h" +#include "../../src/tools/license-generator/license-generator.h" +#include "../../src/library/api/license++.h" #include <build_properties.h> #include <boost/filesystem.hpp> #include "../../src/library/ini/SimpleIni.h" -- Gitblit v1.9.1