Loading test_client/tests/src/com/owncloud/android/lib/test_project/test/UploadFileTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ public class UploadFileTest extends ActivityInstrumentationTestCase2<TestActivit @Override protected void tearDown() throws Exception { if (mUploadedFilePath != null) { if (mUploadedFilePath != null && !mUploadedFilePath.equals(FILE_NOT_FOUND_PATH)) { RemoteOperationResult removeResult = mActivity.removeFile(mUploadedFilePath); if (!removeResult.isSuccess()) { Utils.logAndThrow(LOG_TAG, removeResult); Loading Loading
test_client/tests/src/com/owncloud/android/lib/test_project/test/UploadFileTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ public class UploadFileTest extends ActivityInstrumentationTestCase2<TestActivit @Override protected void tearDown() throws Exception { if (mUploadedFilePath != null) { if (mUploadedFilePath != null && !mUploadedFilePath.equals(FILE_NOT_FOUND_PATH)) { RemoteOperationResult removeResult = mActivity.removeFile(mUploadedFilePath); if (!removeResult.isSuccess()) { Utils.logAndThrow(LOG_TAG, removeResult); Loading