remove deprecated constants

This commit is contained in:
Peter Thorson
2013-07-09 16:44:29 -05:00
parent 686b835f3d
commit 2d49035a6d
2 changed files with 1 additions and 11 deletions

View File

@@ -81,7 +81,7 @@ BOOST_AUTO_TEST_CASE( exact_match ) {
BOOST_CHECK_EQUAL(u->get_secure(), false);
BOOST_CHECK_EQUAL(u->get_host(), "www.example.com");
BOOST_CHECK_EQUAL(u->get_resource(), "/");
BOOST_CHECK_EQUAL(u->get_port(), websocketpp::URI_DEFAULT_PORT);
BOOST_CHECK_EQUAL(u->get_port(), websocketpp::uri_default_port);
env.p.process_handshake(env.req,"",env.res);