Просмотр исходного кода

fix test -> we need to have a 8 digit remote id for proper testing

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 2 лет назад
Родитель
Сommit
b293ece7b4

+ 1 - 1
app/src/androidTest/java/com/owncloud/android/ui/activity/ConflictsResolveActivityIT.java

@@ -246,7 +246,7 @@ public class ConflictsResolveActivityIT extends AbstractIT {
         OCFile existingFile = new OCFile("/newFile.txt");
         existingFile.setFileLength(1024000);
         existingFile.setModificationTimestamp(1582019340);
-        existingFile.setRemoteId("123abc");
+        existingFile.setRemoteId("00000123abc");
 
         OCFile newFile = new OCFile("/newFile.txt");
         newFile.setFileLength(56000);