diff options
Diffstat (limited to 'kdecore/tests/kcharsetstest.cpp')
-rw-r--r-- | kdecore/tests/kcharsetstest.cpp | 12 |
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( "<Hello &World>" ); - TQString output = KCharsets::resolveEntities( input ); - assert( output == "<Hello &World>" ); - return 0; -} |