summaryrefslogtreecommitdiff
path: root/tests/test_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_client.cpp')
-rw-r--r--tests/test_client.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/test_client.cpp b/tests/test_client.cpp
index ea2c23b..ad549cf 100644
--- a/tests/test_client.cpp
+++ b/tests/test_client.cpp
@@ -26,15 +26,12 @@
#include "client/ocsp-client.h"
#include "common/log.h"
-using namespace CCHECKER;
-
BOOST_AUTO_TEST_SUITE(CLIENT_TEST)
BOOST_AUTO_TEST_CASE(client_api) {
- Client::OcspClient oc;
- BOOST_REQUIRE(oc.request() == Client::E_CC_NONE);
-
+ CCHECKER::OcspClient oc;
+ BOOST_REQUIRE(oc.request() == CCHECKER::E_CC_NONE);
}