diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-10 05:35:12 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-10 05:35:12 +0800 |
commit | 6c611eade581a8668e48270b39dc757830ce23ad (patch) | |
tree | 85c9114827eea052dbc023ef4d31165a775b07e5 /lib/ephy-profile-utils.h | |
parent | d30b9aed33f491a430a79b36409655d2d45afa8d (diff) | |
download | gsoc2013-epiphany-6c611eade581a8668e48270b39dc757830ce23ad.tar gsoc2013-epiphany-6c611eade581a8668e48270b39dc757830ce23ad.tar.gz gsoc2013-epiphany-6c611eade581a8668e48270b39dc757830ce23ad.tar.bz2 gsoc2013-epiphany-6c611eade581a8668e48270b39dc757830ce23ad.tar.lz gsoc2013-epiphany-6c611eade581a8668e48270b39dc757830ce23ad.tar.xz gsoc2013-epiphany-6c611eade581a8668e48270b39dc757830ce23ad.tar.zst gsoc2013-epiphany-6c611eade581a8668e48270b39dc757830ce23ad.zip |
tests: test that trying to run an invalid migration step fails
Diffstat (limited to 'lib/ephy-profile-utils.h')
-rw-r--r-- | lib/ephy-profile-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-utils.h b/lib/ephy-profile-utils.h index 6a01549c7..9ae095735 100644 --- a/lib/ephy-profile-utils.h +++ b/lib/ephy-profile-utils.h @@ -32,7 +32,7 @@ int ephy_profile_utils_get_migration_version (void); gboolean ephy_profile_utils_set_migration_version (int version); -gboolean ephy_profile_utils_do_migration (void); +gboolean ephy_profile_utils_do_migration (int test_to_run, gboolean debug); void _ephy_profile_utils_store_form_auth_data (const char *uri, const char *form_username, |