From 8af6b12ee8716d2004d13bbfc81281953975b466 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周一, 04 8月 2014 00:15:33 +0800 Subject: [PATCH] new identifier strategy (to be reverted --- test/functional/volid_test.cpp | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/test/functional/volid_test.cpp b/test/functional/volid_test.cpp index 501c815..4e1e847 100644 --- a/test/functional/volid_test.cpp +++ b/test/functional/volid_test.cpp @@ -11,12 +11,12 @@ #include "../../src/library/ini/SimpleIni.h" #include "generate-license.h" #include "../../src/library/pc-identifiers.h" -#include <dbus/dbus.h> +#include <dbus-1.0/dbus/dbus.h> namespace fs = boost::filesystem; using namespace license; using namespace std; -/* + BOOST_AUTO_TEST_CASE( default_volid_lic_file ) { const string licLocation(PROJECT_TEST_TEMP_DIR "/volid_license.lic"); PcSignature identifier_out; @@ -99,7 +99,5 @@ } } } - */ -BOOST_AUTO_TEST_CASE( ciiii ) { - cout << dbus_get_local_machine_id() << endl; -} + + -- Gitblit v1.9.1