aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-session-test.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-session: spawn the default window if the session state file is brokenXan Lopez2012-08-011-0/+45
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680590
* ephy-session-test: test recovering a multiple-window sessionXan Lopez2012-06-151-1/+50
|
* tests: add the beginnings of ephy-session unit testingXan Lopez2012-06-141-0/+98
For now a simple test that verifies that loading a session works. We need to link with the resource files, which is unfortunate, but I'm not sure there's a way around it since this test will actually spawn a full EphyWindow (ie, it's not only testing the session or shell code but the entire browser as a side effect).