Refactoring according Google C++ Style.
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
#include "webcc/rest_server.h"
|
||||
#include "webcc/rest_service_manager.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace webcc;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class TestRestService : public RestService {
|
||||
public:
|
||||
bool Handle(const std::string& http_method,
|
||||
@@ -16,8 +14,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
TEST(RestServiceManager, URL_RegexBasic) {
|
||||
RestServiceManager service_manager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user