summaryrefslogtreecommitdiffstats
path: root/kdecore/tests/kcharsetstest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/tests/kcharsetstest.cpp')
-rw-r--r--kdecore/tests/kcharsetstest.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/kdecore/tests/kcharsetstest.cpp b/kdecore/tests/kcharsetstest.cpp
deleted file mode 100644
index 09b9486c0..000000000
--- a/kdecore/tests/kcharsetstest.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include <kcharsets.h>
-
-#include <assert.h>
-
-int main()
-{
- TQString input( "&lt;Hello &amp;World&gt;" );
- TQString output = KCharsets::resolveEntities( input );
- assert( output == "<Hello &World>" );
- return 0;
-}