Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Commits
34d51937
Verified
Commit
34d51937
authored
2 years ago
by
Torsten Grote
Browse files
Options
Downloads
Patches
Plain Diff
Enable mailbox and private groups for testing
parent
c7ef469a
No related branches found
No related tags found
1 merge request
!302
Enable mailbox and private groups for testing
Pipeline
#13460
passed
2 years ago
Stage: test
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
briar-desktop/src/test/kotlin/org/briarproject/briar/desktop/DesktopTestModule.kt
+2
-2
2 additions, 2 deletions
...otlin/org/briarproject/briar/desktop/DesktopTestModule.kt
with
2 additions
and
2 deletions
briar-desktop/src/test/kotlin/org/briarproject/briar/desktop/DesktopTestModule.kt
+
2
−
2
View file @
34d51937
...
@@ -51,13 +51,13 @@ internal class DesktopTestModule {
...
@@ -51,13 +51,13 @@ internal class DesktopTestModule {
override
fun
shouldEnablePrivateGroupsInCore
()
=
desktopFeatureFlags
.
shouldEnablePrivateGroups
()
override
fun
shouldEnablePrivateGroupsInCore
()
=
desktopFeatureFlags
.
shouldEnablePrivateGroups
()
override
fun
shouldEnableForumsInCore
()
=
desktopFeatureFlags
.
shouldEnableForums
()
override
fun
shouldEnableForumsInCore
()
=
desktopFeatureFlags
.
shouldEnableForums
()
override
fun
shouldEnableBlogsInCore
()
=
desktopFeatureFlags
.
shouldEnableBlogs
()
override
fun
shouldEnableBlogsInCore
()
=
desktopFeatureFlags
.
shouldEnableBlogs
()
override
fun
shouldEnableMailbox
()
=
fals
e
override
fun
shouldEnableMailbox
()
=
tru
e
}
}
@Provides
@Provides
@Singleton
@Singleton
internal
fun
provideDesktopFeatureFlags
()
=
object
:
DesktopFeatureFlags
{
internal
fun
provideDesktopFeatureFlags
()
=
object
:
DesktopFeatureFlags
{
override
fun
shouldEnablePrivateGroups
()
=
fals
e
override
fun
shouldEnablePrivateGroups
()
=
tru
e
override
fun
shouldEnableForums
()
=
true
override
fun
shouldEnableForums
()
=
true
override
fun
shouldEnableBlogs
()
=
false
override
fun
shouldEnableBlogs
()
=
false
override
fun
shouldEnableTransportSettings
()
=
false
override
fun
shouldEnableTransportSettings
()
=
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment