Merge branch 'wip/christopherdavis/dual-install' into 'mainline'
build: Set up dual install for flatpak See merge request GNOME/geary!229
This commit is contained in:
commit
b9cbe81e12
26 changed files with 127 additions and 121 deletions
|
|
@ -16,7 +16,7 @@ class ConfigurationTest : TestCase {
|
|||
|
||||
public override void set_up() {
|
||||
Environment.unset_variable("XDG_CURRENT_DESKTOP");
|
||||
this.test_config = new Configuration(GearyApplication.APP_ID);
|
||||
this.test_config = new Configuration(GearyApplication.SCHEMA_ID);
|
||||
}
|
||||
|
||||
public void desktop_environment() throws Error {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ public abstract class ClientWebViewTestCase<V> : TestCase {
|
|||
|
||||
protected ClientWebViewTestCase(string name) {
|
||||
base(name);
|
||||
this.config = new Configuration(GearyApplication.APP_ID);
|
||||
this.config = new Configuration(GearyApplication.SCHEMA_ID);
|
||||
this.config.enable_debug = true;
|
||||
ClientWebView.init_web_context(
|
||||
this.config,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ public class ClientWebViewTest : TestCase {
|
|||
}
|
||||
|
||||
public void init_web_context() throws Error {
|
||||
Configuration config = new Configuration(GearyApplication.APP_ID);
|
||||
Configuration config = new Configuration(GearyApplication.SCHEMA_ID);
|
||||
config.enable_debug = true;
|
||||
ClientWebView.init_web_context(
|
||||
config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue