File tree Expand file tree Collapse file tree
owncloudApp/src/androidTest/java/com/owncloud/android/authentication Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ import com.owncloud.android.testutil.OC_BASIC_USERNAME
6868import com.owncloud.android.testutil.OC_SERVER_INFO
6969import com.owncloud.android.utils.CONFIGURATION_SERVER_URL
7070import com.owncloud.android.utils.CONFIGURATION_SERVER_URL_INPUT_VISIBILITY
71+ import com.owncloud.android.utils.NO_MDM_RESTRICTION_YET
7172import com.owncloud.android.utils.matchers.assertVisibility
7273import com.owncloud.android.utils.matchers.isDisplayed
7374import com.owncloud.android.utils.matchers.isEnabled
@@ -172,7 +173,7 @@ class LoginActivityTest {
172173 ) {
173174 every { mdmProvider.getBrandingBoolean(CONFIGURATION_SERVER_URL_INPUT_VISIBILITY , R .bool.show_server_url_input) } returns showServerUrlInput
174175 every { mdmProvider.getBrandingString(CONFIGURATION_SERVER_URL , R .string.server_url) } returns serverUrl
175- every { mdmProvider.getBrandingString(MdmProvider . NO_MDM_RESTRICTION_YET , R .string.webfinger_lookup_server) } returns webfingerLookupServer
176+ every { mdmProvider.getBrandingString(NO_MDM_RESTRICTION_YET , R .string.webfinger_lookup_server) } returns webfingerLookupServer
176177 every { ocContextProvider.getBoolean(R .bool.use_login_background_image) } returns showLoginBackGroundImage
177178 every { ocContextProvider.getBoolean(R .bool.show_welcome_link) } returns showWelcomeLink
178179 every { ocContextProvider.getString(R .string.account_type) } returns accountType
You can’t perform that action at this time.
0 commit comments