summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2012-03-26new utf8 safe functions it::grep and it::substr_replaceNathan Gass1-0/+8
2012-03-26Improve it_html testsChristian Schneider1-11/+11
2012-03-26fixed it_html::fix_encodingUrban Müller1-0/+12
2012-03-23it_xml uses correct target encoding by default, adapt tests to utf-8 deafultChristian Weber1-14/+21
2012-03-22adapt to utf-8Urban Müller1-1/+1
2012-03-22cleanup, set locale for latin1 case-sensitive tests, adjust tests to file ↵Christian Weber1-124/+184
now being encoded in utf-8
2012-03-22converted to utf-8Urban Müller1-1/+1
2012-03-22check encoding in Q() and _tag(), adapt tests to utf-8Urban Müller1-15/+27
2012-02-29bugfix: . matches umlaut in utf-8 modeChristian Weber1-0/+5
2012-02-29it::convertregex() sets /u if default_charset is 'utf-8' (can be overridden)Christian Weber1-5/+31
2011-12-08allow -0 as shortarg in getoptChristian Helbling1-0/+6
2011-11-15fix testUrban Müller1-0/+1
2011-11-15faster it::replaceUrban Müller1-0/+3
2011-11-14faster it::replace, testsUrban Müller1-0/+4
2011-11-08Change it::date() to treat float as timestamp, only string with dots like ↵Christian Schneider1-5/+5
10.45 are handed to strtotime()
2011-11-08Fix [[:alpha::]] test nameChristian Schneider1-1/+1
2011-11-08handle named character classesUrban Müller1-0/+5
2011-11-04test \bUrban Müller1-0/+5
2011-10-28some more date testsNathan Gass1-0/+4
2011-10-28add some date testsNathan Gass1-0/+13
2011-09-14fix endless loop, improve performanceUrban Müller1-0/+18
2011-06-08some quotevalue testsUrban Müller1-1/+3
2011-06-07add some it::shell_command tests for new complex behaviourNathan Gass1-0/+3
2011-05-24add it_url::get_multi to fetch multiple urls in parallelNathan Gass1-0/+6
2011-04-13Fix iteration over localized fields, added test for itChristian Schneider1-1/+9
2011-04-06Added support for localized fields with suffix, e.g. copy title_de to title ↵Christian Schneider1-0/+29
on read
2010-11-11add reorder argument and tests to it::filter_keysNathan Gass1-0/+17
2010-11-03dbi::update() returns affected rowsUrban Müller1-0/+12
2010-10-05Make ITools use only standard syntaxChristian Schneider1-1/+1
2010-06-02it_url::get() no longer creates new objects if not called statically. Added ↵Christian Weber1-0/+41
it_url::get() test cases
2010-04-22entity decoder; urlencoding of user in U()Urban Müller1-0/+8
2010-04-14Added it_xml test for invalid latin1 character, converted all tests to old ↵Christian Schneider3-9/+17
syntax
2010-01-21tests for it_xmlUrban Müller1-0/+8
2010-01-18Adapt _set test to quoting of field namesChristian Schneider1-1/+1
2009-12-22Preserve numeric entities in it_html::sanitizeChristian Schneider1-0/+6
2009-10-15Make string and file read mode of it_xml equivalent again, added tests for ↵Christian Schneider1-2/+17
file mode
2009-10-05Fix typo in data sanitizer and added encoding supportChristian Schneider1-5/+13
2009-10-05handle bad xmlUrban Müller1-0/+7
2009-09-08Use U() to sanitize URLs in it_html::sanitize and adapted test cases to itChristian Schneider1-4/+4
2009-09-08guarantee validating urls, fix double encoding of url params in baseUrban Müller1-0/+10
2009-08-25Added array support to NI operatorChristian Schneider1-1/+6
2009-08-20Fix some test namesChristian Schneider1-5/+5
2009-08-20enforce img altUrban Müller1-2/+2
2009-08-12Added tests for it_url::absolute()Christian Schneider1-0/+22
2009-06-10Added test for xml parsing with entities like ampersandChristian Schneider1-0/+6
2009-06-05Properly handle single quotes in URL in U()Christian Schneider1-0/+6
2009-04-29killed requiresUrban Müller9-19/+1
2009-04-28kill searchlib/ linkUrban Müller1-1/+1
2009-02-17Convert all tests back to old syntaxChristian Schneider1-4/+4
2009-02-17Fix it_dbi NOT IN with empty array and added IN/NOT IN testsChristian Schneider1-0/+20