aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-embed-single.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge EphyApplication into Ephy(Embed)ShellXan Lopez2011-06-301-1/+1
| | | | | | | | | | | We want to use EphyApplication from embed/ too, so instead of following the EphyEmbedShell/EphyShell pattern just fold the code into the Shell itself. This makes sense since both classes have basically the same function, and we can easily leave the non-embed code in EphyShell and move to EphyEmbedShell the bits we want to be global. The better name would be EphyCoreApplication/EphyApplication for the resulting object, but we can do this later.
* Require an EphyApplication parameter when creating an EphyShellXan Lopez2011-06-291-1/+1
| | | | We'll want to create our own in main(), this prepares us for that.
* tests: clean up filenamesDiego Escalante Urrelo2010-12-191-0/+125
Make filenames readable and tab-completion friendly.