mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +01:00
removed commented out code
This commit is contained in:
parent
e5f61a5a44
commit
f1274df9ac
1 changed files with 0 additions and 20 deletions
|
@ -71,23 +71,3 @@ DOM::Document<std::string> buildDOM(const std::string& filename)
|
|||
return parser.getDocument();
|
||||
} // buildDOM
|
||||
|
||||
/*
|
||||
///////////////////////////////////////////////
|
||||
#include "../src/test/CppUnit/TestRunner.hpp"
|
||||
#include "../src/test/CppUnit/framework/Test.h"
|
||||
#include "../src/test/CppUnit/framework/TestSuite.h"
|
||||
|
||||
#include "tests/scope_test.hpp"
|
||||
|
||||
typedef std::string string_type;
|
||||
typedef Arabica::default_string_adaptor<std::string> string_adaptor;
|
||||
|
||||
void test_suite(int argc, const char* argv[])
|
||||
{
|
||||
TestRunner runner;
|
||||
|
||||
runner.addTest("ScopeTest", ScopeTest_suite<string_type, string_adaptor>());
|
||||
|
||||
runner.run(argc-1, argv+1);
|
||||
} // test_suite
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue