No issue: move TestStrictModeManager to perf sub package.

upstream-sync
Michael Comella 4 years ago committed by Michael Comella
parent e8bf955893
commit 94bbf90f3c

@ -53,7 +53,6 @@
# Possible startup regressions
*Application.kt @mozilla-mobile/Performance
*StrictMode*kt @mozilla-mobile/Performance
# We want to be aware of new features behind flags as well as features
# about to be enabled.

@ -18,7 +18,7 @@ import org.junit.Assert.fail
import org.junit.Test
import org.junit.runner.RunWith
import org.mozilla.fenix.perf.StrictModeManager
import org.mozilla.fenix.helpers.TestStrictModeManager
import org.mozilla.fenix.helpers.perf.TestStrictModeManager
import kotlin.coroutines.CoroutineContext
@RunWith(FenixRobolectricTestRunner::class)

@ -6,7 +6,7 @@ package org.mozilla.fenix.components
import android.content.Context
import io.mockk.mockk
import org.mozilla.fenix.helpers.TestStrictModeManager
import org.mozilla.fenix.helpers.perf.TestStrictModeManager
import org.mozilla.fenix.utils.ClipboardHandler
import org.mozilla.fenix.utils.Settings

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.fenix.helpers
package org.mozilla.fenix.helpers.perf
import android.os.StrictMode
import io.mockk.mockk
Loading…
Cancel
Save