aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-embed-utils-test.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: test ephy_embed_utils_url_is_emptyXan Lopez2012-09-041-0/+35
|
* Automatically prefix existing absolute paths with file://Gustavo Noronha Silva2012-03-141-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671792
* ephy-embed-utils-test: remove broken testXan Lopez2012-02-231-3/+0
| | | | | It's actually impossible to catch this through normalization, so it will need to be moved to an EphyWebView test.
* ephy-embed-utils: fix loading of <IP address>:<port> URIsXan Lopez2012-02-231-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669461
* ephy-embed-test-utils: loading domain:port is broken, comment for nowXan Lopez2012-02-231-0/+2
|
* ephy-embed-utils-test: unbreak the normalization testsXan Lopez2012-02-231-2/+2
| | | | They were testing the same URI again and again...
* tests: rename files to avoid duplicate namesDiego Escalante Urrelo2012-02-111-0/+152
Append -test to .c files in tests/ to avoid duplicating filenames in the repository. https://bugzilla.gnome.org/show_bug.cgi?id=669766