tests: Make using namespace more explicit
Hiding using namespace in common.hpp is somewhat surprising so remove common.hpp and move using namespace into all .cpp files that need it.
Showing
- tests/common.hpp 0 additions, 8 deletionstests/common.hpp
- tests/helpers.hpp 1 addition, 1 deletiontests/helpers.hpp
- tests/test_compact.cpp 3 additions, 1 deletiontests/test_compact.cpp
- tests/test_deprecated.cpp 3 additions, 1 deletiontests/test_deprecated.cpp
- tests/test_document.cpp 3 additions, 1 deletiontests/test_document.cpp
- tests/test_dom_modify.cpp 3 additions, 1 deletiontests/test_dom_modify.cpp
- tests/test_dom_text.cpp 3 additions, 1 deletiontests/test_dom_text.cpp
- tests/test_dom_traverse.cpp 3 additions, 1 deletiontests/test_dom_traverse.cpp
- tests/test_header_only_1.cpp 3 additions, 1 deletiontests/test_header_only_1.cpp
- tests/test_header_only_2.cpp 3 additions, 1 deletiontests/test_header_only_2.cpp
- tests/test_memory.cpp 3 additions, 1 deletiontests/test_memory.cpp
- tests/test_parse.cpp 3 additions, 1 deletiontests/test_parse.cpp
- tests/test_parse_doctype.cpp 3 additions, 1 deletiontests/test_parse_doctype.cpp
- tests/test_unicode.cpp 3 additions, 1 deletiontests/test_unicode.cpp
- tests/test_write.cpp 3 additions, 1 deletiontests/test_write.cpp
- tests/test_xpath.cpp 3 additions, 1 deletiontests/test_xpath.cpp
- tests/test_xpath_api.cpp 3 additions, 1 deletiontests/test_xpath_api.cpp
- tests/test_xpath_functions.cpp 3 additions, 1 deletiontests/test_xpath_functions.cpp
- tests/test_xpath_operators.cpp 3 additions, 1 deletiontests/test_xpath_operators.cpp
- tests/test_xpath_parse.cpp 3 additions, 1 deletiontests/test_xpath_parse.cpp
Loading
Please register or sign in to comment