aboutsummaryrefslogtreecommitdiffstats
path: root/tests/empathy-parser-test.c
Commit message (Collapse)AuthorAgeFilesLines
* string-parser: move everything except for _match_smiley(), to tp-awMarco Barisione2013-08-201-4/+5
| | | | | | | empathy_string_match_smiley() depends on other files and it's not needed by tp-account-widgets, so we can leave it in libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-4/+2
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-2/+2
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* add missing config.h in testsGuillaume Desmottes2012-03-121-0/+2
|
* String parser is changed in order not to break URLs at apostrophes.Vitaly Minko2010-11-011-1/+5
|
* empathy_string_replace_escaped: remove '\r' (#620903)Guillaume Desmottes2010-06-081-0/+4
|
* empathy-parser-test: use empathy_string_replace_escapedGuillaume Desmottes2010-06-081-18/+7
|
* empathy-parser-test: stop as soon a test failsGuillaume Desmottes2010-06-081-5/+1
| | | | That's much easier to spot the test failing.
* Parser API is moved from empathy-ui-utils to empathy-string-parserXavier Claessens2010-03-051-1/+1
|
* Add some more tests, and fail only after all have run, it's easier to debugXavier Claessens2009-11-251-8/+18
|
* Add test for bug #597049Xavier Claessens2009-11-251-2/+9
|
* Add more test cases and fix some found issues in link regex.Xavier Claessens2009-11-251-20/+52
|
* Replace GString param with a generic gpointer user_data, and port ↵Xavier Claessens2009-11-251-5/+21
| | | | EmpathyChatTextView to new parser API.
* Also parse smileys in testsXavier Claessens2009-11-251-0/+14
|
* Add parser testsXavier Claessens2009-11-251-0/+66