summaryrefslogtreecommitdiff
path: root/src/saxparser.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-06-06 20:42:17 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-06-06 20:42:17 +0200
commit5f95718e7ebe4dec017055500793b928d8946d8e (patch)
tree4f85539d23b2ffb0e35931e1291a107782870ac9 /src/saxparser.cc
parent540f839cb5868dac3eb409f509b85995826cf559 (diff)
Port existing (in-file embedded) unit-tests to new framework.
Diffstat (limited to 'src/saxparser.cc')
-rw-r--r--src/saxparser.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/saxparser.cc b/src/saxparser.cc
index ae0adff..871dc5a 100644
--- a/src/saxparser.cc
+++ b/src/saxparser.cc
@@ -239,15 +239,3 @@ void SAXParser::startTag(std::string, attributes_t &)
void SAXParser::characterData(const std::string &)
{
}
-
-#ifdef TEST_SAXPARSER
-//deps:
-//cflags: -I..
-//libs: -lexpat
-#include <test.h>
-
-TEST_BEGIN;
-
-TEST_END;
-
-#endif/*TEST_SAXPARSER*/