Skip to content

Commit 483a100

Browse files
committed
revert
Signed-off-by: alperozturk <[email protected]>
1 parent ef00a89 commit 483a100

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/src/androidTest/java/com/owncloud/android/AbstractIT.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ private static void waitForServer(OwnCloudClient client, Uri baseUrl) {
127127
i++;
128128
}
129129

130+
if (i == 3) {
131+
fail("Server not ready!");
132+
}
130133

131134
} catch (IOException e) {
132135
e.printStackTrace();
@@ -257,6 +260,8 @@ public static File extractAsset(String fileName, Context context) throws IOExcep
257260

258261
@After
259262
public void after() {
263+
removeOnClient(client);
264+
removeOnClient(client2);
260265
}
261266

262267
private void removeOnClient(OwnCloudClient client) {

0 commit comments

Comments
 (0)