From 91e1b0675d531e87a8866ab6595692a3fa52c322 Mon Sep 17 00:00:00 2001
From: Gabriele Contini <gcontini@users.noreply.github.com>
Date: 周六, 14 12月 2019 13:56:41 +0800
Subject: [PATCH] Merge pull request #69 from open-license-manager/feature/issue_licenses_42

---
 test/library/EventRegistry_test.cpp |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/test/library/EventRegistry_test.cpp b/test/library/EventRegistry_test.cpp
index 70abe9b..7a72a2c 100644
--- a/test/library/EventRegistry_test.cpp
+++ b/test/library/EventRegistry_test.cpp
@@ -13,8 +13,6 @@
 #include <stdlib.h>
 #include <cstdio>
 
-#include <build_properties.h>
-
 #include "../../src/library/base/EventRegistry.h"
 
 namespace test {
@@ -26,7 +24,7 @@
  * The error reported is for the license that advanced most in the validation process
  *
  */
-BOOST_AUTO_TEST_CASE( test_most_advanced_license_error ) {
+BOOST_AUTO_TEST_CASE(test_most_advanced_license_error) {
 	EventRegistry er;
 	er.addEvent(LICENSE_SPECIFIED, "lic2");
 	er.addEvent(LICENSE_FOUND, "lic1");
@@ -38,4 +36,4 @@
 	BOOST_CHECK_MESSAGE(LICENSE_CORRUPTED == event->event_type, "Error is for LICENSE_CORRUPTED");
 }
 
-}  //namespace test
+}  // namespace test

--
Gitblit v1.9.1