aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/charsetTestSuites.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-1/+1
byte_t...). Minor warning fixes.
2013-03-18Updated tests for charset conversion.Vincent Richard1-0/+103
Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests.