Skip to content

Commit 3c3f433

Browse files
Update library/src/androidTest/java/com/owncloud/android/XMLExceptionParserTests.kt
Co-authored-by: Tom <70907959+ZetaTom@users.noreply.github.com> Signed-off-by: Alper Öztürk <67455295+alperozturk96@users.noreply.github.com>
1 parent 9c87d50 commit 3c3f433

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

library/src/androidTest/java/com/owncloud/android/XMLExceptionParserTests.kt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,4 @@ class XMLExceptionParserTests {
7272
Assert.assertFalse(xmlParser.isVirusException)
7373
Assert.assertFalse(xmlParser.isInvalidCharacterException)
7474
}
75-
76-
@Test
77-
fun testString() {
78-
val emptyString = ""
79-
80-
val inputStream = ByteArrayInputStream(emptyString.toByteArray())
81-
val xmlParser = XMLExceptionParser(inputStream)
82-
83-
Assert.assertFalse(xmlParser.isVirusException)
84-
Assert.assertFalse(xmlParser.isInvalidCharacterException)
85-
}
8675
}

0 commit comments

Comments
 (0)