summaryrefslogtreecommitdiff
path: root/lib/util/charset/tests
AgeCommit message (Expand)AuthorFilesLines
2012-02-07charset/tests: Add prototypes for test functions.Jelmer Vernooij2-0/+7
2011-09-20lib/util/charset: remove charset module loadingAndrew Bartlett2-16/+13
2011-09-10lib/util/charset: the comparsion must be against our charset modulesAndrew Bartlett1-2/+2
2011-09-10lib/util/charset Use name of ISO-8859-1 that matches our internal implementationAndrew Bartlett1-44/+44
2011-09-10lib/util/charset: Improve toture assertions in iconv testAndrew Bartlett1-1/+14
2011-09-10lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett1-11/+23
2011-06-23lib/util/charset: Remove 'display charset'Andrew Bartlett1-55/+55
2011-04-28lib/util/charset Add tests for srclen=-1 behaviour.Andrew Bartlett1-0/+443
2011-04-13lib/util/charset Add many more charset testsAndrew Bartlett1-15/+444
2011-04-13lib/util/charset Rename convert_string test to allow a 'non_handle' testAndrew Bartlett1-3/+2
2011-04-13lib/util/charset Add more tests for convert_string_error_handle()Andrew Bartlett1-0/+101
2011-04-13lib/util/charset Add tests for convert_string_error_handleAndrew Bartlett1-1/+68
2011-04-13lib/util/charset Add expected values for upper/lower case testsAndrew Bartlett1-0/+16
2011-03-31lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et alAndrew Bartlett1-0/+170
2011-03-31lib/util/charset Add tests for strlen_m_ext() and convert_string_talloc()Andrew Bartlett1-2/+87
2011-03-30lib/util/charset Add tests for convert_string_talloc_handle()Andrew Bartlett1-0/+418
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett1-2/+2
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-3/+3
2011-03-23lib/util: Merge basic string length and comparison functionsAndrew Bartlett1-8/+8
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2-2/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-5/+5
2009-11-20charset/tests/iconv - Remove the "const" from "ptr_in" to prevent "discard_co...Matthias Dieter Wallnöfer1-7/+7
2009-09-07s4:tests/iconv - Fix a warningMatthias Dieter Wallnöfer1-1/+2
2009-08-24Fix make test.Jeremy Allison1-0/+1
2009-04-23Add a new non-convenience version of push_codepoint.Jelmer Vernooij1-1/+1
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-7/+4
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-3/+3
2008-10-31finished adding UTF16_MUNGED charsetAndrew Tridgell1-0/+58
2008-10-24Add version of next_codepoint without iconv_convenience.Jelmer Vernooij1-1/+1
2008-10-24Split up codepoints code, use consistent _m suffix.Jelmer Vernooij1-32/+32
2008-10-24Rename string_replace_w to string_replace_m, which is more correct.Jelmer Vernooij1-7/+7
2008-10-24Move charset library to top level.Jelmer Vernooij2-0/+696